Shades of Kelly Green #32AE16
Tints of Kelly Green #32AE16
RGB
CMYK
RGB Variations
Color information
#32AE16 (or 0x32AE16) is known color: Kelly Green. HEX triplet: 32, AE and 16. RGB value is (50,174,22). Sum of RGB (Red+Green+Blue) = 50+174+22=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 174 (68.36% from 255 or 70.73% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AE16 is #CD51E9. Grayscale: #787878. Windows color (decimal): -13455850 or 1486386. OLE color: 1486386.
HSL color Cylindrical-coordinate representation of color #32AE16: hue angle of 108.95º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32AE16 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 22 | - |
| CMYK | 0.71 | 0 | 0.87 | 0.32 |
| HSL | 108.95º | 0.78% | 0.38% | - |
| HSV(B) | 108.95º | 0.87% | 0.68% | - |
| XYZ | 16.6 | 31.01 | 5.87 | - |
| YUV | 119.6 | 72.92 | 78.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 22 | 0.71 | 0 | 0.87 | 0.32 | 108.95 | 0.78 | 0.38 |
| Hex | 32 | AE | 16 | 47 | 0 | 57 | 20 | 6D | 4E | 26 |
| Octal | 62 | 256 | 26 | 107 | 0 | 127 | 40 | 155 | 116 | 46 |
| Binary | 110010 | 10101110 | 10110 | 1000111 | 0 | 1010111 | 100000 | 1101101 | 1001110 | 100110 |
Color Harmonies of #32AE16
Complementary color
Monochromatic Colors of #32AE16
Black with #32AE16
Text Example
Text Example
White with #32AE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE16; }
p { color: rgb(50,174,22); }
H1.HeaderClassName
{
color: #32AE16;
}
.AnyTagClassName
{
color: #32AE16;
}
</style>
background-color css
<style>
a { background-color: #32AE16; }
a { background-color: rgb(50,174,22); }
div.DivClassName
{
background-color: #32AE16;
}
.BgClassName
{
background-color: #32AE16;
}
</style>
border-color css
<style>
span { border-color: #32AE16; }
span { border-color: rgb(50,174,22); }
td.TdClassName
{
border-color: #32AE16;
}
.TagClassName
{
border-color: #32AE16;
}
</style>