Shades of Kelly Green #32AC08
Tints of Kelly Green #32AC08
RGB
CMYK
RGB Variations
Color information
#32AC08 (or 0x32AC08) is known color: Kelly Green. HEX triplet: 32, AC and 08. RGB value is (50,172,8). Sum of RGB (Red+Green+Blue) = 50+172+8=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 172 (67.58% from 255 or 74.78% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AC08 is #CD53F7. Grayscale: #757575. Windows color (decimal): -13456376 or 568370. OLE color: 568370.
HSL color Cylindrical-coordinate representation of color #32AC08: hue angle of 104.63º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32AC08 is Cyan = 0.71, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 8 | - |
| CMYK | 0.71 | 0 | 0.95 | 0.33 |
| HSL | 104.63º | 0.91% | 0.35% | - |
| HSV(B) | 104.63º | 0.95% | 0.67% | - |
| XYZ | 16.11 | 30.2 | 5.21 | - |
| YUV | 116.83 | 66.58 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 8 | 0.71 | 0 | 0.95 | 0.33 | 104.63 | 0.91 | 0.35 |
| Hex | 32 | AC | 8 | 47 | 0 | 5F | 21 | 69 | 5B | 23 |
| Octal | 62 | 254 | 10 | 107 | 0 | 137 | 41 | 151 | 133 | 43 |
| Binary | 110010 | 10101100 | 1000 | 1000111 | 0 | 1011111 | 100001 | 1101001 | 1011011 | 100011 |
Color Harmonies of #32AC08
Complementary color
Monochromatic Colors of #32AC08
Black with #32AC08
Text Example
Text Example
White with #32AC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC08; }
p { color: rgb(50,172,8); }
H1.HeaderClassName
{
color: #32AC08;
}
.AnyTagClassName
{
color: #32AC08;
}
</style>
background-color css
<style>
a { background-color: #32AC08; }
a { background-color: rgb(50,172,8); }
div.DivClassName
{
background-color: #32AC08;
}
.BgClassName
{
background-color: #32AC08;
}
</style>
border-color css
<style>
span { border-color: #32AC08; }
span { border-color: rgb(50,172,8); }
td.TdClassName
{
border-color: #32AC08;
}
.TagClassName
{
border-color: #32AC08;
}
</style>