Shades of Kelly Green #32AC0F
Tints of Kelly Green #32AC0F
RGB
CMYK
RGB Variations
Color information
#32AC0F (or 0x32AC0F) is known color: Kelly Green. HEX triplet: 32, AC and 0F. RGB value is (50,172,15). Sum of RGB (Red+Green+Blue) = 50+172+15=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 172 (67.58% from 255 or 72.57% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AC0F is #CD53F0. Grayscale: #767676. Windows color (decimal): -13456369 or 1027122. OLE color: 1027122.
HSL color Cylindrical-coordinate representation of color #32AC0F: hue angle of 106.62º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32AC0F is Cyan = 0.71, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 15 | - |
| CMYK | 0.71 | 0 | 0.91 | 0.33 |
| HSL | 106.62º | 0.84% | 0.37% | - |
| HSV(B) | 106.62º | 0.91% | 0.67% | - |
| XYZ | 16.15 | 30.22 | 5.43 | - |
| YUV | 117.62 | 70.08 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 15 | 0.71 | 0 | 0.91 | 0.33 | 106.62 | 0.84 | 0.37 |
| Hex | 32 | AC | F | 47 | 0 | 5B | 21 | 6B | 54 | 25 |
| Octal | 62 | 254 | 17 | 107 | 0 | 133 | 41 | 153 | 124 | 45 |
| Binary | 110010 | 10101100 | 1111 | 1000111 | 0 | 1011011 | 100001 | 1101011 | 1010100 | 100101 |
Color Harmonies of #32AC0F
Complementary color
Monochromatic Colors of #32AC0F
Black with #32AC0F
Text Example
Text Example
White with #32AC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC0F; }
p { color: rgb(50,172,15); }
H1.HeaderClassName
{
color: #32AC0F;
}
.AnyTagClassName
{
color: #32AC0F;
}
</style>
background-color css
<style>
a { background-color: #32AC0F; }
a { background-color: rgb(50,172,15); }
div.DivClassName
{
background-color: #32AC0F;
}
.BgClassName
{
background-color: #32AC0F;
}
</style>
border-color css
<style>
span { border-color: #32AC0F; }
span { border-color: rgb(50,172,15); }
td.TdClassName
{
border-color: #32AC0F;
}
.TagClassName
{
border-color: #32AC0F;
}
</style>