Shades of Mountain Meadow #20C193
Tints of Mountain Meadow #20C193
RGB
CMYK
RGB Variations
Color information
#20C193 (or 0x20C193) is known color: Mountain Meadow. HEX triplet: 20, C1 and 93. RGB value is (32,193,147). Sum of RGB (Red+Green+Blue) = 32+193+147=372 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.60% from 372); Green value is 193 (75.78% from 255 or 51.88% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 193 - color contains mainly: green. Hex color #20C193 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C193 is #DF3E6C. Grayscale: #8B8B8B. Windows color (decimal): -14630509 or 9683232. OLE color: 9683232.
HSL color Cylindrical-coordinate representation of color #20C193: hue angle of 162.86º 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 #20C193 is Cyan = 0.83, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 147 | - |
| CMYK | 0.83 | 0 | 0.24 | 0.24 |
| HSL | 162.86º | 0.72% | 0.44% | - |
| HSV(B) | 162.86º | 0.83% | 0.76% | - |
| XYZ | 24.93 | 40.55 | 34.12 | - |
| YUV | 139.62 | 132.16 | 51.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 147 | 0.83 | 0 | 0.24 | 0.24 | 162.86 | 0.72 | 0.44 |
| Hex | 20 | C1 | 93 | 53 | 0 | 18 | 18 | A3 | 48 | 2C |
| Octal | 40 | 301 | 223 | 123 | 0 | 30 | 30 | 243 | 110 | 54 |
| Binary | 100000 | 11000001 | 10010011 | 1010011 | 0 | 11000 | 11000 | 10100011 | 1001000 | 101100 |
Color Harmonies of #20C193
Complementary color
Monochromatic Colors of #20C193
Black with #20C193
Text Example
Text Example
White with #20C193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C193; }
p { color: rgb(32,193,147); }
H1.HeaderClassName
{
color: #20C193;
}
.AnyTagClassName
{
color: #20C193;
}
</style>
background-color css
<style>
a { background-color: #20C193; }
a { background-color: rgb(32,193,147); }
div.DivClassName
{
background-color: #20C193;
}
.BgClassName
{
background-color: #20C193;
}
</style>
border-color css
<style>
span { border-color: #20C193; }
span { border-color: rgb(32,193,147); }
td.TdClassName
{
border-color: #20C193;
}
.TagClassName
{
border-color: #20C193;
}
</style>