Shades of Mountain Meadow #20AC81
Tints of Mountain Meadow #20AC81
RGB
CMYK
RGB Variations
Color information
#20AC81 (or 0x20AC81) is known color: Mountain Meadow. HEX triplet: 20, AC and 81. RGB value is (32,172,129). Sum of RGB (Red+Green+Blue) = 32+172+129=333 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.61% from 333); Green value is 172 (67.58% from 255 or 51.65% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 172 - color contains mainly: green. Hex color #20AC81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AC81 is #DF537E. Grayscale: #7D7D7D. Windows color (decimal): -14635903 or 8498208. OLE color: 8498208.
HSL color Cylindrical-coordinate representation of color #20AC81: hue angle of 161.57º 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 #20AC81 is Cyan = 0.81, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 172 | 129 | - |
| CMYK | 0.81 | 0 | 0.25 | 0.33 |
| HSL | 161.57º | 0.69% | 0.4% | - |
| HSV(B) | 161.57º | 0.81% | 0.67% | - |
| XYZ | 19.31 | 31.4 | 25.81 | - |
| YUV | 125.24 | 130.12 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 172 | 129 | 0.81 | 0 | 0.25 | 0.33 | 161.57 | 0.69 | 0.4 |
| Hex | 20 | AC | 81 | 51 | 0 | 19 | 21 | A2 | 45 | 28 |
| Octal | 40 | 254 | 201 | 121 | 0 | 31 | 41 | 242 | 105 | 50 |
| Binary | 100000 | 10101100 | 10000001 | 1010001 | 0 | 11001 | 100001 | 10100010 | 1000101 | 101000 |
Color Harmonies of #20AC81
Complementary color
Monochromatic Colors of #20AC81
Black with #20AC81
Text Example
Text Example
White with #20AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AC81; }
p { color: rgb(32,172,129); }
H1.HeaderClassName
{
color: #20AC81;
}
.AnyTagClassName
{
color: #20AC81;
}
</style>
background-color css
<style>
a { background-color: #20AC81; }
a { background-color: rgb(32,172,129); }
div.DivClassName
{
background-color: #20AC81;
}
.BgClassName
{
background-color: #20AC81;
}
</style>
border-color css
<style>
span { border-color: #20AC81; }
span { border-color: rgb(32,172,129); }
td.TdClassName
{
border-color: #20AC81;
}
.TagClassName
{
border-color: #20AC81;
}
</style>