Shades of Kelly Green #4AB210
Tints of Kelly Green #4AB210
RGB
CMYK
RGB Variations
Color information
#4AB210 (or 0x4AB210) is known color: Kelly Green. HEX triplet: 4A, B2 and 10. RGB value is (74,178,16). Sum of RGB (Red+Green+Blue) = 74+178+16=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 178 (69.92% from 255 or 66.42% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4AB210 is #B54DEF. Grayscale: #808080. Windows color (decimal): -11881968 or 1094218. OLE color: 1094218.
HSL color Cylindrical-coordinate representation of color #4AB210: hue angle of 98.52º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4AB210 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 74 | 178 | 16 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.30 |
| HSL | 98.52º | 0.84% | 0.38% | - |
| HSV(B) | 98.52º | 0.91% | 0.7% | - |
| XYZ | 18.84 | 33.33 | 5.93 | - |
| YUV | 128.44 | 64.54 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 178 | 16 | 0.58 | 0 | 0.91 | 0.30 | 98.52 | 0.84 | 0.38 |
| Hex | 4A | B2 | 10 | 3A | 0 | 5B | 1E | 63 | 54 | 26 |
| Octal | 112 | 262 | 20 | 72 | 0 | 133 | 36 | 143 | 124 | 46 |
| Binary | 1001010 | 10110010 | 10000 | 111010 | 0 | 1011011 | 11110 | 1100011 | 1010100 | 100110 |
Color Harmonies of #4AB210
Complementary color
Monochromatic Colors of #4AB210
Black with #4AB210
Text Example
Text Example
White with #4AB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB210; }
p { color: rgb(74,178,16); }
H1.HeaderClassName
{
color: #4AB210;
}
.AnyTagClassName
{
color: #4AB210;
}
</style>
background-color css
<style>
a { background-color: #4AB210; }
a { background-color: rgb(74,178,16); }
div.DivClassName
{
background-color: #4AB210;
}
.BgClassName
{
background-color: #4AB210;
}
</style>
border-color css
<style>
span { border-color: #4AB210; }
span { border-color: rgb(74,178,16); }
td.TdClassName
{
border-color: #4AB210;
}
.TagClassName
{
border-color: #4AB210;
}
</style>