Shades of Mountain Meadow #20C980
Tints of Mountain Meadow #20C980
RGB
CMYK
RGB Variations
Color information
#20C980 (or 0x20C980) is known color: Mountain Meadow. HEX triplet: 20, C9 and 80. RGB value is (32,201,128). Sum of RGB (Red+Green+Blue) = 32+201+128=361 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.86% from 361); Green value is 201 (78.91% from 255 or 55.68% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 201 - color contains mainly: green. Hex color #20C980 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C980 is #DF367F. Grayscale: #8E8E8E. Windows color (decimal): -14628480 or 8440096. OLE color: 8440096.
HSL color Cylindrical-coordinate representation of color #20C980: hue angle of 154.08º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C980 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 128 | - |
| CMYK | 0.84 | 0 | 0.36 | 0.21 |
| HSL | 154.08º | 0.73% | 0.46% | - |
| HSV(B) | 154.08º | 0.84% | 0.79% | - |
| XYZ | 25.38 | 43.64 | 27.51 | - |
| YUV | 142.15 | 120.01 | 49.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 128 | 0.84 | 0 | 0.36 | 0.21 | 154.08 | 0.73 | 0.46 |
| Hex | 20 | C9 | 80 | 54 | 0 | 24 | 15 | 9A | 49 | 2E |
| Octal | 40 | 311 | 200 | 124 | 0 | 44 | 25 | 232 | 111 | 56 |
| Binary | 100000 | 11001001 | 10000000 | 1010100 | 0 | 100100 | 10101 | 10011010 | 1001001 | 101110 |
Color Harmonies of #20C980
Complementary color
Monochromatic Colors of #20C980
Black with #20C980
Text Example
Text Example
White with #20C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C980; }
p { color: rgb(32,201,128); }
H1.HeaderClassName
{
color: #20C980;
}
.AnyTagClassName
{
color: #20C980;
}
</style>
background-color css
<style>
a { background-color: #20C980; }
a { background-color: rgb(32,201,128); }
div.DivClassName
{
background-color: #20C980;
}
.BgClassName
{
background-color: #20C980;
}
</style>
border-color css
<style>
span { border-color: #20C980; }
span { border-color: rgb(32,201,128); }
td.TdClassName
{
border-color: #20C980;
}
.TagClassName
{
border-color: #20C980;
}
</style>