Shades of Kelly Green #32AC1F
Tints of Kelly Green #32AC1F
RGB
CMYK
RGB Variations
Color information
#32AC1F (or 0x32AC1F) is known color: Kelly Green. HEX triplet: 32, AC and 1F. RGB value is (50,172,31). Sum of RGB (Red+Green+Blue) = 50+172+31=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 172 (67.58% from 255 or 67.98% from 253); Blue value is 31 (12.5% from 255 or 12.25% from 253); Max value from RGB is 172 - color contains mainly: green. Hex color #32AC1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AC1F is #CD53E0. Grayscale: #777777. Windows color (decimal): -13456353 or 2075698. OLE color: 2075698.
HSL color Cylindrical-coordinate representation of color #32AC1F: hue angle of 111.91º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32AC1F is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 172 | 31 | - |
| CMYK | 0.71 | 0 | 0.82 | 0.33 |
| HSL | 111.91º | 0.69% | 0.4% | - |
| HSV(B) | 111.91º | 0.82% | 0.67% | - |
| XYZ | 16.32 | 30.28 | 6.28 | - |
| YUV | 119.45 | 78.08 | 78.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 172 | 31 | 0.71 | 0 | 0.82 | 0.33 | 111.91 | 0.69 | 0.4 |
| Hex | 32 | AC | 1F | 47 | 0 | 52 | 21 | 70 | 45 | 28 |
| Octal | 62 | 254 | 37 | 107 | 0 | 122 | 41 | 160 | 105 | 50 |
| Binary | 110010 | 10101100 | 11111 | 1000111 | 0 | 1010010 | 100001 | 1110000 | 1000101 | 101000 |
Color Harmonies of #32AC1F
Complementary color
Monochromatic Colors of #32AC1F
Black with #32AC1F
Text Example
Text Example
White with #32AC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AC1F; }
p { color: rgb(50,172,31); }
H1.HeaderClassName
{
color: #32AC1F;
}
.AnyTagClassName
{
color: #32AC1F;
}
</style>
background-color css
<style>
a { background-color: #32AC1F; }
a { background-color: rgb(50,172,31); }
div.DivClassName
{
background-color: #32AC1F;
}
.BgClassName
{
background-color: #32AC1F;
}
</style>
border-color css
<style>
span { border-color: #32AC1F; }
span { border-color: rgb(50,172,31); }
td.TdClassName
{
border-color: #32AC1F;
}
.TagClassName
{
border-color: #32AC1F;
}
</style>