Shades of Kelly Green #2AB00C
Tints of Kelly Green #2AB00C
RGB
CMYK
RGB Variations
Color information
#2AB00C (or 0x2AB00C) is known color: Kelly Green. HEX triplet: 2A, B0 and 0C. RGB value is (42,176,12). Sum of RGB (Red+Green+Blue) = 42+176+12=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 176 (69.14% from 255 or 76.52% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB00C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB00C is #D54FF3. Grayscale: #757575. Windows color (decimal): -13979636 or 831530. OLE color: 831530.
HSL color Cylindrical-coordinate representation of color #2AB00C: hue angle of 109.02º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AB00C is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 12 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.31 |
| HSL | 109.02º | 0.87% | 0.37% | - |
| HSV(B) | 109.02º | 0.93% | 0.69% | - |
| XYZ | 16.55 | 31.57 | 5.57 | - |
| YUV | 117.24 | 68.61 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 12 | 0.76 | 0 | 0.93 | 0.31 | 109.02 | 0.87 | 0.37 |
| Hex | 2A | B0 | C | 4C | 0 | 5D | 1F | 6D | 57 | 25 |
| Octal | 52 | 260 | 14 | 114 | 0 | 135 | 37 | 155 | 127 | 45 |
| Binary | 101010 | 10110000 | 1100 | 1001100 | 0 | 1011101 | 11111 | 1101101 | 1010111 | 100101 |
Color Harmonies of #2AB00C
Complementary color
Monochromatic Colors of #2AB00C
Black with #2AB00C
Text Example
Text Example
White with #2AB00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB00C; }
p { color: rgb(42,176,12); }
H1.HeaderClassName
{
color: #2AB00C;
}
.AnyTagClassName
{
color: #2AB00C;
}
</style>
background-color css
<style>
a { background-color: #2AB00C; }
a { background-color: rgb(42,176,12); }
div.DivClassName
{
background-color: #2AB00C;
}
.BgClassName
{
background-color: #2AB00C;
}
</style>
border-color css
<style>
span { border-color: #2AB00C; }
span { border-color: rgb(42,176,12); }
td.TdClassName
{
border-color: #2AB00C;
}
.TagClassName
{
border-color: #2AB00C;
}
</style>