Shades of Mountain Meadow #20C972
Tints of Mountain Meadow #20C972
RGB
CMYK
RGB Variations
Color information
#20C972 (or 0x20C972) is known color: Mountain Meadow. HEX triplet: 20, C9 and 72. RGB value is (32,201,114). Sum of RGB (Red+Green+Blue) = 32+201+114=347 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.22% from 347); Green value is 201 (78.91% from 255 or 57.93% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 201 - color contains mainly: green. Hex color #20C972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C972 is #DF368D. Grayscale: #8C8C8C. Windows color (decimal): -14628494 or 7522592. OLE color: 7522592.
HSL color Cylindrical-coordinate representation of color #20C972: hue angle of 149.11º 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 #20C972 is Cyan = 0.84, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 114 | - |
| CMYK | 0.84 | 0 | 0.43 | 0.21 |
| HSL | 149.11º | 0.73% | 0.46% | - |
| HSV(B) | 149.11º | 0.84% | 0.79% | - |
| XYZ | 24.52 | 43.3 | 22.98 | - |
| YUV | 140.55 | 113.01 | 50.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 114 | 0.84 | 0 | 0.43 | 0.21 | 149.11 | 0.73 | 0.46 |
| Hex | 20 | C9 | 72 | 54 | 0 | 2B | 15 | 95 | 49 | 2E |
| Octal | 40 | 311 | 162 | 124 | 0 | 53 | 25 | 225 | 111 | 56 |
| Binary | 100000 | 11001001 | 1110010 | 1010100 | 0 | 101011 | 10101 | 10010101 | 1001001 | 101110 |
Color Harmonies of #20C972
Complementary color
Monochromatic Colors of #20C972
Black with #20C972
Text Example
Text Example
White with #20C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C972; }
p { color: rgb(32,201,114); }
H1.HeaderClassName
{
color: #20C972;
}
.AnyTagClassName
{
color: #20C972;
}
</style>
background-color css
<style>
a { background-color: #20C972; }
a { background-color: rgb(32,201,114); }
div.DivClassName
{
background-color: #20C972;
}
.BgClassName
{
background-color: #20C972;
}
</style>
border-color css
<style>
span { border-color: #20C972; }
span { border-color: rgb(32,201,114); }
td.TdClassName
{
border-color: #20C972;
}
.TagClassName
{
border-color: #20C972;
}
</style>