Shades of Kelly Green #2AB910
Tints of Kelly Green #2AB910
RGB
CMYK
RGB Variations
Color information
#2AB910 (or 0x2AB910) is known color: Kelly Green. HEX triplet: 2A, B9 and 10. RGB value is (42,185,16). Sum of RGB (Red+Green+Blue) = 42+185+16=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 185 (72.66% from 255 or 76.13% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB910 is #D546EF. Grayscale: #7B7B7B. Windows color (decimal): -13977328 or 1095978. OLE color: 1095978.
HSL color Cylindrical-coordinate representation of color #2AB910: hue angle of 110.77º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB910 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 16 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.27 |
| HSL | 110.77º | 0.84% | 0.39% | - |
| HSV(B) | 110.77º | 0.91% | 0.73% | - |
| XYZ | 18.4 | 35.23 | 6.32 | - |
| YUV | 122.98 | 67.62 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 16 | 0.77 | 0 | 0.91 | 0.27 | 110.77 | 0.84 | 0.39 |
| Hex | 2A | B9 | 10 | 4D | 0 | 5B | 1B | 6F | 54 | 27 |
| Octal | 52 | 271 | 20 | 115 | 0 | 133 | 33 | 157 | 124 | 47 |
| Binary | 101010 | 10111001 | 10000 | 1001101 | 0 | 1011011 | 11011 | 1101111 | 1010100 | 100111 |
Color Harmonies of #2AB910
Complementary color
Monochromatic Colors of #2AB910
Black with #2AB910
Text Example
Text Example
White with #2AB910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB910; }
p { color: rgb(42,185,16); }
H1.HeaderClassName
{
color: #2AB910;
}
.AnyTagClassName
{
color: #2AB910;
}
</style>
background-color css
<style>
a { background-color: #2AB910; }
a { background-color: rgb(42,185,16); }
div.DivClassName
{
background-color: #2AB910;
}
.BgClassName
{
background-color: #2AB910;
}
</style>
border-color css
<style>
span { border-color: #2AB910; }
span { border-color: rgb(42,185,16); }
td.TdClassName
{
border-color: #2AB910;
}
.TagClassName
{
border-color: #2AB910;
}
</style>