Shades of Kelly Green #32AF0A
Tints of Kelly Green #32AF0A
RGB
CMYK
RGB Variations
Color information
#32AF0A (or 0x32AF0A) is known color: Kelly Green. HEX triplet: 32, AF and 0A. RGB value is (50,175,10). Sum of RGB (Red+Green+Blue) = 50+175+10=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 175 (68.75% from 255 or 74.47% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32AF0A is #CD50F5. Grayscale: #777777. Windows color (decimal): -13455606 or 700210. OLE color: 700210.
HSL color Cylindrical-coordinate representation of color #32AF0A: hue angle of 105.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32AF0A is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 50 | 175 | 10 | - |
| CMYK | 0.71 | 0 | 0.94 | 0.31 |
| HSL | 105.45º | 0.89% | 0.36% | - |
| HSV(B) | 105.45º | 0.94% | 0.69% | - |
| XYZ | 16.7 | 31.36 | 5.46 | - |
| YUV | 118.82 | 66.59 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 175 | 10 | 0.71 | 0 | 0.94 | 0.31 | 105.45 | 0.89 | 0.36 |
| Hex | 32 | AF | A | 47 | 0 | 5E | 1F | 69 | 59 | 24 |
| Octal | 62 | 257 | 12 | 107 | 0 | 136 | 37 | 151 | 131 | 44 |
| Binary | 110010 | 10101111 | 1010 | 1000111 | 0 | 1011110 | 11111 | 1101001 | 1011001 | 100100 |
Color Harmonies of #32AF0A
Complementary color
Monochromatic Colors of #32AF0A
Black with #32AF0A
Text Example
Text Example
White with #32AF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AF0A; }
p { color: rgb(50,175,10); }
H1.HeaderClassName
{
color: #32AF0A;
}
.AnyTagClassName
{
color: #32AF0A;
}
</style>
background-color css
<style>
a { background-color: #32AF0A; }
a { background-color: rgb(50,175,10); }
div.DivClassName
{
background-color: #32AF0A;
}
.BgClassName
{
background-color: #32AF0A;
}
</style>
border-color css
<style>
span { border-color: #32AF0A; }
span { border-color: rgb(50,175,10); }
td.TdClassName
{
border-color: #32AF0A;
}
.TagClassName
{
border-color: #32AF0A;
}
</style>