Shades of Kelly Green #32A50A
Tints of Kelly Green #32A50A
RGB
CMYK
RGB Variations
Color information
#32A50A (or 0x32A50A) is known color: Kelly Green. HEX triplet: 32, A5 and 0A. RGB value is (50,165,10). Sum of RGB (Red+Green+Blue) = 50+165+10=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #32A50A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A50A is #CD5AF5. Grayscale: #717171. Windows color (decimal): -13458166 or 697650. OLE color: 697650.
HSL color Cylindrical-coordinate representation of color #32A50A: hue angle of 104.52º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32A50A is Cyan = 0.70, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 10 | - |
| CMYK | 0.70 | 0 | 0.94 | 0.35 |
| HSL | 104.52º | 0.89% | 0.34% | - |
| HSV(B) | 104.52º | 0.94% | 0.65% | - |
| XYZ | 14.83 | 27.61 | 4.84 | - |
| YUV | 112.95 | 69.9 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 10 | 0.70 | 0 | 0.94 | 0.35 | 104.52 | 0.89 | 0.34 |
| Hex | 32 | A5 | A | 46 | 0 | 5E | 23 | 69 | 59 | 22 |
| Octal | 62 | 245 | 12 | 106 | 0 | 136 | 43 | 151 | 131 | 42 |
| Binary | 110010 | 10100101 | 1010 | 1000110 | 0 | 1011110 | 100011 | 1101001 | 1011001 | 100010 |
Color Harmonies of #32A50A
Complementary color
Monochromatic Colors of #32A50A
Black with #32A50A
Text Example
Text Example
White with #32A50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A50A; }
p { color: rgb(50,165,10); }
H1.HeaderClassName
{
color: #32A50A;
}
.AnyTagClassName
{
color: #32A50A;
}
</style>
background-color css
<style>
a { background-color: #32A50A; }
a { background-color: rgb(50,165,10); }
div.DivClassName
{
background-color: #32A50A;
}
.BgClassName
{
background-color: #32A50A;
}
</style>
border-color css
<style>
span { border-color: #32A50A; }
span { border-color: rgb(50,165,10); }
td.TdClassName
{
border-color: #32A50A;
}
.TagClassName
{
border-color: #32A50A;
}
</style>