Shades of Mountain Meadow #20AA71
Tints of Mountain Meadow #20AA71
RGB
CMYK
RGB Variations
Color information
#20AA71 (or 0x20AA71) is known color: Mountain Meadow. HEX triplet: 20, AA and 71. RGB value is (32,170,113). Sum of RGB (Red+Green+Blue) = 32+170+113=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 170 (66.80% from 255 or 53.97% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA71 is #DF558E. Grayscale: #7A7A7A. Windows color (decimal): -14636431 or 7449120. OLE color: 7449120.
HSL color Cylindrical-coordinate representation of color #20AA71: hue angle of 155.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20AA71 is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 113 | - |
| CMYK | 0.81 | 0 | 0.34 | 0.33 |
| HSL | 155.22º | 0.68% | 0.4% | - |
| HSV(B) | 155.22º | 0.81% | 0.67% | - |
| XYZ | 17.95 | 30.25 | 20.52 | - |
| YUV | 122.24 | 122.78 | 63.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 113 | 0.81 | 0 | 0.34 | 0.33 | 155.22 | 0.68 | 0.4 |
| Hex | 20 | AA | 71 | 51 | 0 | 22 | 21 | 9B | 44 | 28 |
| Octal | 40 | 252 | 161 | 121 | 0 | 42 | 41 | 233 | 104 | 50 |
| Binary | 100000 | 10101010 | 1110001 | 1010001 | 0 | 100010 | 100001 | 10011011 | 1000100 | 101000 |
Color Harmonies of #20AA71
Complementary color
Monochromatic Colors of #20AA71
Black with #20AA71
Text Example
Text Example
White with #20AA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA71; }
p { color: rgb(32,170,113); }
H1.HeaderClassName
{
color: #20AA71;
}
.AnyTagClassName
{
color: #20AA71;
}
</style>
background-color css
<style>
a { background-color: #20AA71; }
a { background-color: rgb(32,170,113); }
div.DivClassName
{
background-color: #20AA71;
}
.BgClassName
{
background-color: #20AA71;
}
</style>
border-color css
<style>
span { border-color: #20AA71; }
span { border-color: rgb(32,170,113); }
td.TdClassName
{
border-color: #20AA71;
}
.TagClassName
{
border-color: #20AA71;
}
</style>