Shades of Kelly Green #32A003
Tints of Kelly Green #32A003
RGB
CMYK
RGB Variations
Color information
#32A003 (or 0x32A003) is known color: Kelly Green. HEX triplet: 32, A0 and 03. RGB value is (50,160,3). Sum of RGB (Red+Green+Blue) = 50+160+3=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 160 (62.89% from 255 or 75.12% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 160 - color contains mainly: green. Hex color #32A003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A003 is #CD5FFC. Grayscale: #6D6D6D. Windows color (decimal): -13459453 or 237618. OLE color: 237618.
HSL color Cylindrical-coordinate representation of color #32A003: hue angle of 102.04º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32A003 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 3 | - |
| CMYK | 0.69 | 0 | 0.98 | 0.37 |
| HSL | 102.04º | 0.96% | 0.32% | - |
| HSV(B) | 102.04º | 0.98% | 0.63% | - |
| XYZ | 13.9 | 25.83 | 4.34 | - |
| YUV | 109.21 | 68.06 | 85.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 3 | 0.69 | 0 | 0.98 | 0.37 | 102.04 | 0.96 | 0.32 |
| Hex | 32 | A0 | 3 | 45 | 0 | 62 | 25 | 66 | 60 | 20 |
| Octal | 62 | 240 | 3 | 105 | 0 | 142 | 45 | 146 | 140 | 40 |
| Binary | 110010 | 10100000 | 11 | 1000101 | 0 | 1100010 | 100101 | 1100110 | 1100000 | 100000 |
Color Harmonies of #32A003
Complementary color
Monochromatic Colors of #32A003
Black with #32A003
Text Example
Text Example
White with #32A003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A003; }
p { color: rgb(50,160,3); }
H1.HeaderClassName
{
color: #32A003;
}
.AnyTagClassName
{
color: #32A003;
}
</style>
background-color css
<style>
a { background-color: #32A003; }
a { background-color: rgb(50,160,3); }
div.DivClassName
{
background-color: #32A003;
}
.BgClassName
{
background-color: #32A003;
}
</style>
border-color css
<style>
span { border-color: #32A003; }
span { border-color: rgb(50,160,3); }
td.TdClassName
{
border-color: #32A003;
}
.TagClassName
{
border-color: #32A003;
}
</style>