Shades of Mountain Meadow #20AD77
Tints of Mountain Meadow #20AD77
RGB
CMYK
RGB Variations
Color information
#20AD77 (or 0x20AD77) is known color: Mountain Meadow. HEX triplet: 20, AD and 77. RGB value is (32,173,119). Sum of RGB (Red+Green+Blue) = 32+173+119=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 173 (67.97% from 255 or 53.40% from 324); Blue value is 119 (46.88% from 255 or 36.73% from 324); Max value from RGB is 173 - color contains mainly: green. Hex color #20AD77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AD77 is #DF5288. Grayscale: #7C7C7C. Windows color (decimal): -14635657 or 7843104. OLE color: 7843104.
HSL color Cylindrical-coordinate representation of color #20AD77: hue angle of 157.02º 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 #20AD77 is Cyan = 0.82, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 173 | 119 | - |
| CMYK | 0.82 | 0 | 0.31 | 0.32 |
| HSL | 157.02º | 0.69% | 0.4% | - |
| HSV(B) | 157.02º | 0.82% | 0.68% | - |
| XYZ | 18.87 | 31.53 | 22.54 | - |
| YUV | 124.69 | 124.79 | 61.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 173 | 119 | 0.82 | 0 | 0.31 | 0.32 | 157.02 | 0.69 | 0.4 |
| Hex | 20 | AD | 77 | 52 | 0 | 1F | 20 | 9D | 45 | 28 |
| Octal | 40 | 255 | 167 | 122 | 0 | 37 | 40 | 235 | 105 | 50 |
| Binary | 100000 | 10101101 | 1110111 | 1010010 | 0 | 11111 | 100000 | 10011101 | 1000101 | 101000 |
Color Harmonies of #20AD77
Complementary color
Monochromatic Colors of #20AD77
Black with #20AD77
Text Example
Text Example
White with #20AD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AD77; }
p { color: rgb(32,173,119); }
H1.HeaderClassName
{
color: #20AD77;
}
.AnyTagClassName
{
color: #20AD77;
}
</style>
background-color css
<style>
a { background-color: #20AD77; }
a { background-color: rgb(32,173,119); }
div.DivClassName
{
background-color: #20AD77;
}
.BgClassName
{
background-color: #20AD77;
}
</style>
border-color css
<style>
span { border-color: #20AD77; }
span { border-color: rgb(32,173,119); }
td.TdClassName
{
border-color: #20AD77;
}
.TagClassName
{
border-color: #20AD77;
}
</style>