Shades of Mountain Meadow #11AF7A
Tints of Mountain Meadow #11AF7A
RGB
CMYK
RGB Variations
Color information
#11AF7A (or 0x11AF7A) is known color: Mountain Meadow. HEX triplet: 11, AF and 7A. RGB value is (17,175,122). Sum of RGB (Red+Green+Blue) = 17+175+122=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #11AF7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AF7A is #EE5085. Grayscale: #797979. Windows color (decimal): -15618182 or 8040209. OLE color: 8040209.
HSL color Cylindrical-coordinate representation of color #11AF7A: hue angle of 159.87º 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 #11AF7A is Cyan = 0.90, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 175 | 122 | - |
| CMYK | 0.90 | 0 | 0.30 | 0.31 |
| HSL | 159.87º | 0.82% | 0.38% | - |
| HSV(B) | 159.87º | 0.9% | 0.69% | - |
| XYZ | 19.07 | 32.18 | 23.62 | - |
| YUV | 121.72 | 128.15 | 53.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 175 | 122 | 0.90 | 0 | 0.30 | 0.31 | 159.87 | 0.82 | 0.38 |
| Hex | 11 | AF | 7A | 5A | 0 | 1E | 1F | A0 | 52 | 26 |
| Octal | 21 | 257 | 172 | 132 | 0 | 36 | 37 | 240 | 122 | 46 |
| Binary | 10001 | 10101111 | 1111010 | 1011010 | 0 | 11110 | 11111 | 10100000 | 1010010 | 100110 |
Color Harmonies of #11AF7A
Complementary color
Monochromatic Colors of #11AF7A
Black with #11AF7A
Text Example
Text Example
White with #11AF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AF7A; }
p { color: rgb(17,175,122); }
H1.HeaderClassName
{
color: #11AF7A;
}
.AnyTagClassName
{
color: #11AF7A;
}
</style>
background-color css
<style>
a { background-color: #11AF7A; }
a { background-color: rgb(17,175,122); }
div.DivClassName
{
background-color: #11AF7A;
}
.BgClassName
{
background-color: #11AF7A;
}
</style>
border-color css
<style>
span { border-color: #11AF7A; }
span { border-color: rgb(17,175,122); }
td.TdClassName
{
border-color: #11AF7A;
}
.TagClassName
{
border-color: #11AF7A;
}
</style>