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