Shades of Mountain Meadow #11AF86
Tints of Mountain Meadow #11AF86
RGB
CMYK
RGB Variations
Color information
#11AF86 (or 0x11AF86) is known color: Mountain Meadow. HEX triplet: 11, AF and 86. RGB value is (17,175,134). Sum of RGB (Red+Green+Blue) = 17+175+134=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 175 (68.75% from 255 or 53.68% from 326); Blue value is 134 (52.73% from 255 or 41.10% from 326); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AF86 is #EE5079. Grayscale: #7B7B7B. Windows color (decimal): -15618170 or 8826641. OLE color: 8826641.
HSL color Cylindrical-coordinate representation of color #11AF86: hue angle of 164.43º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AF86 is Cyan = 0.90, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 134 | - |
| CMYK | 0.90 | 0 | 0.23 | 0.31 |
| HSL | 164.43º | 0.82% | 0.38% | - |
| HSV(B) | 164.43º | 0.9% | 0.69% | - |
| XYZ | 19.86 | 32.5 | 27.78 | - |
| YUV | 123.08 | 134.15 | 52.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 134 | 0.90 | 0 | 0.23 | 0.31 | 164.43 | 0.82 | 0.38 |
| Hex | 11 | AF | 86 | 5A | 0 | 17 | 1F | A4 | 52 | 26 |
| Octal | 21 | 257 | 206 | 132 | 0 | 27 | 37 | 244 | 122 | 46 |
| Binary | 10001 | 10101111 | 10000110 | 1011010 | 0 | 10111 | 11111 | 10100100 | 1010010 | 100110 |
Color Harmonies of #11AF86
Complementary color
Monochromatic Colors of #11AF86
Black with #11AF86
Text Example
Text Example
White with #11AF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF86; }
p { color: rgb(17,175,134); }
H1.HeaderClassName
{
color: #11AF86;
}
.AnyTagClassName
{
color: #11AF86;
}
</style>
background-color css
<style>
a { background-color: #11AF86; }
a { background-color: rgb(17,175,134); }
div.DivClassName
{
background-color: #11AF86;
}
.BgClassName
{
background-color: #11AF86;
}
</style>
border-color css
<style>
span { border-color: #11AF86; }
span { border-color: rgb(17,175,134); }
td.TdClassName
{
border-color: #11AF86;
}
.TagClassName
{
border-color: #11AF86;
}
</style>