Shades of Mountain Meadow #20AA6D
Tints of Mountain Meadow #20AA6D
RGB
CMYK
RGB Variations
Color information
#20AA6D (or 0x20AA6D) is known color: Mountain Meadow. HEX triplet: 20, AA and 6D. RGB value is (32,170,109). Sum of RGB (Red+Green+Blue) = 32+170+109=311 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.29% from 311); Green value is 170 (66.80% from 255 or 54.66% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 170 - color contains mainly: green. Hex color #20AA6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AA6D is #DF5592. Grayscale: #797979. Windows color (decimal): -14636435 or 7186976. OLE color: 7186976.
HSL color Cylindrical-coordinate representation of color #20AA6D: hue angle of 153.48º 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 #20AA6D is Cyan = 0.81, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 170 | 109 | - |
| CMYK | 0.81 | 0 | 0.36 | 0.33 |
| HSL | 153.48º | 0.68% | 0.4% | - |
| HSV(B) | 153.48º | 0.81% | 0.67% | - |
| XYZ | 17.73 | 30.16 | 19.36 | - |
| YUV | 121.78 | 120.78 | 63.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 170 | 109 | 0.81 | 0 | 0.36 | 0.33 | 153.48 | 0.68 | 0.4 |
| Hex | 20 | AA | 6D | 51 | 0 | 24 | 21 | 99 | 44 | 28 |
| Octal | 40 | 252 | 155 | 121 | 0 | 44 | 41 | 231 | 104 | 50 |
| Binary | 100000 | 10101010 | 1101101 | 1010001 | 0 | 100100 | 100001 | 10011001 | 1000100 | 101000 |
Color Harmonies of #20AA6D
Complementary color
Monochromatic Colors of #20AA6D
Black with #20AA6D
Text Example
Text Example
White with #20AA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AA6D; }
p { color: rgb(32,170,109); }
H1.HeaderClassName
{
color: #20AA6D;
}
.AnyTagClassName
{
color: #20AA6D;
}
</style>
background-color css
<style>
a { background-color: #20AA6D; }
a { background-color: rgb(32,170,109); }
div.DivClassName
{
background-color: #20AA6D;
}
.BgClassName
{
background-color: #20AA6D;
}
</style>
border-color css
<style>
span { border-color: #20AA6D; }
span { border-color: rgb(32,170,109); }
td.TdClassName
{
border-color: #20AA6D;
}
.TagClassName
{
border-color: #20AA6D;
}
</style>