Shades of Kelly Green #2AB006
Tints of Kelly Green #2AB006
RGB
CMYK
RGB Variations
Color information
#2AB006 (or 0x2AB006) is known color: Kelly Green. HEX triplet: 2A, B0 and 06. RGB value is (42,176,6). Sum of RGB (Red+Green+Blue) = 42+176+6=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 176 (69.14% from 255 or 78.57% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB006 is #D54FF9. Grayscale: #757575. Windows color (decimal): -13979642 or 438314. OLE color: 438314.
HSL color Cylindrical-coordinate representation of color #2AB006: hue angle of 107.29º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AB006 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 6 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.31 |
| HSL | 107.29º | 0.93% | 0.36% | - |
| HSV(B) | 107.29º | 0.97% | 0.69% | - |
| XYZ | 16.51 | 31.56 | 5.39 | - |
| YUV | 116.55 | 65.61 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 6 | 0.76 | 0 | 0.97 | 0.31 | 107.29 | 0.93 | 0.36 |
| Hex | 2A | B0 | 6 | 4C | 0 | 61 | 1F | 6B | 5D | 24 |
| Octal | 52 | 260 | 6 | 114 | 0 | 141 | 37 | 153 | 135 | 44 |
| Binary | 101010 | 10110000 | 110 | 1001100 | 0 | 1100001 | 11111 | 1101011 | 1011101 | 100100 |
Color Harmonies of #2AB006
Complementary color
Monochromatic Colors of #2AB006
Black with #2AB006
Text Example
Text Example
White with #2AB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB006; }
p { color: rgb(42,176,6); }
H1.HeaderClassName
{
color: #2AB006;
}
.AnyTagClassName
{
color: #2AB006;
}
</style>
background-color css
<style>
a { background-color: #2AB006; }
a { background-color: rgb(42,176,6); }
div.DivClassName
{
background-color: #2AB006;
}
.BgClassName
{
background-color: #2AB006;
}
</style>
border-color css
<style>
span { border-color: #2AB006; }
span { border-color: rgb(42,176,6); }
td.TdClassName
{
border-color: #2AB006;
}
.TagClassName
{
border-color: #2AB006;
}
</style>