HEX: #59AB40
RGB: (89,171,64)
Il colore #59AB40 contiene principalmente il verde. Per il #59AB40 il colore web safe è #669933 (#693).
Il colore 59AB40 in RGB è definito come 89,171,64
RGB: (89,171,64)
(35%, 67%, 25%)
R 89 da 255 = 35%
G 171 da 255 = 67%
B 64 da 255 = 25%
R + G + B ~ 42%. #59AB40 colore medio (né scuro né chiaro).
R + G + B = 89 + 171 + 64 = 324 (100%)
R 89 da 324 ~ 27.47%
G 171 da 324 ~ 52.78%
B 64 da 324 ~ 19.75'%
Il colore #59AB40 in CMYK è definito come 48,0,63,33.
CMYK: (48,0,63,33)
C48M0Y63K33 (48%, 0%, 63%, 33%)
(0.48 / 0.00 / 0.63 / 0.33)
Il #59AB40 nei modelli di colore popolari.
59 | AB | 40 | |
---|---|---|---|
RGB | 89 | 171 | 64 |
HSL | 106° | 45.53% | 46.08% |
HSB/HSV | 106° | 62.57% | 67.06% |
CMYK | 47.95% | 0.00% | 62.57% |
32.94% |
Il #59AB40 nei modelli numerici popolari.
Esadicemale | 59 | AB | 40 |
Decimale | 89 | 171 | 64 |
Binario | 1011001 | 10101011 | 1000000 |
Ottale | 131 | 253 | 100 |
Tonalità scure del colore #59AB40
Tonalità chiare del colore #59AB40
Esempi dei codici css e html per gli elementi di colore #59AB40. Utilizzate rgb(89,171,64) anche al posto del codice hex.
.myTextColor { color: #59AB40; }
<p style="color:#59AB40">This sample text font color is #59AB40.</p>
Il colore di questo testo è #59AB40.
.myBgColor { background-color: #59AB40; }
<div style="background-color:#59AB40">Inner text</div>
Questo div ha lo sfondo di colore #59AB40.
.myBorderColor { border: 1px solid #59AB40; }
<div style="border:3px solid #59AB40">Div</div>
Questo div ha i bordi di colore 59AB40.
.myOpacity80 { color: #59AB40; opacity: 0.8; }
<p style="color:#59AB40;opacity:0.8;">80%</p>
Il testo di color #59AB40 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #59AB40;}
<p style="text-shadow: 3px 3px 1px #59AB40">Text here.</p>
Questo testo ha l'ombra di colore #59AB40.
.textShadow {text-shadow: 3px 3px 1px #59AB40', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #59AB40, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #59AB40 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59AB40, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#59AB40, Direction=45, Strength=4)">Text</p>
This text has shadow with #59AB40 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #59AB40;
-webkit-box-shadow: 1px 1px 3px 2px #59AB40;
box-shadow: 1px 1px 3px 2px #59AB40;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59AB40; -webkit-box-shadow: 1px 1px 3px 2px #59AB40; box-shadow:1px 1px 3px 2px #59AB40;">
Div content here
</div>
Questo e il testo di colore #59AB40 sullo sfondo nero.
Questo e il testo di colore #59AB40 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #59AB40.
Questo è un testo bianco sullo sfondo del colore #59AB40.
Il colore complimentare del #hex è #A654BF..