Shades of Kelly Green #52AC01
Tints of Kelly Green #52AC01
RGB
CMYK
RGB Variations
Color information
#52AC01 (or 0x52AC01) is known color: Kelly Green. HEX triplet: 52, AC and 01. RGB value is (82,172,1). Sum of RGB (Red+Green+Blue) = 82+172+1=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 172 (67.58% from 255 or 67.45% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52AC01 is #AD53FE. Grayscale: #7E7E7E. Windows color (decimal): -11359231 or 109650. OLE color: 109650.
HSL color Cylindrical-coordinate representation of color #52AC01: hue angle of 91.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #52AC01 is Cyan = 0.52, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 172 | 1 | - |
| CMYK | 0.52 | 0 | 0.99 | 0.33 |
| HSL | 91.58º | 0.99% | 0.34% | - |
| HSV(B) | 91.58º | 0.99% | 0.67% | - |
| XYZ | 18.24 | 31.3 | 5.11 | - |
| YUV | 125.6 | 57.68 | 96.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 1 | 0.52 | 0 | 0.99 | 0.33 | 91.58 | 0.99 | 0.34 |
| Hex | 52 | AC | 1 | 34 | 0 | 63 | 21 | 5C | 63 | 22 |
| Octal | 122 | 254 | 1 | 64 | 0 | 143 | 41 | 134 | 143 | 42 |
| Binary | 1010010 | 10101100 | 1 | 110100 | 0 | 1100011 | 100001 | 1011100 | 1100011 | 100010 |
Color Harmonies of #52AC01
Complementary color
Monochromatic Colors of #52AC01
Black with #52AC01
Text Example
Text Example
White with #52AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AC01; }
p { color: rgb(82,172,1); }
H1.HeaderClassName
{
color: #52AC01;
}
.AnyTagClassName
{
color: #52AC01;
}
</style>
background-color css
<style>
a { background-color: #52AC01; }
a { background-color: rgb(82,172,1); }
div.DivClassName
{
background-color: #52AC01;
}
.BgClassName
{
background-color: #52AC01;
}
</style>
border-color css
<style>
span { border-color: #52AC01; }
span { border-color: rgb(82,172,1); }
td.TdClassName
{
border-color: #52AC01;
}
.TagClassName
{
border-color: #52AC01;
}
</style>