Shades of Mountain Meadow #20CC86
Tints of Mountain Meadow #20CC86
RGB
CMYK
RGB Variations
Color information
#20CC86 (or 0x20CC86) is known color: Mountain Meadow. HEX triplet: 20, CC and 86. RGB value is (32,204,134). Sum of RGB (Red+Green+Blue) = 32+204+134=370 (49% of max value = 765). Red value is 32 (12.89% from 255 or 8.65% from 370); Green value is 204 (80.08% from 255 or 55.14% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 204 - color contains mainly: green. Hex color #20CC86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20CC86 is #DF3379. Grayscale: #909090. Windows color (decimal): -14627706 or 8834080. OLE color: 8834080.
HSL color Cylindrical-coordinate representation of color #20CC86: hue angle of 155.58º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CC86 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 32 | 204 | 134 | - |
| CMYK | 0.84 | 0 | 0.34 | 0.2 |
| HSL | 155.58º | 0.73% | 0.46% | - |
| HSV(B) | 155.58º | 0.84% | 0.8% | - |
| XYZ | 26.49 | 45.21 | 29.89 | - |
| YUV | 144.59 | 122.02 | 47.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 204 | 134 | 0.84 | 0 | 0.34 | 0.2 | 155.58 | 0.73 | 0.46 |
| Hex | 20 | CC | 86 | 54 | 0 | 22 | 14 | 9C | 49 | 2E |
| Octal | 40 | 314 | 206 | 124 | 0 | 42 | 24 | 234 | 111 | 56 |
| Binary | 100000 | 11001100 | 10000110 | 1010100 | 0 | 100010 | 10100 | 10011100 | 1001001 | 101110 |
Color Harmonies of #20CC86
Complementary color
Monochromatic Colors of #20CC86
Black with #20CC86
Text Example
Text Example
White with #20CC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CC86; }
p { color: rgb(32,204,134); }
H1.HeaderClassName
{
color: #20CC86;
}
.AnyTagClassName
{
color: #20CC86;
}
</style>
background-color css
<style>
a { background-color: #20CC86; }
a { background-color: rgb(32,204,134); }
div.DivClassName
{
background-color: #20CC86;
}
.BgClassName
{
background-color: #20CC86;
}
</style>
border-color css
<style>
span { border-color: #20CC86; }
span { border-color: rgb(32,204,134); }
td.TdClassName
{
border-color: #20CC86;
}
.TagClassName
{
border-color: #20CC86;
}
</style>