Shades of Kelly Green #2AA502
Tints of Kelly Green #2AA502
RGB
CMYK
RGB Variations
Color information
#2AA502 (or 0x2AA502) is known color: Kelly Green. HEX triplet: 2A, A5 and 02. RGB value is (42,165,2). Sum of RGB (Red+Green+Blue) = 42+165+2=209 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.10% from 209); Green value is 165 (64.84% from 255 or 78.95% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 165 - color contains mainly: green. Hex color #2AA502 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AA502 is #D55AFD. Grayscale: #6E6E6E. Windows color (decimal): -13982462 or 173354. OLE color: 173354.
HSL color Cylindrical-coordinate representation of color #2AA502: hue angle of 105.28º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2AA502 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 42 | 165 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.35 |
| HSL | 105.28º | 0.98% | 0.33% | - |
| HSV(B) | 105.28º | 0.99% | 0.65% | - |
| XYZ | 14.42 | 27.41 | 4.59 | - |
| YUV | 109.64 | 67.25 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 165 | 2 | 0.75 | 0 | 0.99 | 0.35 | 105.28 | 0.98 | 0.33 |
| Hex | 2A | A5 | 2 | 4B | 0 | 63 | 23 | 69 | 62 | 21 |
| Octal | 52 | 245 | 2 | 113 | 0 | 143 | 43 | 151 | 142 | 41 |
| Binary | 101010 | 10100101 | 10 | 1001011 | 0 | 1100011 | 100011 | 1101001 | 1100010 | 100001 |
Color Harmonies of #2AA502
Complementary color
Monochromatic Colors of #2AA502
Black with #2AA502
Text Example
Text Example
White with #2AA502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA502; }
p { color: rgb(42,165,2); }
H1.HeaderClassName
{
color: #2AA502;
}
.AnyTagClassName
{
color: #2AA502;
}
</style>
background-color css
<style>
a { background-color: #2AA502; }
a { background-color: rgb(42,165,2); }
div.DivClassName
{
background-color: #2AA502;
}
.BgClassName
{
background-color: #2AA502;
}
</style>
border-color css
<style>
span { border-color: #2AA502; }
span { border-color: rgb(42,165,2); }
td.TdClassName
{
border-color: #2AA502;
}
.TagClassName
{
border-color: #2AA502;
}
</style>