Shades of Mountain Meadow #20C190
Tints of Mountain Meadow #20C190
RGB
CMYK
RGB Variations
Color information
#20C190 (or 0x20C190) is known color: Mountain Meadow. HEX triplet: 20, C1 and 90. RGB value is (32,193,144). Sum of RGB (Red+Green+Blue) = 32+193+144=369 (48% of max value = 765). Red value is 32 (12.89% from 255 or 8.67% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #20C190 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C190 is #DF3E6F. Grayscale: #8B8B8B. Windows color (decimal): -14630512 or 9486624. OLE color: 9486624.
HSL color Cylindrical-coordinate representation of color #20C190: hue angle of 161.74º 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 #20C190 is Cyan = 0.83, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 144 | - |
| CMYK | 0.83 | 0 | 0.25 | 0.24 |
| HSL | 161.74º | 0.72% | 0.44% | - |
| HSV(B) | 161.74º | 0.83% | 0.76% | - |
| XYZ | 24.7 | 40.46 | 32.89 | - |
| YUV | 139.28 | 130.66 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 144 | 0.83 | 0 | 0.25 | 0.24 | 161.74 | 0.72 | 0.44 |
| Hex | 20 | C1 | 90 | 53 | 0 | 19 | 18 | A2 | 48 | 2C |
| Octal | 40 | 301 | 220 | 123 | 0 | 31 | 30 | 242 | 110 | 54 |
| Binary | 100000 | 11000001 | 10010000 | 1010011 | 0 | 11001 | 11000 | 10100010 | 1001000 | 101100 |
Color Harmonies of #20C190
Complementary color
Monochromatic Colors of #20C190
Black with #20C190
Text Example
Text Example
White with #20C190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C190; }
p { color: rgb(32,193,144); }
H1.HeaderClassName
{
color: #20C190;
}
.AnyTagClassName
{
color: #20C190;
}
</style>
background-color css
<style>
a { background-color: #20C190; }
a { background-color: rgb(32,193,144); }
div.DivClassName
{
background-color: #20C190;
}
.BgClassName
{
background-color: #20C190;
}
</style>
border-color css
<style>
span { border-color: #20C190; }
span { border-color: rgb(32,193,144); }
td.TdClassName
{
border-color: #20C190;
}
.TagClassName
{
border-color: #20C190;
}
</style>