Shades of Mountain Meadow #20C68C
Tints of Mountain Meadow #20C68C
RGB
CMYK
RGB Variations
Color information
#20C68C (or 0x20C68C) is known color: Mountain Meadow. HEX triplet: 20, C6 and 8C. RGB value is (32,198,140). Sum of RGB (Red+Green+Blue) = 32+198+140=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #20C68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C68C is #DF3973. Grayscale: #8D8D8D. Windows color (decimal): -14629236 or 9225760. OLE color: 9225760.
HSL color Cylindrical-coordinate representation of color #20C68C: hue angle of 159.04º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C68C is Cyan = 0.84, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 140 | - |
| CMYK | 0.84 | 0 | 0.29 | 0.22 |
| HSL | 159.04º | 0.72% | 0.45% | - |
| HSV(B) | 159.04º | 0.84% | 0.78% | - |
| XYZ | 25.52 | 42.59 | 31.69 | - |
| YUV | 141.75 | 127 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 140 | 0.84 | 0 | 0.29 | 0.22 | 159.04 | 0.72 | 0.45 |
| Hex | 20 | C6 | 8C | 54 | 0 | 1D | 16 | 9F | 48 | 2D |
| Octal | 40 | 306 | 214 | 124 | 0 | 35 | 26 | 237 | 110 | 55 |
| Binary | 100000 | 11000110 | 10001100 | 1010100 | 0 | 11101 | 10110 | 10011111 | 1001000 | 101101 |
Color Harmonies of #20C68C
Complementary color
Monochromatic Colors of #20C68C
Black with #20C68C
Text Example
Text Example
White with #20C68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C68C; }
p { color: rgb(32,198,140); }
H1.HeaderClassName
{
color: #20C68C;
}
.AnyTagClassName
{
color: #20C68C;
}
</style>
background-color css
<style>
a { background-color: #20C68C; }
a { background-color: rgb(32,198,140); }
div.DivClassName
{
background-color: #20C68C;
}
.BgClassName
{
background-color: #20C68C;
}
</style>
border-color css
<style>
span { border-color: #20C68C; }
span { border-color: rgb(32,198,140); }
td.TdClassName
{
border-color: #20C68C;
}
.TagClassName
{
border-color: #20C68C;
}
</style>