Shades of Mountain Meadow #20C097
Tints of Mountain Meadow #20C097
RGB
CMYK
RGB Variations
Color information
#20C097 (or 0x20C097) is known color: Mountain Meadow. HEX triplet: 20, C0 and 97. RGB value is (32,192,151). Sum of RGB (Red+Green+Blue) = 32+192+151=375 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.53% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #20C097 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C097 is #DF3F68. Grayscale: #8B8B8B. Windows color (decimal): -14630761 or 9945120. OLE color: 9945120.
HSL color Cylindrical-coordinate representation of color #20C097: hue angle of 164.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C097 is Cyan = 0.83, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 151 | - |
| CMYK | 0.83 | 0 | 0.21 | 0.25 |
| HSL | 164.63º | 0.71% | 0.44% | - |
| HSV(B) | 164.63º | 0.83% | 0.75% | - |
| XYZ | 25.03 | 40.24 | 35.73 | - |
| YUV | 139.49 | 134.49 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 151 | 0.83 | 0 | 0.21 | 0.25 | 164.63 | 0.71 | 0.44 |
| Hex | 20 | C0 | 97 | 53 | 0 | 15 | 19 | A5 | 47 | 2C |
| Octal | 40 | 300 | 227 | 123 | 0 | 25 | 31 | 245 | 107 | 54 |
| Binary | 100000 | 11000000 | 10010111 | 1010011 | 0 | 10101 | 11001 | 10100101 | 1000111 | 101100 |
Color Harmonies of #20C097
Complementary color
Monochromatic Colors of #20C097
Black with #20C097
Text Example
Text Example
White with #20C097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C097; }
p { color: rgb(32,192,151); }
H1.HeaderClassName
{
color: #20C097;
}
.AnyTagClassName
{
color: #20C097;
}
</style>
background-color css
<style>
a { background-color: #20C097; }
a { background-color: rgb(32,192,151); }
div.DivClassName
{
background-color: #20C097;
}
.BgClassName
{
background-color: #20C097;
}
</style>
border-color css
<style>
span { border-color: #20C097; }
span { border-color: rgb(32,192,151); }
td.TdClassName
{
border-color: #20C097;
}
.TagClassName
{
border-color: #20C097;
}
</style>