Shades of Kelly Green #32AC01
Tints of Kelly Green #32AC01
RGB
CMYK
RGB Variations
Color information
#32AC01 (or 0x32AC01) is known color: Kelly Green. HEX triplet: 32, AC and 01. RGB value is (50,172,1). Sum of RGB (Red+Green+Blue) = 50+172+1=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 172 (67.58% from 255 or 77.13% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC01 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AC01 is #CD53FE. Grayscale: #747474. Windows color (decimal): -13456383 or 109618. OLE color: 109618.
HSL color Cylindrical-coordinate representation of color #32AC01: hue angle of 102.81º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32AC01 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 1 | - |
| CMYK | 0.71 | 0 | 0.99 | 0.33 |
| HSL | 102.81º | 0.99% | 0.34% | - |
| HSV(B) | 102.81º | 0.99% | 0.67% | - |
| XYZ | 16.07 | 30.19 | 5.01 | - |
| YUV | 116.03 | 63.08 | 80.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 1 | 0.71 | 0 | 0.99 | 0.33 | 102.81 | 0.99 | 0.34 |
| Hex | 32 | AC | 1 | 47 | 0 | 63 | 21 | 67 | 63 | 22 |
| Octal | 62 | 254 | 1 | 107 | 0 | 143 | 41 | 147 | 143 | 42 |
| Binary | 110010 | 10101100 | 1 | 1000111 | 0 | 1100011 | 100001 | 1100111 | 1100011 | 100010 |
Color Harmonies of #32AC01
Complementary color
Monochromatic Colors of #32AC01
Black with #32AC01
Text Example
Text Example
White with #32AC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC01; }
p { color: rgb(50,172,1); }
H1.HeaderClassName
{
color: #32AC01;
}
.AnyTagClassName
{
color: #32AC01;
}
</style>
background-color css
<style>
a { background-color: #32AC01; }
a { background-color: rgb(50,172,1); }
div.DivClassName
{
background-color: #32AC01;
}
.BgClassName
{
background-color: #32AC01;
}
</style>
border-color css
<style>
span { border-color: #32AC01; }
span { border-color: rgb(50,172,1); }
td.TdClassName
{
border-color: #32AC01;
}
.TagClassName
{
border-color: #32AC01;
}
</style>