Shades of Mountain Meadow #20C191
Tints of Mountain Meadow #20C191
RGB
CMYK
RGB Variations
Color information
#20C191 (or 0x20C191) is known color: Mountain Meadow. HEX triplet: 20, C1 and 91. RGB value is (32,193,145). Sum of RGB (Red+Green+Blue) = 32+193+145=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 193 (75.78% from 255 or 52.16% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 193 - color contains mainly: green. Hex color #20C191 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C191 is #DF3E6E. Grayscale: #8B8B8B. Windows color (decimal): -14630511 or 9552160. OLE color: 9552160.
HSL color Cylindrical-coordinate representation of color #20C191: hue angle of 162.11º 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 #20C191 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 145 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.24 |
| HSL | 162.11º | 0.72% | 0.44% | - |
| HSV(B) | 162.11º | 0.83% | 0.76% | - |
| XYZ | 24.78 | 40.49 | 33.3 | - |
| YUV | 139.39 | 131.16 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 145 | 0.83 | 0 | 0.25 | 0.24 | 162.11 | 0.72 | 0.44 |
| Hex | 20 | C1 | 91 | 53 | 0 | 19 | 18 | A2 | 48 | 2C |
| Octal | 40 | 301 | 221 | 123 | 0 | 31 | 30 | 242 | 110 | 54 |
| Binary | 100000 | 11000001 | 10010001 | 1010011 | 0 | 11001 | 11000 | 10100010 | 1001000 | 101100 |
Color Harmonies of #20C191
Complementary color
Monochromatic Colors of #20C191
Black with #20C191
Text Example
Text Example
White with #20C191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C191; }
p { color: rgb(32,193,145); }
H1.HeaderClassName
{
color: #20C191;
}
.AnyTagClassName
{
color: #20C191;
}
</style>
background-color css
<style>
a { background-color: #20C191; }
a { background-color: rgb(32,193,145); }
div.DivClassName
{
background-color: #20C191;
}
.BgClassName
{
background-color: #20C191;
}
</style>
border-color css
<style>
span { border-color: #20C191; }
span { border-color: rgb(32,193,145); }
td.TdClassName
{
border-color: #20C191;
}
.TagClassName
{
border-color: #20C191;
}
</style>