Shades of Mountain Meadow #11AF7E
Tints of Mountain Meadow #11AF7E
RGB
CMYK
RGB Variations
Color information
#11AF7E (or 0x11AF7E) is known color: Mountain Meadow. HEX triplet: 11, AF and 7E. RGB value is (17,175,126). Sum of RGB (Red+Green+Blue) = 17+175+126=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 175 (68.75% from 255 or 55.03% from 318); Blue value is 126 (49.61% from 255 or 39.62% from 318); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF7E is #EE5081. Grayscale: #7A7A7A. Windows color (decimal): -15618178 or 8302353. OLE color: 8302353.
HSL color Cylindrical-coordinate representation of color #11AF7E: hue angle of 161.39º 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 #11AF7E is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 126 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.31 |
| HSL | 161.39º | 0.82% | 0.38% | - |
| HSV(B) | 161.39º | 0.9% | 0.69% | - |
| XYZ | 19.33 | 32.29 | 24.95 | - |
| YUV | 122.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 126 | 0.90 | 0 | 0.28 | 0.31 | 161.39 | 0.82 | 0.38 |
| Hex | 11 | AF | 7E | 5A | 0 | 1C | 1F | A1 | 52 | 26 |
| Octal | 21 | 257 | 176 | 132 | 0 | 34 | 37 | 241 | 122 | 46 |
| Binary | 10001 | 10101111 | 1111110 | 1011010 | 0 | 11100 | 11111 | 10100001 | 1010010 | 100110 |
Color Harmonies of #11AF7E
Complementary color
Monochromatic Colors of #11AF7E
Black with #11AF7E
Text Example
Text Example
White with #11AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF7E; }
p { color: rgb(17,175,126); }
H1.HeaderClassName
{
color: #11AF7E;
}
.AnyTagClassName
{
color: #11AF7E;
}
</style>
background-color css
<style>
a { background-color: #11AF7E; }
a { background-color: rgb(17,175,126); }
div.DivClassName
{
background-color: #11AF7E;
}
.BgClassName
{
background-color: #11AF7E;
}
</style>
border-color css
<style>
span { border-color: #11AF7E; }
span { border-color: rgb(17,175,126); }
td.TdClassName
{
border-color: #11AF7E;
}
.TagClassName
{
border-color: #11AF7E;
}
</style>