Shades of Kelly Green #2AA705
Tints of Kelly Green #2AA705
RGB
CMYK
RGB Variations
Color information
#2AA705 (or 0x2AA705) is known color: Kelly Green. HEX triplet: 2A, A7 and 05. RGB value is (42,167,5). Sum of RGB (Red+Green+Blue) = 42+167+5=214 (28% of max value = 765). Red value is 42 (16.80% from 255 or 19.63% from 214); Green value is 167 (65.62% from 255 or 78.04% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 167 - color contains mainly: green. Hex color #2AA705 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA705 is #D558FA. Grayscale: #6F6F6F. Windows color (decimal): -13981947 or 370474. OLE color: 370474.
HSL color Cylindrical-coordinate representation of color #2AA705: hue angle of 106.3º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AA705 is Cyan = 0.75, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 167 | 5 | - |
| CMYK | 0.75 | 0 | 0.97 | 0.35 |
| HSL | 106.3º | 0.94% | 0.34% | - |
| HSV(B) | 106.3º | 0.97% | 0.65% | - |
| XYZ | 14.8 | 28.14 | 4.8 | - |
| YUV | 111.16 | 68.09 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 167 | 5 | 0.75 | 0 | 0.97 | 0.35 | 106.3 | 0.94 | 0.34 |
| Hex | 2A | A7 | 5 | 4B | 0 | 61 | 23 | 6A | 5E | 22 |
| Octal | 52 | 247 | 5 | 113 | 0 | 141 | 43 | 152 | 136 | 42 |
| Binary | 101010 | 10100111 | 101 | 1001011 | 0 | 1100001 | 100011 | 1101010 | 1011110 | 100010 |
Color Harmonies of #2AA705
Complementary color
Monochromatic Colors of #2AA705
Black with #2AA705
Text Example
Text Example
White with #2AA705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA705; }
p { color: rgb(42,167,5); }
H1.HeaderClassName
{
color: #2AA705;
}
.AnyTagClassName
{
color: #2AA705;
}
</style>
background-color css
<style>
a { background-color: #2AA705; }
a { background-color: rgb(42,167,5); }
div.DivClassName
{
background-color: #2AA705;
}
.BgClassName
{
background-color: #2AA705;
}
</style>
border-color css
<style>
span { border-color: #2AA705; }
span { border-color: rgb(42,167,5); }
td.TdClassName
{
border-color: #2AA705;
}
.TagClassName
{
border-color: #2AA705;
}
</style>