Shades of Kelly Green #32AC12
Tints of Kelly Green #32AC12
RGB
CMYK
RGB Variations
Color information
#32AC12 (or 0x32AC12) is known color: Kelly Green. HEX triplet: 32, AC and 12. RGB value is (50,172,18). Sum of RGB (Red+Green+Blue) = 50+172+18=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 172 (67.58% from 255 or 71.67% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AC12 is #CD53ED. Grayscale: #767676. Windows color (decimal): -13456366 or 1223730. OLE color: 1223730.
HSL color Cylindrical-coordinate representation of color #32AC12: hue angle of 107.53º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32AC12 is Cyan = 0.71, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 18 | - |
| CMYK | 0.71 | 0 | 0.90 | 0.33 |
| HSL | 107.53º | 0.81% | 0.37% | - |
| HSV(B) | 107.53º | 0.9% | 0.67% | - |
| XYZ | 16.18 | 30.23 | 5.55 | - |
| YUV | 117.97 | 71.58 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 18 | 0.71 | 0 | 0.90 | 0.33 | 107.53 | 0.81 | 0.37 |
| Hex | 32 | AC | 12 | 47 | 0 | 5A | 21 | 6C | 51 | 25 |
| Octal | 62 | 254 | 22 | 107 | 0 | 132 | 41 | 154 | 121 | 45 |
| Binary | 110010 | 10101100 | 10010 | 1000111 | 0 | 1011010 | 100001 | 1101100 | 1010001 | 100101 |
Color Harmonies of #32AC12
Complementary color
Monochromatic Colors of #32AC12
Black with #32AC12
Text Example
Text Example
White with #32AC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC12; }
p { color: rgb(50,172,18); }
H1.HeaderClassName
{
color: #32AC12;
}
.AnyTagClassName
{
color: #32AC12;
}
</style>
background-color css
<style>
a { background-color: #32AC12; }
a { background-color: rgb(50,172,18); }
div.DivClassName
{
background-color: #32AC12;
}
.BgClassName
{
background-color: #32AC12;
}
</style>
border-color css
<style>
span { border-color: #32AC12; }
span { border-color: rgb(50,172,18); }
td.TdClassName
{
border-color: #32AC12;
}
.TagClassName
{
border-color: #32AC12;
}
</style>