Shades of Kelly Green #52A61A
Tints of Kelly Green #52A61A
RGB
CMYK
RGB Variations
Color information
#52A61A (or 0x52A61A) is known color: Kelly Green. HEX triplet: 52, A6 and 1A. RGB value is (82,166,26). Sum of RGB (Red+Green+Blue) = 82+166+26=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #52A61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #52A61A is #AD59E5. Grayscale: #7D7D7D. Windows color (decimal): -11360742 or 1746514. OLE color: 1746514.
HSL color Cylindrical-coordinate representation of color #52A61A: hue angle of 96º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52A61A is Cyan = 0.51, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 82 | 166 | 26 | - |
| CMYK | 0.51 | 0 | 0.84 | 0.35 |
| HSL | 96º | 0.73% | 0.38% | - |
| HSV(B) | 96º | 0.84% | 0.65% | - |
| XYZ | 17.3 | 29.14 | 5.69 | - |
| YUV | 124.92 | 72.17 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 166 | 26 | 0.51 | 0 | 0.84 | 0.35 | 96 | 0.73 | 0.38 |
| Hex | 52 | A6 | 1A | 33 | 0 | 54 | 23 | 60 | 49 | 26 |
| Octal | 122 | 246 | 32 | 63 | 0 | 124 | 43 | 140 | 111 | 46 |
| Binary | 1010010 | 10100110 | 11010 | 110011 | 0 | 1010100 | 100011 | 1100000 | 1001001 | 100110 |
Color Harmonies of #52A61A
Complementary color
Monochromatic Colors of #52A61A
Black with #52A61A
Text Example
Text Example
White with #52A61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A61A; }
p { color: rgb(82,166,26); }
H1.HeaderClassName
{
color: #52A61A;
}
.AnyTagClassName
{
color: #52A61A;
}
</style>
background-color css
<style>
a { background-color: #52A61A; }
a { background-color: rgb(82,166,26); }
div.DivClassName
{
background-color: #52A61A;
}
.BgClassName
{
background-color: #52A61A;
}
</style>
border-color css
<style>
span { border-color: #52A61A; }
span { border-color: rgb(82,166,26); }
td.TdClassName
{
border-color: #52A61A;
}
.TagClassName
{
border-color: #52A61A;
}
</style>