Shades of Kelly Green #2AB012
Tints of Kelly Green #2AB012
RGB
CMYK
RGB Variations
Color information
#2AB012 (or 0x2AB012) is known color: Kelly Green. HEX triplet: 2A, B0 and 12. RGB value is (42,176,18). Sum of RGB (Red+Green+Blue) = 42+176+18=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 176 (69.14% from 255 or 74.58% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB012 is #D54FED. Grayscale: #767676. Windows color (decimal): -13979630 or 1224746. OLE color: 1224746.
HSL color Cylindrical-coordinate representation of color #2AB012: hue angle of 110.89º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AB012 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 18 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.31 |
| HSL | 110.89º | 0.81% | 0.38% | - |
| HSV(B) | 110.89º | 0.9% | 0.69% | - |
| XYZ | 16.59 | 31.59 | 5.79 | - |
| YUV | 117.92 | 71.61 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 18 | 0.76 | 0 | 0.90 | 0.31 | 110.89 | 0.81 | 0.38 |
| Hex | 2A | B0 | 12 | 4C | 0 | 5A | 1F | 6F | 51 | 26 |
| Octal | 52 | 260 | 22 | 114 | 0 | 132 | 37 | 157 | 121 | 46 |
| Binary | 101010 | 10110000 | 10010 | 1001100 | 0 | 1011010 | 11111 | 1101111 | 1010001 | 100110 |
Color Harmonies of #2AB012
Complementary color
Monochromatic Colors of #2AB012
Black with #2AB012
Text Example
Text Example
White with #2AB012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB012; }
p { color: rgb(42,176,18); }
H1.HeaderClassName
{
color: #2AB012;
}
.AnyTagClassName
{
color: #2AB012;
}
</style>
background-color css
<style>
a { background-color: #2AB012; }
a { background-color: rgb(42,176,18); }
div.DivClassName
{
background-color: #2AB012;
}
.BgClassName
{
background-color: #2AB012;
}
</style>
border-color css
<style>
span { border-color: #2AB012; }
span { border-color: rgb(42,176,18); }
td.TdClassName
{
border-color: #2AB012;
}
.TagClassName
{
border-color: #2AB012;
}
</style>