HEX: #A9C77C
RGB: (169,199,124)
Il colore #A9C77C contiene principalmente il rosso e il verde. Per il #A9C77C il colore web safe è #99CC66 (#9C6).
Il colore A9C77C in RGB è definito come 169,199,124
RGB: (169,199,124)
(66%, 78%, 49%)
R 169 da 255 = 66%
G 199 da 255 = 78%
B 124 da 255 = 49%
R + G + B ~ 64%. #A9C77C colore abbastanza chiaro.
R + G + B = 169 + 199 + 124 = 492 (100%)
R 169 da 492 ~ 34.35%
G 199 da 492 ~ 40.45%
B 124 da 492 ~ 25.2'%
Il colore #A9C77C in CMYK è definito come 15,0,38,22.
CMYK: (15,0,38,22)
C15M0Y38K22 (15%, 0%, 38%, 22%)
(0.15 / 0.00 / 0.38 / 0.22)
Il #A9C77C nei modelli di colore popolari.
A9 | C7 | 7C | |
---|---|---|---|
RGB | 169 | 199 | 124 |
HSL | 84° | 40.11% | 63.33% |
HSB/HSV | 84° | 37.69% | 78.04% |
CMYK | 15.08% | 0.00% | 37.69% |
21.96% |
Il #A9C77C nei modelli numerici popolari.
Esadicemale | A9 | C7 | 7C |
Decimale | 169 | 199 | 124 |
Binario | 10101001 | 11000111 | 1111100 |
Ottale | 251 | 307 | 174 |
Tonalità scure del colore #A9C77C
Tonalità chiare del colore #A9C77C
Esempi dei codici css e html per gli elementi di colore #A9C77C. Utilizzate rgb(169,199,124) anche al posto del codice hex.
.myTextColor { color: #A9C77C; }
<p style="color:#A9C77C">This sample text font color is #A9C77C.</p>
Il colore di questo testo è #A9C77C.
.myBgColor { background-color: #A9C77C; }
<div style="background-color:#A9C77C">Inner text</div>
Questo div ha lo sfondo di colore #A9C77C.
.myBorderColor { border: 1px solid #A9C77C; }
<div style="border:3px solid #A9C77C">Div</div>
Questo div ha i bordi di colore A9C77C.
.myOpacity80 { color: #A9C77C; opacity: 0.8; }
<p style="color:#A9C77C;opacity:0.8;">80%</p>
Il testo di color #A9C77C e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9C77C;}
<p style="text-shadow: 3px 3px 1px #A9C77C">Text here.</p>
Questo testo ha l'ombra di colore #A9C77C.
.textShadow {text-shadow: 3px 3px 1px #A9C77C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9C77C, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #A9C77C e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9C77C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9C77C, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9C77C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9C77C;
-webkit-box-shadow: 1px 1px 3px 2px #A9C77C;
box-shadow: 1px 1px 3px 2px #A9C77C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9C77C; -webkit-box-shadow: 1px 1px 3px 2px #A9C77C; box-shadow:1px 1px 3px 2px #A9C77C;">
Div content here
</div>
Questo e il testo di colore #A9C77C sullo sfondo nero.
Questo e il testo di colore #A9C77C sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #A9C77C.
Questo è un testo bianco sullo sfondo del colore #A9C77C.
Il colore complimentare del #hex è #563883..