Shades of Kelly Green #52A006
Tints of Kelly Green #52A006
RGB
CMYK
RGB Variations
Color information
#52A006 (or 0x52A006) is known color: Kelly Green. HEX triplet: 52, A0 and 06. RGB value is (82,160,6). Sum of RGB (Red+Green+Blue) = 82+160+6=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 160 (62.89% from 255 or 64.52% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 160 - color contains mainly: green. Hex color #52A006 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52A006 is #AD5FF9. Grayscale: #777777. Windows color (decimal): -11362298 or 434258. OLE color: 434258.
HSL color Cylindrical-coordinate representation of color #52A006: hue angle of 90.39º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #52A006 is Cyan = 0.49, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 160 | 6 | - |
| CMYK | 0.49 | 0 | 0.96 | 0.37 |
| HSL | 90.39º | 0.93% | 0.33% | - |
| HSV(B) | 90.39º | 0.96% | 0.63% | - |
| XYZ | 16.08 | 26.95 | 4.53 | - |
| YUV | 119.12 | 64.16 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 6 | 0.49 | 0 | 0.96 | 0.37 | 90.39 | 0.93 | 0.33 |
| Hex | 52 | A0 | 6 | 31 | 0 | 60 | 25 | 5A | 5D | 21 |
| Octal | 122 | 240 | 6 | 61 | 0 | 140 | 45 | 132 | 135 | 41 |
| Binary | 1010010 | 10100000 | 110 | 110001 | 0 | 1100000 | 100101 | 1011010 | 1011101 | 100001 |
Color Harmonies of #52A006
Complementary color
Monochromatic Colors of #52A006
Black with #52A006
Text Example
Text Example
White with #52A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A006; }
p { color: rgb(82,160,6); }
H1.HeaderClassName
{
color: #52A006;
}
.AnyTagClassName
{
color: #52A006;
}
</style>
background-color css
<style>
a { background-color: #52A006; }
a { background-color: rgb(82,160,6); }
div.DivClassName
{
background-color: #52A006;
}
.BgClassName
{
background-color: #52A006;
}
</style>
border-color css
<style>
span { border-color: #52A006; }
span { border-color: rgb(82,160,6); }
td.TdClassName
{
border-color: #52A006;
}
.TagClassName
{
border-color: #52A006;
}
</style>