Shades of Kelly Green #32A10F
Tints of Kelly Green #32A10F
RGB
CMYK
RGB Variations
Color information
#32A10F (or 0x32A10F) is known color: Kelly Green. HEX triplet: 32, A1 and 0F. RGB value is (50,161,15). Sum of RGB (Red+Green+Blue) = 50+161+15=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 161 (63.28% from 255 or 71.24% from 226); Blue value is 15 (6.25% from 255 or 6.64% from 226); Max value from RGB is 161 - color contains mainly: green. Hex color #32A10F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A10F is #CD5EF0. Grayscale: #6F6F6F. Windows color (decimal): -13459185 or 1024306. OLE color: 1024306.
HSL color Cylindrical-coordinate representation of color #32A10F: hue angle of 105.62º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32A10F is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 15 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.37 |
| HSL | 105.62º | 0.83% | 0.35% | - |
| HSV(B) | 105.62º | 0.91% | 0.63% | - |
| XYZ | 14.15 | 26.2 | 4.76 | - |
| YUV | 111.17 | 73.73 | 84.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 15 | 0.69 | 0 | 0.91 | 0.37 | 105.62 | 0.83 | 0.35 |
| Hex | 32 | A1 | F | 45 | 0 | 5B | 25 | 6A | 53 | 23 |
| Octal | 62 | 241 | 17 | 105 | 0 | 133 | 45 | 152 | 123 | 43 |
| Binary | 110010 | 10100001 | 1111 | 1000101 | 0 | 1011011 | 100101 | 1101010 | 1010011 | 100011 |
Color Harmonies of #32A10F
Complementary color
Monochromatic Colors of #32A10F
Black with #32A10F
Text Example
Text Example
White with #32A10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A10F; }
p { color: rgb(50,161,15); }
H1.HeaderClassName
{
color: #32A10F;
}
.AnyTagClassName
{
color: #32A10F;
}
</style>
background-color css
<style>
a { background-color: #32A10F; }
a { background-color: rgb(50,161,15); }
div.DivClassName
{
background-color: #32A10F;
}
.BgClassName
{
background-color: #32A10F;
}
</style>
border-color css
<style>
span { border-color: #32A10F; }
span { border-color: rgb(50,161,15); }
td.TdClassName
{
border-color: #32A10F;
}
.TagClassName
{
border-color: #32A10F;
}
</style>