Shades of Mountain Meadow #20C18E
Tints of Mountain Meadow #20C18E
RGB
CMYK
RGB Variations
Color information
#20C18E (or 0x20C18E) is known color: Mountain Meadow. HEX triplet: 20, C1 and 8E. RGB value is (32,193,142). Sum of RGB (Red+Green+Blue) = 32+193+142=367 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.72% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #20C18E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C18E is #DF3E71. Grayscale: #8B8B8B. Windows color (decimal): -14630514 or 9355552. OLE color: 9355552.
HSL color Cylindrical-coordinate representation of color #20C18E: hue angle of 160.99º 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 #20C18E is Cyan = 0.83, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 142 | - |
| CMYK | 0.83 | 0 | 0.26 | 0.24 |
| HSL | 160.99º | 0.72% | 0.44% | - |
| HSV(B) | 160.99º | 0.83% | 0.76% | - |
| XYZ | 24.55 | 40.4 | 32.1 | - |
| YUV | 139.05 | 129.66 | 51.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 142 | 0.83 | 0 | 0.26 | 0.24 | 160.99 | 0.72 | 0.44 |
| Hex | 20 | C1 | 8E | 53 | 0 | 1A | 18 | A1 | 48 | 2C |
| Octal | 40 | 301 | 216 | 123 | 0 | 32 | 30 | 241 | 110 | 54 |
| Binary | 100000 | 11000001 | 10001110 | 1010011 | 0 | 11010 | 11000 | 10100001 | 1001000 | 101100 |
Color Harmonies of #20C18E
Complementary color
Monochromatic Colors of #20C18E
Black with #20C18E
Text Example
Text Example
White with #20C18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C18E; }
p { color: rgb(32,193,142); }
H1.HeaderClassName
{
color: #20C18E;
}
.AnyTagClassName
{
color: #20C18E;
}
</style>
background-color css
<style>
a { background-color: #20C18E; }
a { background-color: rgb(32,193,142); }
div.DivClassName
{
background-color: #20C18E;
}
.BgClassName
{
background-color: #20C18E;
}
</style>
border-color css
<style>
span { border-color: #20C18E; }
span { border-color: rgb(32,193,142); }
td.TdClassName
{
border-color: #20C18E;
}
.TagClassName
{
border-color: #20C18E;
}
</style>