Shades of Mountain Meadow #20C18D
Tints of Mountain Meadow #20C18D
RGB
CMYK
RGB Variations
Color information
#20C18D (or 0x20C18D) is known color: Mountain Meadow. HEX triplet: 20, C1 and 8D. RGB value is (32,193,141). Sum of RGB (Red+Green+Blue) = 32+193+141=366 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.74% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #20C18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C18D is #DF3E72. Grayscale: #8A8A8A. Windows color (decimal): -14630515 or 9290016. OLE color: 9290016.
HSL color Cylindrical-coordinate representation of color #20C18D: hue angle of 160.62º 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 #20C18D is Cyan = 0.83, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 141 | - |
| CMYK | 0.83 | 0 | 0.27 | 0.24 |
| HSL | 160.62º | 0.72% | 0.44% | - |
| HSV(B) | 160.62º | 0.83% | 0.76% | - |
| XYZ | 24.47 | 40.37 | 31.7 | - |
| YUV | 138.93 | 129.16 | 51.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 141 | 0.83 | 0 | 0.27 | 0.24 | 160.62 | 0.72 | 0.44 |
| Hex | 20 | C1 | 8D | 53 | 0 | 1B | 18 | A1 | 48 | 2C |
| Octal | 40 | 301 | 215 | 123 | 0 | 33 | 30 | 241 | 110 | 54 |
| Binary | 100000 | 11000001 | 10001101 | 1010011 | 0 | 11011 | 11000 | 10100001 | 1001000 | 101100 |
Color Harmonies of #20C18D
Complementary color
Monochromatic Colors of #20C18D
Black with #20C18D
Text Example
Text Example
White with #20C18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C18D; }
p { color: rgb(32,193,141); }
H1.HeaderClassName
{
color: #20C18D;
}
.AnyTagClassName
{
color: #20C18D;
}
</style>
background-color css
<style>
a { background-color: #20C18D; }
a { background-color: rgb(32,193,141); }
div.DivClassName
{
background-color: #20C18D;
}
.BgClassName
{
background-color: #20C18D;
}
</style>
border-color css
<style>
span { border-color: #20C18D; }
span { border-color: rgb(32,193,141); }
td.TdClassName
{
border-color: #20C18D;
}
.TagClassName
{
border-color: #20C18D;
}
</style>