Shades of Mountain Meadow #20AE7B
Tints of Mountain Meadow #20AE7B
RGB
CMYK
RGB Variations
Color information
#20AE7B (or 0x20AE7B) is known color: Mountain Meadow. HEX triplet: 20, AE and 7B. RGB value is (32,174,123). Sum of RGB (Red+Green+Blue) = 32+174+123=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 174 (68.36% from 255 or 52.89% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 174 - color contains mainly: green. Hex color #20AE7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AE7B is #DF5184. Grayscale: #7D7D7D. Windows color (decimal): -14635397 or 8105504. OLE color: 8105504.
HSL color Cylindrical-coordinate representation of color #20AE7B: hue angle of 158.45º 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 #20AE7B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 174 | 123 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.32 |
| HSL | 158.45º | 0.69% | 0.4% | - |
| HSV(B) | 158.45º | 0.82% | 0.68% | - |
| XYZ | 19.31 | 32.01 | 23.9 | - |
| YUV | 125.73 | 126.46 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 174 | 123 | 0.82 | 0 | 0.29 | 0.32 | 158.45 | 0.69 | 0.4 |
| Hex | 20 | AE | 7B | 52 | 0 | 1D | 20 | 9E | 45 | 28 |
| Octal | 40 | 256 | 173 | 122 | 0 | 35 | 40 | 236 | 105 | 50 |
| Binary | 100000 | 10101110 | 1111011 | 1010010 | 0 | 11101 | 100000 | 10011110 | 1000101 | 101000 |
Color Harmonies of #20AE7B
Complementary color
Monochromatic Colors of #20AE7B
Black with #20AE7B
Text Example
Text Example
White with #20AE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AE7B; }
p { color: rgb(32,174,123); }
H1.HeaderClassName
{
color: #20AE7B;
}
.AnyTagClassName
{
color: #20AE7B;
}
</style>
background-color css
<style>
a { background-color: #20AE7B; }
a { background-color: rgb(32,174,123); }
div.DivClassName
{
background-color: #20AE7B;
}
.BgClassName
{
background-color: #20AE7B;
}
</style>
border-color css
<style>
span { border-color: #20AE7B; }
span { border-color: rgb(32,174,123); }
td.TdClassName
{
border-color: #20AE7B;
}
.TagClassName
{
border-color: #20AE7B;
}
</style>