Shades of Kelly Green #52AC2A
Tints of Kelly Green #52AC2A
RGB
CMYK
RGB Variations
Color information
#52AC2A (or 0x52AC2A) is known color: Kelly Green. HEX triplet: 52, AC and 2A. RGB value is (82,172,42). Sum of RGB (Red+Green+Blue) = 82+172+42=296 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.70% from 296); Green value is 172 (67.58% from 255 or 58.11% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52AC2A is #AD53D5. Grayscale: #828282. Windows color (decimal): -11359190 or 2796626. OLE color: 2796626.
HSL color Cylindrical-coordinate representation of color #52AC2A: hue angle of 101.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #52AC2A is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 82 | 172 | 42 | - |
| CMYK | 0.52 | 0 | 0.76 | 0.33 |
| HSL | 101.54º | 0.61% | 0.42% | - |
| HSV(B) | 101.54º | 0.76% | 0.67% | - |
| XYZ | 18.65 | 31.47 | 7.28 | - |
| YUV | 130.27 | 78.18 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 172 | 42 | 0.52 | 0 | 0.76 | 0.33 | 101.54 | 0.61 | 0.42 |
| Hex | 52 | AC | 2A | 34 | 0 | 4C | 21 | 66 | 3D | 2A |
| Octal | 122 | 254 | 52 | 64 | 0 | 114 | 41 | 146 | 75 | 52 |
| Binary | 1010010 | 10101100 | 101010 | 110100 | 0 | 1001100 | 100001 | 1100110 | 111101 | 101010 |
Color Harmonies of #52AC2A
Complementary color
Monochromatic Colors of #52AC2A
Black with #52AC2A
Text Example
Text Example
White with #52AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52AC2A; }
p { color: rgb(82,172,42); }
H1.HeaderClassName
{
color: #52AC2A;
}
.AnyTagClassName
{
color: #52AC2A;
}
</style>
background-color css
<style>
a { background-color: #52AC2A; }
a { background-color: rgb(82,172,42); }
div.DivClassName
{
background-color: #52AC2A;
}
.BgClassName
{
background-color: #52AC2A;
}
</style>
border-color css
<style>
span { border-color: #52AC2A; }
span { border-color: rgb(82,172,42); }
td.TdClassName
{
border-color: #52AC2A;
}
.TagClassName
{
border-color: #52AC2A;
}
</style>