Shades of Mountain Meadow #20C08D
Tints of Mountain Meadow #20C08D
RGB
CMYK
RGB Variations
Color information
#20C08D (or 0x20C08D) is known color: Mountain Meadow. HEX triplet: 20, C0 and 8D. RGB value is (32,192,141). Sum of RGB (Red+Green+Blue) = 32+192+141=365 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.77% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #20C08D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C08D is #DF3F72. Grayscale: #8A8A8A. Windows color (decimal): -14630771 or 9289760. OLE color: 9289760.
HSL color Cylindrical-coordinate representation of color #20C08D: hue angle of 160.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C08D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 141 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.25 |
| HSL | 160.88º | 0.71% | 0.44% | - |
| HSV(B) | 160.88º | 0.83% | 0.75% | - |
| XYZ | 24.25 | 39.93 | 31.63 | - |
| YUV | 138.35 | 129.49 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 141 | 0.83 | 0 | 0.27 | 0.25 | 160.88 | 0.71 | 0.44 |
| Hex | 20 | C0 | 8D | 53 | 0 | 1B | 19 | A1 | 47 | 2C |
| Octal | 40 | 300 | 215 | 123 | 0 | 33 | 31 | 241 | 107 | 54 |
| Binary | 100000 | 11000000 | 10001101 | 1010011 | 0 | 11011 | 11001 | 10100001 | 1000111 | 101100 |
Color Harmonies of #20C08D
Complementary color
Monochromatic Colors of #20C08D
Black with #20C08D
Text Example
Text Example
White with #20C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C08D; }
p { color: rgb(32,192,141); }
H1.HeaderClassName
{
color: #20C08D;
}
.AnyTagClassName
{
color: #20C08D;
}
</style>
background-color css
<style>
a { background-color: #20C08D; }
a { background-color: rgb(32,192,141); }
div.DivClassName
{
background-color: #20C08D;
}
.BgClassName
{
background-color: #20C08D;
}
</style>
border-color css
<style>
span { border-color: #20C08D; }
span { border-color: rgb(32,192,141); }
td.TdClassName
{
border-color: #20C08D;
}
.TagClassName
{
border-color: #20C08D;
}
</style>