Shades of Mountain Meadow #20C096
Tints of Mountain Meadow #20C096
RGB
CMYK
RGB Variations
Color information
#20C096 (or 0x20C096) is known color: Mountain Meadow. HEX triplet: 20, C0 and 96. RGB value is (32,192,150). Sum of RGB (Red+Green+Blue) = 32+192+150=374 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.56% from 374); Green value is 192 (75.39% from 255 or 51.34% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 192 - color contains mainly: green. Hex color #20C096 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C096 is #DF3F69. Grayscale: #8B8B8B. Windows color (decimal): -14630762 or 9879584. OLE color: 9879584.
HSL color Cylindrical-coordinate representation of color #20C096: hue angle of 164.25º 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 #20C096 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 150 | - |
| CMYK | 0.83 | 0 | 0.22 | 0.25 |
| HSL | 164.25º | 0.71% | 0.44% | - |
| HSV(B) | 164.25º | 0.83% | 0.75% | - |
| XYZ | 24.95 | 40.21 | 35.3 | - |
| YUV | 139.37 | 133.99 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 150 | 0.83 | 0 | 0.22 | 0.25 | 164.25 | 0.71 | 0.44 |
| Hex | 20 | C0 | 96 | 53 | 0 | 16 | 19 | A4 | 47 | 2C |
| Octal | 40 | 300 | 226 | 123 | 0 | 26 | 31 | 244 | 107 | 54 |
| Binary | 100000 | 11000000 | 10010110 | 1010011 | 0 | 10110 | 11001 | 10100100 | 1000111 | 101100 |
Color Harmonies of #20C096
Complementary color
Monochromatic Colors of #20C096
Black with #20C096
Text Example
Text Example
White with #20C096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C096; }
p { color: rgb(32,192,150); }
H1.HeaderClassName
{
color: #20C096;
}
.AnyTagClassName
{
color: #20C096;
}
</style>
background-color css
<style>
a { background-color: #20C096; }
a { background-color: rgb(32,192,150); }
div.DivClassName
{
background-color: #20C096;
}
.BgClassName
{
background-color: #20C096;
}
</style>
border-color css
<style>
span { border-color: #20C096; }
span { border-color: rgb(32,192,150); }
td.TdClassName
{
border-color: #20C096;
}
.TagClassName
{
border-color: #20C096;
}
</style>