Shades of Mountain Meadow #20C984
Tints of Mountain Meadow #20C984
RGB
CMYK
RGB Variations
Color information
#20C984 (or 0x20C984) is known color: Mountain Meadow. HEX triplet: 20, C9 and 84. RGB value is (32,201,132). Sum of RGB (Red+Green+Blue) = 32+201+132=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #20C984 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C984 is #DF367B. Grayscale: #8E8E8E. Windows color (decimal): -14628476 or 8702240. OLE color: 8702240.
HSL color Cylindrical-coordinate representation of color #20C984: hue angle of 155.5º 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 #20C984 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 132 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.21 |
| HSL | 155.5º | 0.73% | 0.46% | - |
| HSV(B) | 155.5º | 0.84% | 0.79% | - |
| XYZ | 25.65 | 43.75 | 28.92 | - |
| YUV | 142.6 | 122.01 | 49.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 132 | 0.84 | 0 | 0.34 | 0.21 | 155.5 | 0.73 | 0.46 |
| Hex | 20 | C9 | 84 | 54 | 0 | 22 | 15 | 9C | 49 | 2E |
| Octal | 40 | 311 | 204 | 124 | 0 | 42 | 25 | 234 | 111 | 56 |
| Binary | 100000 | 11001001 | 10000100 | 1010100 | 0 | 100010 | 10101 | 10011100 | 1001001 | 101110 |
Color Harmonies of #20C984
Complementary color
Monochromatic Colors of #20C984
Black with #20C984
Text Example
Text Example
White with #20C984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C984; }
p { color: rgb(32,201,132); }
H1.HeaderClassName
{
color: #20C984;
}
.AnyTagClassName
{
color: #20C984;
}
</style>
background-color css
<style>
a { background-color: #20C984; }
a { background-color: rgb(32,201,132); }
div.DivClassName
{
background-color: #20C984;
}
.BgClassName
{
background-color: #20C984;
}
</style>
border-color css
<style>
span { border-color: #20C984; }
span { border-color: rgb(32,201,132); }
td.TdClassName
{
border-color: #20C984;
}
.TagClassName
{
border-color: #20C984;
}
</style>