Shades of Kelly Green #32AA16
Tints of Kelly Green #32AA16
RGB
CMYK
RGB Variations
Color information
#32AA16 (or 0x32AA16) is known color: Kelly Green. HEX triplet: 32, AA and 16. RGB value is (50,170,22). Sum of RGB (Red+Green+Blue) = 50+170+22=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 170 (66.80% from 255 or 70.25% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AA16 is #CD55E9. Grayscale: #757575. Windows color (decimal): -13456874 or 1485362. OLE color: 1485362.
HSL color Cylindrical-coordinate representation of color #32AA16: hue angle of 108.65º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32AA16 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 22 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.33 |
| HSL | 108.65º | 0.77% | 0.38% | - |
| HSV(B) | 108.65º | 0.87% | 0.67% | - |
| XYZ | 15.83 | 29.49 | 5.62 | - |
| YUV | 117.25 | 74.24 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 22 | 0.71 | 0 | 0.87 | 0.33 | 108.65 | 0.77 | 0.38 |
| Hex | 32 | AA | 16 | 47 | 0 | 57 | 21 | 6D | 4D | 26 |
| Octal | 62 | 252 | 26 | 107 | 0 | 127 | 41 | 155 | 115 | 46 |
| Binary | 110010 | 10101010 | 10110 | 1000111 | 0 | 1010111 | 100001 | 1101101 | 1001101 | 100110 |
Color Harmonies of #32AA16
Complementary color
Monochromatic Colors of #32AA16
Black with #32AA16
Text Example
Text Example
White with #32AA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA16; }
p { color: rgb(50,170,22); }
H1.HeaderClassName
{
color: #32AA16;
}
.AnyTagClassName
{
color: #32AA16;
}
</style>
background-color css
<style>
a { background-color: #32AA16; }
a { background-color: rgb(50,170,22); }
div.DivClassName
{
background-color: #32AA16;
}
.BgClassName
{
background-color: #32AA16;
}
</style>
border-color css
<style>
span { border-color: #32AA16; }
span { border-color: rgb(50,170,22); }
td.TdClassName
{
border-color: #32AA16;
}
.TagClassName
{
border-color: #32AA16;
}
</style>