Shades of Mountain Meadow #20AE80
Tints of Mountain Meadow #20AE80
RGB
CMYK
RGB Variations
Color information
#20AE80 (or 0x20AE80) is known color: Mountain Meadow. HEX triplet: 20, AE and 80. RGB value is (32,174,128). Sum of RGB (Red+Green+Blue) = 32+174+128=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 174 (68.36% from 255 or 52.10% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AE80 is #DF517F. Grayscale: #7E7E7E. Windows color (decimal): -14635392 or 8433184. OLE color: 8433184.
HSL color Cylindrical-coordinate representation of color #20AE80: hue angle of 160.56º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AE80 is Cyan = 0.82, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 128 | - |
| CMYK | 0.82 | 0 | 0.26 | 0.32 |
| HSL | 160.56º | 0.69% | 0.4% | - |
| HSV(B) | 160.56º | 0.82% | 0.68% | - |
| XYZ | 19.63 | 32.14 | 25.59 | - |
| YUV | 126.3 | 128.96 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 128 | 0.82 | 0 | 0.26 | 0.32 | 160.56 | 0.69 | 0.4 |
| Hex | 20 | AE | 80 | 52 | 0 | 1A | 20 | A1 | 45 | 28 |
| Octal | 40 | 256 | 200 | 122 | 0 | 32 | 40 | 241 | 105 | 50 |
| Binary | 100000 | 10101110 | 10000000 | 1010010 | 0 | 11010 | 100000 | 10100001 | 1000101 | 101000 |
Color Harmonies of #20AE80
Complementary color
Monochromatic Colors of #20AE80
Black with #20AE80
Text Example
Text Example
White with #20AE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE80; }
p { color: rgb(32,174,128); }
H1.HeaderClassName
{
color: #20AE80;
}
.AnyTagClassName
{
color: #20AE80;
}
</style>
background-color css
<style>
a { background-color: #20AE80; }
a { background-color: rgb(32,174,128); }
div.DivClassName
{
background-color: #20AE80;
}
.BgClassName
{
background-color: #20AE80;
}
</style>
border-color css
<style>
span { border-color: #20AE80; }
span { border-color: rgb(32,174,128); }
td.TdClassName
{
border-color: #20AE80;
}
.TagClassName
{
border-color: #20AE80;
}
</style>