Shades of Kelly Green #2AB908
Tints of Kelly Green #2AB908
RGB
CMYK
RGB Variations
Color information
#2AB908 (or 0x2AB908) is known color: Kelly Green. HEX triplet: 2A, B9 and 08. RGB value is (42,185,8). Sum of RGB (Red+Green+Blue) = 42+185+8=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 185 (72.66% from 255 or 78.72% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB908 is #D546F7. Grayscale: #7A7A7A. Windows color (decimal): -13977336 or 571690. OLE color: 571690.
HSL color Cylindrical-coordinate representation of color #2AB908: hue angle of 108.47º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AB908 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.27 |
| HSL | 108.47º | 0.92% | 0.38% | - |
| HSV(B) | 108.47º | 0.96% | 0.73% | - |
| XYZ | 18.35 | 35.21 | 6.06 | - |
| YUV | 122.07 | 63.62 | 70.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 8 | 0.77 | 0 | 0.96 | 0.27 | 108.47 | 0.92 | 0.38 |
| Hex | 2A | B9 | 8 | 4D | 0 | 60 | 1B | 6C | 5C | 26 |
| Octal | 52 | 271 | 10 | 115 | 0 | 140 | 33 | 154 | 134 | 46 |
| Binary | 101010 | 10111001 | 1000 | 1001101 | 0 | 1100000 | 11011 | 1101100 | 1011100 | 100110 |
Color Harmonies of #2AB908
Complementary color
Monochromatic Colors of #2AB908
Black with #2AB908
Text Example
Text Example
White with #2AB908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB908; }
p { color: rgb(42,185,8); }
H1.HeaderClassName
{
color: #2AB908;
}
.AnyTagClassName
{
color: #2AB908;
}
</style>
background-color css
<style>
a { background-color: #2AB908; }
a { background-color: rgb(42,185,8); }
div.DivClassName
{
background-color: #2AB908;
}
.BgClassName
{
background-color: #2AB908;
}
</style>
border-color css
<style>
span { border-color: #2AB908; }
span { border-color: rgb(42,185,8); }
td.TdClassName
{
border-color: #2AB908;
}
.TagClassName
{
border-color: #2AB908;
}
</style>