Shades of Kelly Green #2AB010
Tints of Kelly Green #2AB010
RGB
CMYK
RGB Variations
Color information
#2AB010 (or 0x2AB010) is known color: Kelly Green. HEX triplet: 2A, B0 and 10. RGB value is (42,176,16). Sum of RGB (Red+Green+Blue) = 42+176+16=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 176 (69.14% from 255 or 75.21% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB010 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB010 is #D54FEF. Grayscale: #767676. Windows color (decimal): -13979632 or 1093674. OLE color: 1093674.
HSL color Cylindrical-coordinate representation of color #2AB010: hue angle of 110.25º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB010 is Cyan = 0.76, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 16 | - |
| CMYK | 0.76 | 0 | 0.91 | 0.31 |
| HSL | 110.25º | 0.83% | 0.38% | - |
| HSV(B) | 110.25º | 0.91% | 0.69% | - |
| XYZ | 16.57 | 31.58 | 5.71 | - |
| YUV | 117.69 | 70.61 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 16 | 0.76 | 0 | 0.91 | 0.31 | 110.25 | 0.83 | 0.38 |
| Hex | 2A | B0 | 10 | 4C | 0 | 5B | 1F | 6E | 53 | 26 |
| Octal | 52 | 260 | 20 | 114 | 0 | 133 | 37 | 156 | 123 | 46 |
| Binary | 101010 | 10110000 | 10000 | 1001100 | 0 | 1011011 | 11111 | 1101110 | 1010011 | 100110 |
Color Harmonies of #2AB010
Complementary color
Monochromatic Colors of #2AB010
Black with #2AB010
Text Example
Text Example
White with #2AB010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB010; }
p { color: rgb(42,176,16); }
H1.HeaderClassName
{
color: #2AB010;
}
.AnyTagClassName
{
color: #2AB010;
}
</style>
background-color css
<style>
a { background-color: #2AB010; }
a { background-color: rgb(42,176,16); }
div.DivClassName
{
background-color: #2AB010;
}
.BgClassName
{
background-color: #2AB010;
}
</style>
border-color css
<style>
span { border-color: #2AB010; }
span { border-color: rgb(42,176,16); }
td.TdClassName
{
border-color: #2AB010;
}
.TagClassName
{
border-color: #2AB010;
}
</style>