Shades of Mountain Meadow #20C194
Tints of Mountain Meadow #20C194
RGB
CMYK
RGB Variations
Color information
#20C194 (or 0x20C194) is known color: Mountain Meadow. HEX triplet: 20, C1 and 94. RGB value is (32,193,148). Sum of RGB (Red+Green+Blue) = 32+193+148=373 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.58% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #20C194 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C194 is #DF3E6B. Grayscale: #8B8B8B. Windows color (decimal): -14630508 or 9748768. OLE color: 9748768.
HSL color Cylindrical-coordinate representation of color #20C194: hue angle of 163.23º 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 #20C194 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 148 | - |
| CMYK | 0.83 | 0 | 0.23 | 0.24 |
| HSL | 163.23º | 0.72% | 0.44% | - |
| HSV(B) | 163.23º | 0.83% | 0.76% | - |
| XYZ | 25.01 | 40.59 | 34.53 | - |
| YUV | 139.73 | 132.66 | 51.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 148 | 0.83 | 0 | 0.23 | 0.24 | 163.23 | 0.72 | 0.44 |
| Hex | 20 | C1 | 94 | 53 | 0 | 17 | 18 | A3 | 48 | 2C |
| Octal | 40 | 301 | 224 | 123 | 0 | 27 | 30 | 243 | 110 | 54 |
| Binary | 100000 | 11000001 | 10010100 | 1010011 | 0 | 10111 | 11000 | 10100011 | 1001000 | 101100 |
Color Harmonies of #20C194
Complementary color
Monochromatic Colors of #20C194
Black with #20C194
Text Example
Text Example
White with #20C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C194; }
p { color: rgb(32,193,148); }
H1.HeaderClassName
{
color: #20C194;
}
.AnyTagClassName
{
color: #20C194;
}
</style>
background-color css
<style>
a { background-color: #20C194; }
a { background-color: rgb(32,193,148); }
div.DivClassName
{
background-color: #20C194;
}
.BgClassName
{
background-color: #20C194;
}
</style>
border-color css
<style>
span { border-color: #20C194; }
span { border-color: rgb(32,193,148); }
td.TdClassName
{
border-color: #20C194;
}
.TagClassName
{
border-color: #20C194;
}
</style>