Shades of Kelly Green #32AC14
Tints of Kelly Green #32AC14
RGB
CMYK
RGB Variations
Color information
#32AC14 (or 0x32AC14) is known color: Kelly Green. HEX triplet: 32, AC and 14. RGB value is (50,172,20). Sum of RGB (Red+Green+Blue) = 50+172+20=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 172 (67.58% from 255 or 71.07% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AC14 is #CD53EB. Grayscale: #767676. Windows color (decimal): -13456364 or 1354802. OLE color: 1354802.
HSL color Cylindrical-coordinate representation of color #32AC14: hue angle of 108.16º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #32AC14 is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 20 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.33 |
| HSL | 108.16º | 0.79% | 0.38% | - |
| HSV(B) | 108.16º | 0.88% | 0.67% | - |
| XYZ | 16.19 | 30.23 | 5.64 | - |
| YUV | 118.19 | 72.58 | 79.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 20 | 0.71 | 0 | 0.88 | 0.33 | 108.16 | 0.79 | 0.38 |
| Hex | 32 | AC | 14 | 47 | 0 | 58 | 21 | 6C | 4F | 26 |
| Octal | 62 | 254 | 24 | 107 | 0 | 130 | 41 | 154 | 117 | 46 |
| Binary | 110010 | 10101100 | 10100 | 1000111 | 0 | 1011000 | 100001 | 1101100 | 1001111 | 100110 |
Color Harmonies of #32AC14
Complementary color
Monochromatic Colors of #32AC14
Black with #32AC14
Text Example
Text Example
White with #32AC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC14; }
p { color: rgb(50,172,20); }
H1.HeaderClassName
{
color: #32AC14;
}
.AnyTagClassName
{
color: #32AC14;
}
</style>
background-color css
<style>
a { background-color: #32AC14; }
a { background-color: rgb(50,172,20); }
div.DivClassName
{
background-color: #32AC14;
}
.BgClassName
{
background-color: #32AC14;
}
</style>
border-color css
<style>
span { border-color: #32AC14; }
span { border-color: rgb(50,172,20); }
td.TdClassName
{
border-color: #32AC14;
}
.TagClassName
{
border-color: #32AC14;
}
</style>