Shades of Kelly Green #2AB909
Tints of Kelly Green #2AB909
RGB
CMYK
RGB Variations
Color information
#2AB909 (or 0x2AB909) is known color: Kelly Green. HEX triplet: 2A, B9 and 09. RGB value is (42,185,9). Sum of RGB (Red+Green+Blue) = 42+185+9=236 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.80% from 236); Green value is 185 (72.66% from 255 or 78.39% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB909 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB909 is #D546F6. Grayscale: #7A7A7A. Windows color (decimal): -13977335 or 637226. OLE color: 637226.
HSL color Cylindrical-coordinate representation of color #2AB909: hue angle of 108.75º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2AB909 is Cyan = 0.77, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 9 | - |
| CMYK | 0.77 | 0 | 0.95 | 0.27 |
| HSL | 108.75º | 0.91% | 0.38% | - |
| HSV(B) | 108.75º | 0.95% | 0.73% | - |
| XYZ | 18.35 | 35.21 | 6.09 | - |
| YUV | 122.18 | 64.12 | 70.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 9 | 0.77 | 0 | 0.95 | 0.27 | 108.75 | 0.91 | 0.38 |
| Hex | 2A | B9 | 9 | 4D | 0 | 5F | 1B | 6D | 5B | 26 |
| Octal | 52 | 271 | 11 | 115 | 0 | 137 | 33 | 155 | 133 | 46 |
| Binary | 101010 | 10111001 | 1001 | 1001101 | 0 | 1011111 | 11011 | 1101101 | 1011011 | 100110 |
Color Harmonies of #2AB909
Complementary color
Monochromatic Colors of #2AB909
Black with #2AB909
Text Example
Text Example
White with #2AB909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB909; }
p { color: rgb(42,185,9); }
H1.HeaderClassName
{
color: #2AB909;
}
.AnyTagClassName
{
color: #2AB909;
}
</style>
background-color css
<style>
a { background-color: #2AB909; }
a { background-color: rgb(42,185,9); }
div.DivClassName
{
background-color: #2AB909;
}
.BgClassName
{
background-color: #2AB909;
}
</style>
border-color css
<style>
span { border-color: #2AB909; }
span { border-color: rgb(42,185,9); }
td.TdClassName
{
border-color: #2AB909;
}
.TagClassName
{
border-color: #2AB909;
}
</style>