Shades of Mountain Meadow #20C989
Tints of Mountain Meadow #20C989
RGB
CMYK
RGB Variations
Color information
#20C989 (or 0x20C989) is known color: Mountain Meadow. HEX triplet: 20, C9 and 89. RGB value is (32,201,137). Sum of RGB (Red+Green+Blue) = 32+201+137=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 201 (78.91% from 255 or 54.32% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 201 - color contains mainly: green. Hex color #20C989 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C989 is #DF3676. Grayscale: #8F8F8F. Windows color (decimal): -14628471 or 9029920. OLE color: 9029920.
HSL color Cylindrical-coordinate representation of color #20C989: hue angle of 157.28º 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 #20C989 is Cyan = 0.84, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 137 | - |
| CMYK | 0.84 | 0 | 0.32 | 0.21 |
| HSL | 157.28º | 0.73% | 0.46% | - |
| HSV(B) | 157.28º | 0.84% | 0.79% | - |
| XYZ | 26 | 43.89 | 30.77 | - |
| YUV | 143.17 | 124.51 | 48.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 137 | 0.84 | 0 | 0.32 | 0.21 | 157.28 | 0.73 | 0.46 |
| Hex | 20 | C9 | 89 | 54 | 0 | 20 | 15 | 9D | 49 | 2E |
| Octal | 40 | 311 | 211 | 124 | 0 | 40 | 25 | 235 | 111 | 56 |
| Binary | 100000 | 11001001 | 10001001 | 1010100 | 0 | 100000 | 10101 | 10011101 | 1001001 | 101110 |
Color Harmonies of #20C989
Complementary color
Monochromatic Colors of #20C989
Black with #20C989
Text Example
Text Example
White with #20C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C989; }
p { color: rgb(32,201,137); }
H1.HeaderClassName
{
color: #20C989;
}
.AnyTagClassName
{
color: #20C989;
}
</style>
background-color css
<style>
a { background-color: #20C989; }
a { background-color: rgb(32,201,137); }
div.DivClassName
{
background-color: #20C989;
}
.BgClassName
{
background-color: #20C989;
}
</style>
border-color css
<style>
span { border-color: #20C989; }
span { border-color: rgb(32,201,137); }
td.TdClassName
{
border-color: #20C989;
}
.TagClassName
{
border-color: #20C989;
}
</style>