Shades of Mountain Meadow #20AC7C
Tints of Mountain Meadow #20AC7C
RGB
CMYK
RGB Variations
Color information
#20AC7C (or 0x20AC7C) is known color: Mountain Meadow. HEX triplet: 20, AC and 7C. RGB value is (32,172,124). Sum of RGB (Red+Green+Blue) = 32+172+124=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 124 (48.83% from 255 or 37.80% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #20AC7C is #DF5383. Grayscale: #7C7C7C. Windows color (decimal): -14635908 or 8170528. OLE color: 8170528.
HSL color Cylindrical-coordinate representation of color #20AC7C: hue angle of 159.43º 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 #20AC7C is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 124 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.33 |
| HSL | 159.43º | 0.69% | 0.4% | - |
| HSV(B) | 159.43º | 0.81% | 0.67% | - |
| XYZ | 18.99 | 31.27 | 24.1 | - |
| YUV | 124.67 | 127.62 | 61.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 124 | 0.81 | 0 | 0.28 | 0.33 | 159.43 | 0.69 | 0.4 |
| Hex | 20 | AC | 7C | 51 | 0 | 1C | 21 | 9F | 45 | 28 |
| Octal | 40 | 254 | 174 | 121 | 0 | 34 | 41 | 237 | 105 | 50 |
| Binary | 100000 | 10101100 | 1111100 | 1010001 | 0 | 11100 | 100001 | 10011111 | 1000101 | 101000 |
Color Harmonies of #20AC7C
Complementary color
Monochromatic Colors of #20AC7C
Black with #20AC7C
Text Example
Text Example
White with #20AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC7C; }
p { color: rgb(32,172,124); }
H1.HeaderClassName
{
color: #20AC7C;
}
.AnyTagClassName
{
color: #20AC7C;
}
</style>
background-color css
<style>
a { background-color: #20AC7C; }
a { background-color: rgb(32,172,124); }
div.DivClassName
{
background-color: #20AC7C;
}
.BgClassName
{
background-color: #20AC7C;
}
</style>
border-color css
<style>
span { border-color: #20AC7C; }
span { border-color: rgb(32,172,124); }
td.TdClassName
{
border-color: #20AC7C;
}
.TagClassName
{
border-color: #20AC7C;
}
</style>