Shades of Kelly Green #52AC20
Tints of Kelly Green #52AC20
RGB
CMYK
RGB Variations
Color information
#52AC20 (or 0x52AC20) is known color: Kelly Green. HEX triplet: 52, AC and 20. RGB value is (82,172,32). Sum of RGB (Red+Green+Blue) = 82+172+32=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC20 is #AD53DF. Grayscale: #818181. Windows color (decimal): -11359200 or 2141266. OLE color: 2141266.
HSL color Cylindrical-coordinate representation of color #52AC20: hue angle of 98.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #52AC20 is Cyan = 0.52, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 172 | 32 | - |
| CMYK | 0.52 | 0 | 0.81 | 0.33 |
| HSL | 98.57º | 0.69% | 0.4% | - |
| HSV(B) | 98.57º | 0.81% | 0.67% | - |
| XYZ | 18.49 | 31.4 | 6.45 | - |
| YUV | 129.13 | 73.18 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 32 | 0.52 | 0 | 0.81 | 0.33 | 98.57 | 0.69 | 0.4 |
| Hex | 52 | AC | 20 | 34 | 0 | 51 | 21 | 63 | 45 | 28 |
| Octal | 122 | 254 | 40 | 64 | 0 | 121 | 41 | 143 | 105 | 50 |
| Binary | 1010010 | 10101100 | 100000 | 110100 | 0 | 1010001 | 100001 | 1100011 | 1000101 | 101000 |
Color Harmonies of #52AC20
Complementary color
Monochromatic Colors of #52AC20
Black with #52AC20
Text Example
Text Example
White with #52AC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AC20; }
p { color: rgb(82,172,32); }
H1.HeaderClassName
{
color: #52AC20;
}
.AnyTagClassName
{
color: #52AC20;
}
</style>
background-color css
<style>
a { background-color: #52AC20; }
a { background-color: rgb(82,172,32); }
div.DivClassName
{
background-color: #52AC20;
}
.BgClassName
{
background-color: #52AC20;
}
</style>
border-color css
<style>
span { border-color: #52AC20; }
span { border-color: rgb(82,172,32); }
td.TdClassName
{
border-color: #52AC20;
}
.TagClassName
{
border-color: #52AC20;
}
</style>