Shades of Kelly Green #32AC0A
Tints of Kelly Green #32AC0A
RGB
CMYK
RGB Variations
Color information
#32AC0A (or 0x32AC0A) is known color: Kelly Green. HEX triplet: 32, AC and 0A. RGB value is (50,172,10). Sum of RGB (Red+Green+Blue) = 50+172+10=232 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.55% from 232); Green value is 172 (67.58% from 255 or 74.14% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AC0A is #CD53F5. Grayscale: #757575. Windows color (decimal): -13456374 or 699442. OLE color: 699442.
HSL color Cylindrical-coordinate representation of color #32AC0A: hue angle of 105.19º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32AC0A is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 10 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.33 |
| HSL | 105.19º | 0.89% | 0.36% | - |
| HSV(B) | 105.19º | 0.94% | 0.67% | - |
| XYZ | 16.12 | 30.21 | 5.27 | - |
| YUV | 117.05 | 67.58 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 10 | 0.71 | 0 | 0.94 | 0.33 | 105.19 | 0.89 | 0.36 |
| Hex | 32 | AC | A | 47 | 0 | 5E | 21 | 69 | 59 | 24 |
| Octal | 62 | 254 | 12 | 107 | 0 | 136 | 41 | 151 | 131 | 44 |
| Binary | 110010 | 10101100 | 1010 | 1000111 | 0 | 1011110 | 100001 | 1101001 | 1011001 | 100100 |
Color Harmonies of #32AC0A
Complementary color
Monochromatic Colors of #32AC0A
Black with #32AC0A
Text Example
Text Example
White with #32AC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC0A; }
p { color: rgb(50,172,10); }
H1.HeaderClassName
{
color: #32AC0A;
}
.AnyTagClassName
{
color: #32AC0A;
}
</style>
background-color css
<style>
a { background-color: #32AC0A; }
a { background-color: rgb(50,172,10); }
div.DivClassName
{
background-color: #32AC0A;
}
.BgClassName
{
background-color: #32AC0A;
}
</style>
border-color css
<style>
span { border-color: #32AC0A; }
span { border-color: rgb(50,172,10); }
td.TdClassName
{
border-color: #32AC0A;
}
.TagClassName
{
border-color: #32AC0A;
}
</style>