Shades of Mountain Meadow #20C18B
Tints of Mountain Meadow #20C18B
RGB
CMYK
RGB Variations
Color information
#20C18B (or 0x20C18B) is known color: Mountain Meadow. HEX triplet: 20, C1 and 8B. RGB value is (32,193,139). Sum of RGB (Red+Green+Blue) = 32+193+139=364 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.79% from 364); Green value is 193 (75.78% from 255 or 53.02% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 193 - color contains mainly: green. Hex color #20C18B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C18B is #DF3E74. Grayscale: #8A8A8A. Windows color (decimal): -14630517 or 9158944. OLE color: 9158944.
HSL color Cylindrical-coordinate representation of color #20C18B: hue angle of 159.88º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C18B is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 139 | - |
| CMYK | 0.83 | 0 | 0.28 | 0.24 |
| HSL | 159.88º | 0.72% | 0.44% | - |
| HSV(B) | 159.88º | 0.83% | 0.76% | - |
| XYZ | 24.33 | 40.31 | 30.92 | - |
| YUV | 138.71 | 128.16 | 51.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 139 | 0.83 | 0 | 0.28 | 0.24 | 159.88 | 0.72 | 0.44 |
| Hex | 20 | C1 | 8B | 53 | 0 | 1C | 18 | A0 | 48 | 2C |
| Octal | 40 | 301 | 213 | 123 | 0 | 34 | 30 | 240 | 110 | 54 |
| Binary | 100000 | 11000001 | 10001011 | 1010011 | 0 | 11100 | 11000 | 10100000 | 1001000 | 101100 |
Color Harmonies of #20C18B
Complementary color
Monochromatic Colors of #20C18B
Black with #20C18B
Text Example
Text Example
White with #20C18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C18B; }
p { color: rgb(32,193,139); }
H1.HeaderClassName
{
color: #20C18B;
}
.AnyTagClassName
{
color: #20C18B;
}
</style>
background-color css
<style>
a { background-color: #20C18B; }
a { background-color: rgb(32,193,139); }
div.DivClassName
{
background-color: #20C18B;
}
.BgClassName
{
background-color: #20C18B;
}
</style>
border-color css
<style>
span { border-color: #20C18B; }
span { border-color: rgb(32,193,139); }
td.TdClassName
{
border-color: #20C18B;
}
.TagClassName
{
border-color: #20C18B;
}
</style>