Shades of Mountain Meadow #20C38D
Tints of Mountain Meadow #20C38D
RGB
CMYK
RGB Variations
Color information
#20C38D (or 0x20C38D) is known color: Mountain Meadow. HEX triplet: 20, C3 and 8D. RGB value is (32,195,141). Sum of RGB (Red+Green+Blue) = 32+195+141=368 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.70% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #20C38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C38D is #DF3C72. Grayscale: #8C8C8C. Windows color (decimal): -14630003 or 9290528. OLE color: 9290528.
HSL color Cylindrical-coordinate representation of color #20C38D: hue angle of 160.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C38D is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 195 | 141 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.24 |
| HSL | 160.12º | 0.72% | 0.45% | - |
| HSV(B) | 160.12º | 0.84% | 0.76% | - |
| XYZ | 24.92 | 41.26 | 31.85 | - |
| YUV | 140.11 | 128.5 | 50.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 195 | 141 | 0.84 | 0 | 0.28 | 0.24 | 160.12 | 0.72 | 0.45 |
| Hex | 20 | C3 | 8D | 54 | 0 | 1C | 18 | A0 | 48 | 2D |
| Octal | 40 | 303 | 215 | 124 | 0 | 34 | 30 | 240 | 110 | 55 |
| Binary | 100000 | 11000011 | 10001101 | 1010100 | 0 | 11100 | 11000 | 10100000 | 1001000 | 101101 |
Color Harmonies of #20C38D
Complementary color
Monochromatic Colors of #20C38D
Black with #20C38D
Text Example
Text Example
White with #20C38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C38D; }
p { color: rgb(32,195,141); }
H1.HeaderClassName
{
color: #20C38D;
}
.AnyTagClassName
{
color: #20C38D;
}
</style>
background-color css
<style>
a { background-color: #20C38D; }
a { background-color: rgb(32,195,141); }
div.DivClassName
{
background-color: #20C38D;
}
.BgClassName
{
background-color: #20C38D;
}
</style>
border-color css
<style>
span { border-color: #20C38D; }
span { border-color: rgb(32,195,141); }
td.TdClassName
{
border-color: #20C38D;
}
.TagClassName
{
border-color: #20C38D;
}
</style>