Shades of Mountain Meadow #20AD7B
Tints of Mountain Meadow #20AD7B
RGB
CMYK
RGB Variations
Color information
#20AD7B (or 0x20AD7B) is known color: Mountain Meadow. HEX triplet: 20, AD and 7B. RGB value is (32,173,123). Sum of RGB (Red+Green+Blue) = 32+173+123=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD7B is #DF5284. Grayscale: #7D7D7D. Windows color (decimal): -14635653 or 8105248. OLE color: 8105248.
HSL color Cylindrical-coordinate representation of color #20AD7B: hue angle of 158.72º 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 #20AD7B is Cyan = 0.82, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 123 | - |
| CMYK | 0.82 | 0 | 0.29 | 0.32 |
| HSL | 158.72º | 0.69% | 0.4% | - |
| HSV(B) | 158.72º | 0.82% | 0.68% | - |
| XYZ | 19.11 | 31.62 | 23.84 | - |
| YUV | 125.14 | 126.79 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 123 | 0.82 | 0 | 0.29 | 0.32 | 158.72 | 0.69 | 0.4 |
| Hex | 20 | AD | 7B | 52 | 0 | 1D | 20 | 9F | 45 | 28 |
| Octal | 40 | 255 | 173 | 122 | 0 | 35 | 40 | 237 | 105 | 50 |
| Binary | 100000 | 10101101 | 1111011 | 1010010 | 0 | 11101 | 100000 | 10011111 | 1000101 | 101000 |
Color Harmonies of #20AD7B
Complementary color
Monochromatic Colors of #20AD7B
Black with #20AD7B
Text Example
Text Example
White with #20AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD7B; }
p { color: rgb(32,173,123); }
H1.HeaderClassName
{
color: #20AD7B;
}
.AnyTagClassName
{
color: #20AD7B;
}
</style>
background-color css
<style>
a { background-color: #20AD7B; }
a { background-color: rgb(32,173,123); }
div.DivClassName
{
background-color: #20AD7B;
}
.BgClassName
{
background-color: #20AD7B;
}
</style>
border-color css
<style>
span { border-color: #20AD7B; }
span { border-color: rgb(32,173,123); }
td.TdClassName
{
border-color: #20AD7B;
}
.TagClassName
{
border-color: #20AD7B;
}
</style>