HEX: #9DC376
RGB: (157,195,118)
Il colore #9DC376 contiene principalmente il rosso e il verde. Per il #9DC376 il colore web safe è #99CC66 (#9C6).
Il colore 9DC376 in RGB è definito come 157,195,118
RGB: (157,195,118) (62%,76%,46%)
R 157 da 255 = 62%
G 195 da 255 = 76%
B 118 da 255 = 46%
R + G + B ~ 61%. #9DC376 colore abbastanza chiaro.
R + G + B =
157 + 195 + 118 = 470 (100%)
R 157 da 470 ~ 33.4%
G 195 da 470 ~ 41.49%
B 118 da 470 ~ 25.11%
Il colore #9DC376 in CMYK è definito come 19,0,39,24.
CMYK: (19,0,39,24) C19M0Y39K24 (19%,0%,39%,24%) (0.19/0.00/0.39/0.24)
9D | C3 | 76 | |
---|---|---|---|
RGB | 157 | 195 | 118 |
HSL | 90° | 39.09% | 61.37% |
HSB/HSV | 90° | 39.49% | 76.47% |
CMYK | 19.49% | 0.00% | 39.49% |
23.53% |
Esadicemale | 9D | C3 | 76 |
Decimale | 157 | 195 | 118 |
Binario | 10011101 | 11000011 | 1110110 |
Ottale | 235 | 303 | 166 |
Esempi dei codici css e html per gli elementi di colore #9DC376. Utilizzate rgb(157,195,118) anche al posto del codice hex.
.myTextColor { color: #9DC376; }
<p style="color:#9DC376">This sample text font color is #9DC376.</p>
Il colore di questo testo è #9DC376.
.myBgColor { background-color: #9DC376; }
<div style="background-color:#9DC376">Inner text</div>
Questo div ha lo sfondo di colore #9DC376.
.myBorderColor { border: 1px solid #9DC376; }
<div style="border:3px solid #9DC376">Div</div>
Questo div ha i bordi di colore 9DC376.
.myOpacity80 { color: #9DC376; opacity: 0.8; }
<p style="color:#9DC376;opacity:0.8;">80%</p>
Il testo di color #9DC376 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9DC376;}
<p style="text-shadow: 3px 3px 1px #9DC376">Text here.</p>
Questo testo ha l'ombra di colore #9DC376.
.textShadow {text-shadow: 3px 3px 1px #9DC376, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9DC376, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #9DC376 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9DC376, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9DC376, Direction=45, Strength=4)">Text</p>
This text has shadow with #9DC376 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9DC376; -webkit-box-shadow: 1px 1px 3px 2px #9DC376; box-shadow: 1px 1px 3px 2px #9DC376; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9DC376; -webkit-box-shadow: 1px 1px 3px 2px #9DC376; box-shadow:1px 1px 3px 2px #9DC376;">
Div content here</div>
Questo e il testo di colore #9DC376 sullo sfondo nero.
Questo e il testo di colore #9DC376 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #9DC376.
Questo è un testo bianco sullo sfondo del colore #9DC376.