Shades of Mountain Meadow #20AC7D
Tints of Mountain Meadow #20AC7D
RGB
CMYK
RGB Variations
Color information
#20AC7D (or 0x20AC7D) is known color: Mountain Meadow. HEX triplet: 20, AC and 7D. RGB value is (32,172,125). Sum of RGB (Red+Green+Blue) = 32+172+125=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC7D is #DF5382. Grayscale: #7C7C7C. Windows color (decimal): -14635907 or 8236064. OLE color: 8236064.
HSL color Cylindrical-coordinate representation of color #20AC7D: hue angle of 159.86º degrees, saturation: 0.69, 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 #20AC7D is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 125 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.33 |
| HSL | 159.86º | 0.69% | 0.4% | - |
| HSV(B) | 159.86º | 0.81% | 0.67% | - |
| XYZ | 19.05 | 31.29 | 24.44 | - |
| YUV | 124.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 125 | 0.81 | 0 | 0.27 | 0.33 | 159.86 | 0.69 | 0.4 |
| Hex | 20 | AC | 7D | 51 | 0 | 1B | 21 | A0 | 45 | 28 |
| Octal | 40 | 254 | 175 | 121 | 0 | 33 | 41 | 240 | 105 | 50 |
| Binary | 100000 | 10101100 | 1111101 | 1010001 | 0 | 11011 | 100001 | 10100000 | 1000101 | 101000 |
Color Harmonies of #20AC7D
Complementary color
Monochromatic Colors of #20AC7D
Black with #20AC7D
Text Example
Text Example
White with #20AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC7D; }
p { color: rgb(32,172,125); }
H1.HeaderClassName
{
color: #20AC7D;
}
.AnyTagClassName
{
color: #20AC7D;
}
</style>
background-color css
<style>
a { background-color: #20AC7D; }
a { background-color: rgb(32,172,125); }
div.DivClassName
{
background-color: #20AC7D;
}
.BgClassName
{
background-color: #20AC7D;
}
</style>
border-color css
<style>
span { border-color: #20AC7D; }
span { border-color: rgb(32,172,125); }
td.TdClassName
{
border-color: #20AC7D;
}
.TagClassName
{
border-color: #20AC7D;
}
</style>