HEX: #ACC179
RGB: (172,193,121)
Il colore #ACC179 contiene principalmente il rosso e il verde. Per il #ACC179 il colore web safe è #99CC66 (#9C6).
Il colore ACC179 in RGB è definito come 172,193,121
RGB: (172,193,121)
(67%, 76%, 47%)
R 172 da 255 = 67%
G 193 da 255 = 76%
B 121 da 255 = 47%
R + G + B ~ 63%. #ACC179 colore abbastanza chiaro.
R + G + B = 172 + 193 + 121 = 486 (100%)
R 172 da 486 ~ 35.39%
G 193 da 486 ~ 39.71%
B 121 da 486 ~ 24.9'%
Il colore #ACC179 in CMYK è definito come 11,0,37,24.
CMYK: (11,0,37,24)
C11M0Y37K24 (11%, 0%, 37%, 24%)
(0.11 / 0.00 / 0.37 / 0.24)
Il #ACC179 nei modelli di colore popolari.
AC | C1 | 79 | |
---|---|---|---|
RGB | 172 | 193 | 121 |
HSL | 78° | 36.73% | 61.57% |
HSB/HSV | 78° | 37.31% | 75.69% |
CMYK | 10.88% | 0.00% | 37.31% |
24.31% |
Il #ACC179 nei modelli numerici popolari.
Esadicemale | AC | C1 | 79 |
Decimale | 172 | 193 | 121 |
Binario | 10101100 | 11000001 | 1111001 |
Ottale | 254 | 301 | 171 |
Tonalità scure del colore #ACC179
Tonalità chiare del colore #ACC179
Esempi dei codici css e html per gli elementi di colore #ACC179. Utilizzate rgb(172,193,121) anche al posto del codice hex.
.myTextColor { color: #ACC179; }
<p style="color:#ACC179">This sample text font color is #ACC179.</p>
Il colore di questo testo è #ACC179.
.myBgColor { background-color: #ACC179; }
<div style="background-color:#ACC179">Inner text</div>
Questo div ha lo sfondo di colore #ACC179.
.myBorderColor { border: 1px solid #ACC179; }
<div style="border:3px solid #ACC179">Div</div>
Questo div ha i bordi di colore ACC179.
.myOpacity80 { color: #ACC179; opacity: 0.8; }
<p style="color:#ACC179;opacity:0.8;">80%</p>
Il testo di color #ACC179 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #ACC179;}
<p style="text-shadow: 3px 3px 1px #ACC179">Text here.</p>
Questo testo ha l'ombra di colore #ACC179.
.textShadow {text-shadow: 3px 3px 1px #ACC179', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #ACC179, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #ACC179 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ACC179, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#ACC179, Direction=45, Strength=4)">Text</p>
This text has shadow with #ACC179 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #ACC179;
-webkit-box-shadow: 1px 1px 3px 2px #ACC179;
box-shadow: 1px 1px 3px 2px #ACC179;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ACC179; -webkit-box-shadow: 1px 1px 3px 2px #ACC179; box-shadow:1px 1px 3px 2px #ACC179;">
Div content here
</div>
Questo e il testo di colore #ACC179 sullo sfondo nero.
Questo e il testo di colore #ACC179 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #ACC179.
Questo è un testo bianco sullo sfondo del colore #ACC179.
Il colore complimentare del #hex è #533E86..