Shades of Jungle Green #32AE80
Tints of Jungle Green #32AE80
RGB
CMYK
RGB Variations
Color information
#32AE80 (or 0x32AE80) is known color: Jungle Green. HEX triplet: 32, AE and 80. RGB value is (50,174,128). Sum of RGB (Red+Green+Blue) = 50+174+128=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #32AE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AE80 is #CD517F. Grayscale: #838383. Windows color (decimal): -13455744 or 8433202. OLE color: 8433202.
HSL color Cylindrical-coordinate representation of color #32AE80: hue angle of 157.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AE80 is Cyan = 0.71, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 50 | 174 | 128 | - |
| CMYK | 0.71 | 0 | 0.26 | 0.32 |
| HSL | 157.74º | 0.55% | 0.44% | - |
| HSV(B) | 157.74º | 0.71% | 0.68% | - |
| XYZ | 20.35 | 32.51 | 25.62 | - |
| YUV | 131.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 174 | 128 | 0.71 | 0 | 0.26 | 0.32 | 157.74 | 0.55 | 0.44 |
| Hex | 32 | AE | 80 | 47 | 0 | 1A | 20 | 9E | 37 | 2C |
| Octal | 62 | 256 | 200 | 107 | 0 | 32 | 40 | 236 | 67 | 54 |
| Binary | 110010 | 10101110 | 10000000 | 1000111 | 0 | 11010 | 100000 | 10011110 | 110111 | 101100 |
Color Harmonies of #32AE80
Complementary color
Monochromatic Colors of #32AE80
Black with #32AE80
Text Example
Text Example
White with #32AE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32AE80; }
p { color: rgb(50,174,128); }
H1.HeaderClassName
{
color: #32AE80;
}
.AnyTagClassName
{
color: #32AE80;
}
</style>
background-color css
<style>
a { background-color: #32AE80; }
a { background-color: rgb(50,174,128); }
div.DivClassName
{
background-color: #32AE80;
}
.BgClassName
{
background-color: #32AE80;
}
</style>
border-color css
<style>
span { border-color: #32AE80; }
span { border-color: rgb(50,174,128); }
td.TdClassName
{
border-color: #32AE80;
}
.TagClassName
{
border-color: #32AE80;
}
</style>