Shades of Kelly Green #32A006
Tints of Kelly Green #32A006
RGB
CMYK
RGB Variations
Color information
#32A006 (or 0x32A006) is known color: Kelly Green. HEX triplet: 32, A0 and 06. RGB value is (50,160,6). Sum of RGB (Red+Green+Blue) = 50+160+6=216 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.15% from 216); Green value is 160 (62.89% from 255 or 74.07% from 216); Blue value is 6 (2.73% from 255 or 2.78% from 216); Max value from RGB is 160 - color contains mainly: green. Hex color #32A006 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A006 is #CD5FF9. Grayscale: #6E6E6E. Windows color (decimal): -13459450 or 434226. OLE color: 434226.
HSL color Cylindrical-coordinate representation of color #32A006: hue angle of 102.86º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32A006 is Cyan = 0.69, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 6 | - |
| CMYK | 0.69 | 0 | 0.96 | 0.37 |
| HSL | 102.86º | 0.93% | 0.33% | - |
| HSV(B) | 102.86º | 0.96% | 0.63% | - |
| XYZ | 13.92 | 25.83 | 4.42 | - |
| YUV | 109.55 | 69.56 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 6 | 0.69 | 0 | 0.96 | 0.37 | 102.86 | 0.93 | 0.33 |
| Hex | 32 | A0 | 6 | 45 | 0 | 60 | 25 | 67 | 5D | 21 |
| Octal | 62 | 240 | 6 | 105 | 0 | 140 | 45 | 147 | 135 | 41 |
| Binary | 110010 | 10100000 | 110 | 1000101 | 0 | 1100000 | 100101 | 1100111 | 1011101 | 100001 |
Color Harmonies of #32A006
Complementary color
Monochromatic Colors of #32A006
Black with #32A006
Text Example
Text Example
White with #32A006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A006; }
p { color: rgb(50,160,6); }
H1.HeaderClassName
{
color: #32A006;
}
.AnyTagClassName
{
color: #32A006;
}
</style>
background-color css
<style>
a { background-color: #32A006; }
a { background-color: rgb(50,160,6); }
div.DivClassName
{
background-color: #32A006;
}
.BgClassName
{
background-color: #32A006;
}
</style>
border-color css
<style>
span { border-color: #32A006; }
span { border-color: rgb(50,160,6); }
td.TdClassName
{
border-color: #32A006;
}
.TagClassName
{
border-color: #32A006;
}
</style>