HEX: #A9EE5D
RGB: (169,238,93)
Il colore #A9EE5D contiene principalmente il verde. Per il #A9EE5D il colore web safe è #99FF66 (#9F6).
Il colore A9EE5D in RGB è definito come 169,238,93
RGB: (169,238,93)
(66%, 93%, 36%)
R 169 da 255 = 66%
G 238 da 255 = 93%
B 93 da 255 = 36%
R + G + B ~ 65%. #A9EE5D colore abbastanza chiaro.
R + G + B = 169 + 238 + 93 = 500 (100%)
R 169 da 500 ~ 33.8%
G 238 da 500 ~ 47.6%
B 93 da 500 ~ 18.6'%
Il colore #A9EE5D in CMYK è definito come 29,0,61,7.
CMYK: (29,0,61,7)
C29M0Y61K7 (29%, 0%, 61%, 7%)
(0.29 / 0.00 / 0.61 / 0.07)
Il #A9EE5D nei modelli di colore popolari.
A9 | EE | 5D | |
---|---|---|---|
RGB | 169 | 238 | 93 |
HSL | 89° | 81.01% | 64.90% |
HSB/HSV | 89° | 60.92% | 93.33% |
CMYK | 28.99% | 0.00% | 60.92% |
6.67% |
Il #A9EE5D nei modelli numerici popolari.
Esadicemale | A9 | EE | 5D |
Decimale | 169 | 238 | 93 |
Binario | 10101001 | 11101110 | 1011101 |
Ottale | 251 | 356 | 135 |
Tonalità scure del colore #A9EE5D
Tonalità chiare del colore #A9EE5D
Esempi dei codici css e html per gli elementi di colore #A9EE5D. Utilizzate rgb(169,238,93) anche al posto del codice hex.
.myTextColor { color: #A9EE5D; }
<p style="color:#A9EE5D">This sample text font color is #A9EE5D.</p>
Il colore di questo testo è #A9EE5D.
.myBgColor { background-color: #A9EE5D; }
<div style="background-color:#A9EE5D">Inner text</div>
Questo div ha lo sfondo di colore #A9EE5D.
.myBorderColor { border: 1px solid #A9EE5D; }
<div style="border:3px solid #A9EE5D">Div</div>
Questo div ha i bordi di colore A9EE5D.
.myOpacity80 { color: #A9EE5D; opacity: 0.8; }
<p style="color:#A9EE5D;opacity:0.8;">80%</p>
Il testo di color #A9EE5D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A9EE5D;}
<p style="text-shadow: 3px 3px 1px #A9EE5D">Text here.</p>
Questo testo ha l'ombra di colore #A9EE5D.
.textShadow {text-shadow: 3px 3px 1px #A9EE5D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A9EE5D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #A9EE5D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A9EE5D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A9EE5D, Direction=45, Strength=4)">Text</p>
This text has shadow with #A9EE5D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A9EE5D;
-webkit-box-shadow: 1px 1px 3px 2px #A9EE5D;
box-shadow: 1px 1px 3px 2px #A9EE5D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A9EE5D; -webkit-box-shadow: 1px 1px 3px 2px #A9EE5D; box-shadow:1px 1px 3px 2px #A9EE5D;">
Div content here
</div>
Questo e il testo di colore #A9EE5D sullo sfondo nero.
Questo e il testo di colore #A9EE5D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #A9EE5D.
Questo è un testo bianco sullo sfondo del colore #A9EE5D.
Il colore complimentare del #hex è #5611A2..