Shades of Kelly Green #2AB210
Tints of Kelly Green #2AB210
RGB
CMYK
RGB Variations
Color information
#2AB210 (or 0x2AB210) is known color: Kelly Green. HEX triplet: 2A, B2 and 10. RGB value is (42,178,16). Sum of RGB (Red+Green+Blue) = 42+178+16=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 178 (69.92% from 255 or 75.42% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB210 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB210 is #D54DEF. Grayscale: #777777. Windows color (decimal): -13979120 or 1094186. OLE color: 1094186.
HSL color Cylindrical-coordinate representation of color #2AB210: hue angle of 110.37º 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 #2AB210 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 16 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.30 |
| HSL | 110.37º | 0.84% | 0.38% | - |
| HSV(B) | 110.37º | 0.91% | 0.7% | - |
| XYZ | 16.97 | 32.37 | 5.84 | - |
| YUV | 118.87 | 69.94 | 73.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 16 | 0.76 | 0 | 0.91 | 0.30 | 110.37 | 0.84 | 0.38 |
| Hex | 2A | B2 | 10 | 4C | 0 | 5B | 1E | 6E | 54 | 26 |
| Octal | 52 | 262 | 20 | 114 | 0 | 133 | 36 | 156 | 124 | 46 |
| Binary | 101010 | 10110010 | 10000 | 1001100 | 0 | 1011011 | 11110 | 1101110 | 1010100 | 100110 |
Color Harmonies of #2AB210
Complementary color
Monochromatic Colors of #2AB210
Black with #2AB210
Text Example
Text Example
White with #2AB210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB210; }
p { color: rgb(42,178,16); }
H1.HeaderClassName
{
color: #2AB210;
}
.AnyTagClassName
{
color: #2AB210;
}
</style>
background-color css
<style>
a { background-color: #2AB210; }
a { background-color: rgb(42,178,16); }
div.DivClassName
{
background-color: #2AB210;
}
.BgClassName
{
background-color: #2AB210;
}
</style>
border-color css
<style>
span { border-color: #2AB210; }
span { border-color: rgb(42,178,16); }
td.TdClassName
{
border-color: #2AB210;
}
.TagClassName
{
border-color: #2AB210;
}
</style>