Shades of Mountain Meadow #20AE7D
Tints of Mountain Meadow #20AE7D
RGB
CMYK
RGB Variations
Color information
#20AE7D (or 0x20AE7D) is known color: Mountain Meadow. HEX triplet: 20, AE and 7D. RGB value is (32,174,125). Sum of RGB (Red+Green+Blue) = 32+174+125=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 174 (68.36% from 255 or 52.57% from 331); Blue value is 125 (49.22% from 255 or 37.76% from 331); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE7D is #DF5182. Grayscale: #7E7E7E. Windows color (decimal): -14635395 or 8236576. OLE color: 8236576.
HSL color Cylindrical-coordinate representation of color #20AE7D: hue angle of 159.3º 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 #20AE7D is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 125 | - |
| CMYK | 0.82 | 0 | 0.28 | 0.32 |
| HSL | 159.3º | 0.69% | 0.4% | - |
| HSV(B) | 159.3º | 0.82% | 0.68% | - |
| XYZ | 19.43 | 32.06 | 24.57 | - |
| YUV | 125.96 | 127.46 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 125 | 0.82 | 0 | 0.28 | 0.32 | 159.3 | 0.69 | 0.4 |
| Hex | 20 | AE | 7D | 52 | 0 | 1C | 20 | 9F | 45 | 28 |
| Octal | 40 | 256 | 175 | 122 | 0 | 34 | 40 | 237 | 105 | 50 |
| Binary | 100000 | 10101110 | 1111101 | 1010010 | 0 | 11100 | 100000 | 10011111 | 1000101 | 101000 |
Color Harmonies of #20AE7D
Complementary color
Monochromatic Colors of #20AE7D
Black with #20AE7D
Text Example
Text Example
White with #20AE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE7D; }
p { color: rgb(32,174,125); }
H1.HeaderClassName
{
color: #20AE7D;
}
.AnyTagClassName
{
color: #20AE7D;
}
</style>
background-color css
<style>
a { background-color: #20AE7D; }
a { background-color: rgb(32,174,125); }
div.DivClassName
{
background-color: #20AE7D;
}
.BgClassName
{
background-color: #20AE7D;
}
</style>
border-color css
<style>
span { border-color: #20AE7D; }
span { border-color: rgb(32,174,125); }
td.TdClassName
{
border-color: #20AE7D;
}
.TagClassName
{
border-color: #20AE7D;
}
</style>