Shades of Kelly Green #32AA1A
Tints of Kelly Green #32AA1A
RGB
CMYK
RGB Variations
Color information
#32AA1A (or 0x32AA1A) is known color: Kelly Green. HEX triplet: 32, AA and 1A. RGB value is (50,170,26). Sum of RGB (Red+Green+Blue) = 50+170+26=246 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.33% from 246); Green value is 170 (66.80% from 255 or 69.11% from 246); Blue value is 26 (10.55% from 255 or 10.57% from 246); Max value from RGB is 170 - color contains mainly: green. Hex color #32AA1A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AA1A is #CD55E5. Grayscale: #767676. Windows color (decimal): -13456870 or 1747506. OLE color: 1747506.
HSL color Cylindrical-coordinate representation of color #32AA1A: hue angle of 110º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #32AA1A is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 50 | 170 | 26 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.33 |
| HSL | 110º | 0.73% | 0.38% | - |
| HSV(B) | 110º | 0.85% | 0.67% | - |
| XYZ | 15.88 | 29.5 | 5.83 | - |
| YUV | 117.7 | 76.24 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 170 | 26 | 0.71 | 0 | 0.85 | 0.33 | 110 | 0.73 | 0.38 |
| Hex | 32 | AA | 1A | 47 | 0 | 55 | 21 | 6E | 49 | 26 |
| Octal | 62 | 252 | 32 | 107 | 0 | 125 | 41 | 156 | 111 | 46 |
| Binary | 110010 | 10101010 | 11010 | 1000111 | 0 | 1010101 | 100001 | 1101110 | 1001001 | 100110 |
Color Harmonies of #32AA1A
Complementary color
Monochromatic Colors of #32AA1A
Black with #32AA1A
Text Example
Text Example
White with #32AA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AA1A; }
p { color: rgb(50,170,26); }
H1.HeaderClassName
{
color: #32AA1A;
}
.AnyTagClassName
{
color: #32AA1A;
}
</style>
background-color css
<style>
a { background-color: #32AA1A; }
a { background-color: rgb(50,170,26); }
div.DivClassName
{
background-color: #32AA1A;
}
.BgClassName
{
background-color: #32AA1A;
}
</style>
border-color css
<style>
span { border-color: #32AA1A; }
span { border-color: rgb(50,170,26); }
td.TdClassName
{
border-color: #32AA1A;
}
.TagClassName
{
border-color: #32AA1A;
}
</style>