Shades of Kelly Green #2AAD0C
Tints of Kelly Green #2AAD0C
RGB
CMYK
RGB Variations
Color information
#2AAD0C (or 0x2AAD0C) is known color: Kelly Green. HEX triplet: 2A, AD and 0C. RGB value is (42,173,12). Sum of RGB (Red+Green+Blue) = 42+173+12=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 173 (67.97% from 255 or 76.21% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 173 - color contains mainly: green. Hex color #2AAD0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AAD0C is #D552F3. Grayscale: #737373. Windows color (decimal): -13980404 or 830762. OLE color: 830762.
HSL color Cylindrical-coordinate representation of color #2AAD0C: hue angle of 108.82º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AAD0C is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 42 | 173 | 12 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.32 |
| HSL | 108.82º | 0.87% | 0.36% | - |
| HSV(B) | 108.82º | 0.93% | 0.68% | - |
| XYZ | 15.96 | 30.41 | 5.38 | - |
| YUV | 115.48 | 69.6 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 173 | 12 | 0.76 | 0 | 0.93 | 0.32 | 108.82 | 0.87 | 0.36 |
| Hex | 2A | AD | C | 4C | 0 | 5D | 20 | 6D | 57 | 24 |
| Octal | 52 | 255 | 14 | 114 | 0 | 135 | 40 | 155 | 127 | 44 |
| Binary | 101010 | 10101101 | 1100 | 1001100 | 0 | 1011101 | 100000 | 1101101 | 1010111 | 100100 |
Color Harmonies of #2AAD0C
Complementary color
Monochromatic Colors of #2AAD0C
Black with #2AAD0C
Text Example
Text Example
White with #2AAD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAD0C; }
p { color: rgb(42,173,12); }
H1.HeaderClassName
{
color: #2AAD0C;
}
.AnyTagClassName
{
color: #2AAD0C;
}
</style>
background-color css
<style>
a { background-color: #2AAD0C; }
a { background-color: rgb(42,173,12); }
div.DivClassName
{
background-color: #2AAD0C;
}
.BgClassName
{
background-color: #2AAD0C;
}
</style>
border-color css
<style>
span { border-color: #2AAD0C; }
span { border-color: rgb(42,173,12); }
td.TdClassName
{
border-color: #2AAD0C;
}
.TagClassName
{
border-color: #2AAD0C;
}
</style>