HEX: #ABEF9B
RGB: (171,239,155)
Il colore #ABEF9B contiene principalmente il verde. Per il #ABEF9B il colore web safe è #99FF99 (#9F9).
Il colore ABEF9B in RGB è definito come 171,239,155
RGB: (171,239,155)
(67%, 94%, 61%)
R 171 da 255 = 67%
G 239 da 255 = 94%
B 155 da 255 = 61%
R + G + B ~ 74%. #ABEF9B colore abbastanza chiaro.
R + G + B = 171 + 239 + 155 = 565 (100%)
R 171 da 565 ~ 30.27%
G 239 da 565 ~ 42.3%
B 155 da 565 ~ 27.43'%
Il colore #ABEF9B in CMYK è definito come 28,0,35,6.
CMYK: (28,0,35,6) C28M0Y35K6 (28%,0%,35%,6%) (0.28/0.00/0.35/0.06)
Il #ABEF9B nei modelli di colore popolari.
AB | EF | 9B | |
---|---|---|---|
RGB | 171 | 239 | 155 |
HSL | 109° | 72.41% | 77.25% |
HSB/HSV | 109° | 35.15% | 93.73% |
CMYK | 28.45% | 0.00% | 35.15% |
6.27% |
Il #ABEF9B nei modelli numerici popolari.
Esadicemale | AB | EF | 9B |
Decimale | 171 | 239 | 155 |
Binario | 10101011 | 11101111 | 10011011 |
Ottale | 253 | 357 | 233 |
Tonalità scure del colore #ABEF9B
Tonalità chiare del colore #ABEF9B
Esempi dei codici css e html per gli elementi di colore #ABEF9B. Utilizzate rgb(171,239,155) anche al posto del codice hex.
.myTextColor { color: #ABEF9B; }
<p style="color:#ABEF9B">This sample text font color is #ABEF9B.</p>
Il colore di questo testo è #ABEF9B.
.myBgColor { background-color: #ABEF9B; }
<div style="background-color:#ABEF9B">Inner text</div>
Questo div ha lo sfondo di colore #ABEF9B.
.myBorderColor { border: 1px solid #ABEF9B; }
<div style="border:3px solid #ABEF9B">Div</div>
Questo div ha i bordi di colore ABEF9B.
.myOpacity80 { color: #ABEF9B; opacity: 0.8; }
<p style="color:#ABEF9B;opacity:0.8;">80%</p>
Il testo di color #ABEF9B e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ABEF9B;}
<p style="text-shadow: 3px 3px 1px #ABEF9B">Text here.</p>
Questo testo ha l'ombra di colore #ABEF9B.
.textShadow {text-shadow: 3px 3px 1px #ABEF9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ABEF9B, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #ABEF9B e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ABEF9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ABEF9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #ABEF9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ABEF9B;
-webkit-box-shadow: 1px 1px 3px 2px #ABEF9B;
box-shadow: 1px 1px 3px 2px #ABEF9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ABEF9B; -webkit-box-shadow: 1px 1px 3px 2px #ABEF9B; box-shadow:1px 1px 3px 2px #ABEF9B;">
Div content here
</div>
Questo e il testo di colore #ABEF9B sullo sfondo nero.
Questo e il testo di colore #ABEF9B sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #ABEF9B.
Questo è un testo bianco sullo sfondo del colore #ABEF9B.
Il colore complimentare del #hex è #541064..