Shades of Mountain Meadow #20AF86
Tints of Mountain Meadow #20AF86
RGB
CMYK
RGB Variations
Color information
#20AF86 (or 0x20AF86) is known color: Mountain Meadow. HEX triplet: 20, AF and 86. RGB value is (32,175,134). Sum of RGB (Red+Green+Blue) = 32+175+134=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #20AF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20AF86 is #DF5079. Grayscale: #7F7F7F. Windows color (decimal): -14635130 or 8826656. OLE color: 8826656.
HSL color Cylindrical-coordinate representation of color #20AF86: hue angle of 162.8º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #20AF86 is Cyan = 0.82, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 175 | 134 | - |
| CMYK | 0.82 | 0 | 0.23 | 0.31 |
| HSL | 162.8º | 0.69% | 0.41% | - |
| HSV(B) | 162.8º | 0.82% | 0.69% | - |
| XYZ | 20.23 | 32.69 | 27.8 | - |
| YUV | 127.57 | 131.62 | 59.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 175 | 134 | 0.82 | 0 | 0.23 | 0.31 | 162.8 | 0.69 | 0.41 |
| Hex | 20 | AF | 86 | 52 | 0 | 17 | 1F | A3 | 45 | 29 |
| Octal | 40 | 257 | 206 | 122 | 0 | 27 | 37 | 243 | 105 | 51 |
| Binary | 100000 | 10101111 | 10000110 | 1010010 | 0 | 10111 | 11111 | 10100011 | 1000101 | 101001 |
Color Harmonies of #20AF86
Complementary color
Monochromatic Colors of #20AF86
Black with #20AF86
Text Example
Text Example
White with #20AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20AF86; }
p { color: rgb(32,175,134); }
H1.HeaderClassName
{
color: #20AF86;
}
.AnyTagClassName
{
color: #20AF86;
}
</style>
background-color css
<style>
a { background-color: #20AF86; }
a { background-color: rgb(32,175,134); }
div.DivClassName
{
background-color: #20AF86;
}
.BgClassName
{
background-color: #20AF86;
}
</style>
border-color css
<style>
span { border-color: #20AF86; }
span { border-color: rgb(32,175,134); }
td.TdClassName
{
border-color: #20AF86;
}
.TagClassName
{
border-color: #20AF86;
}
</style>