Shades of Kelly Green #4ABB12
Tints of Kelly Green #4ABB12
RGB
CMYK
RGB Variations
Color information
#4ABB12 (or 0x4ABB12) is known color: Kelly Green. HEX triplet: 4A, BB and 12. RGB value is (74,187,18). Sum of RGB (Red+Green+Blue) = 74+187+18=279 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.52% from 279); Green value is 187 (73.44% from 255 or 67.03% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB12 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #4ABB12 is #B544ED. Grayscale: #868686. Windows color (decimal): -11879662 or 1227594. OLE color: 1227594.
HSL color Cylindrical-coordinate representation of color #4ABB12: hue angle of 100.12º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4ABB12 is Cyan = 0.60, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 18 | - |
| CMYK | 0.60 | 0 | 0.90 | 0.27 |
| HSL | 100.12º | 0.82% | 0.4% | - |
| HSV(B) | 100.12º | 0.9% | 0.73% | - |
| XYZ | 20.7 | 37.04 | 6.63 | - |
| YUV | 133.95 | 62.56 | 85.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 18 | 0.60 | 0 | 0.90 | 0.27 | 100.12 | 0.82 | 0.4 |
| Hex | 4A | BB | 12 | 3C | 0 | 5A | 1B | 64 | 52 | 28 |
| Octal | 112 | 273 | 22 | 74 | 0 | 132 | 33 | 144 | 122 | 50 |
| Binary | 1001010 | 10111011 | 10010 | 111100 | 0 | 1011010 | 11011 | 1100100 | 1010010 | 101000 |
Color Harmonies of #4ABB12
Complementary color
Monochromatic Colors of #4ABB12
Black with #4ABB12
Text Example
Text Example
White with #4ABB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB12; }
p { color: rgb(74,187,18); }
H1.HeaderClassName
{
color: #4ABB12;
}
.AnyTagClassName
{
color: #4ABB12;
}
</style>
background-color css
<style>
a { background-color: #4ABB12; }
a { background-color: rgb(74,187,18); }
div.DivClassName
{
background-color: #4ABB12;
}
.BgClassName
{
background-color: #4ABB12;
}
</style>
border-color css
<style>
span { border-color: #4ABB12; }
span { border-color: rgb(74,187,18); }
td.TdClassName
{
border-color: #4ABB12;
}
.TagClassName
{
border-color: #4ABB12;
}
</style>