HEX: #4AB71F
RGB: (74,183,31)
Il colore #4AB71F contiene principalmente il verde. Per il #4AB71F il colore web safe è #33CC33 (#3C3).
Il colore 4AB71F in RGB è definito come 74,183,31
RGB: (74,183,31) (29%,72%,12%)
R 74 da 255 = 29%
G 183 da 255 = 72%
B 31 da 255 = 12%
R + G + B ~ 38%. #4AB71F colore abbastanza scuro.
R + G + B =
74 + 183 + 31 = 288 (100%)
R 74 da 288 ~ 25.69%
G 183 da 288 ~ 63.54%
B 31 da 288 ~ 10.76%
Il colore #4AB71F in CMYK è definito come 60,0,83,28.
CMYK: (60,0,83,28) C60M0Y83K28 (60%,0%,83%,28%) (0.60/0.00/0.83/0.28)
4A | B7 | 1F | |
---|---|---|---|
RGB | 74 | 183 | 31 |
HSL | 103° | 71.03% | 41.96% |
HSB/HSV | 103° | 83.06% | 71.76% |
CMYK | 59.56% | 0.00% | 83.06% |
28.24% |
Esadicemale | 4A | B7 | 1F |
Decimale | 74 | 183 | 31 |
Binario | 1001010 | 10110111 | 11111 |
Ottale | 112 | 267 | 37 |
Esempi dei codici css e html per gli elementi di colore #4AB71F. Utilizzate rgb(74,183,31) anche al posto del codice hex.
.myTextColor { color: #4AB71F; }
<p style="color:#4AB71F">This sample text font color is #4AB71F.</p>
Il colore di questo testo è #4AB71F.
.myBgColor { background-color: #4AB71F; }
<div style="background-color:#4AB71F">Inner text</div>
Questo div ha lo sfondo di colore #4AB71F.
.myBorderColor { border: 1px solid #4AB71F; }
<div style="border:3px solid #4AB71F">Div</div>
Questo div ha i bordi di colore 4AB71F.
.myOpacity80 { color: #4AB71F; opacity: 0.8; }
<p style="color:#4AB71F;opacity:0.8;">80%</p>
Il testo di color #4AB71F e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #4AB71F;}
<p style="text-shadow: 3px 3px 1px #4AB71F">Text here.</p>
Questo testo ha l'ombra di colore #4AB71F.
.textShadow {text-shadow: 3px 3px 1px #4AB71F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #4AB71F, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #4AB71F e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4AB71F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#4AB71F, Direction=45, Strength=4)">Text</p>
This text has shadow with #4AB71F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #4AB71F; -webkit-box-shadow: 1px 1px 3px 2px #4AB71F; box-shadow: 1px 1px 3px 2px #4AB71F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #4AB71F; -webkit-box-shadow: 1px 1px 3px 2px #4AB71F; box-shadow:1px 1px 3px 2px #4AB71F;">
Div content here</div>
Questo e il testo di colore #4AB71F sullo sfondo nero.
Questo e il testo di colore #4AB71F sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #4AB71F.
Questo è un testo bianco sullo sfondo del colore #4AB71F.