Shades of Mountain Meadow #11AB7C
Tints of Mountain Meadow #11AB7C
RGB
CMYK
RGB Variations
Color information
#11AB7C (or 0x11AB7C) is known color: Mountain Meadow. HEX triplet: 11, AB and 7C. RGB value is (17,171,124). Sum of RGB (Red+Green+Blue) = 17+171+124=312 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.45% from 312); Green value is 171 (67.19% from 255 or 54.81% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AB7C is #EE5483. Grayscale: #777777. Windows color (decimal): -15619204 or 8170257. OLE color: 8170257.
HSL color Cylindrical-coordinate representation of color #11AB7C: hue angle of 161.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AB7C is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 171 | 124 | - |
| CMYK | 0.90 | 0 | 0.27 | 0.33 |
| HSL | 161.69º | 0.82% | 0.37% | - |
| HSV(B) | 161.69º | 0.9% | 0.67% | - |
| XYZ | 18.43 | 30.7 | 24.02 | - |
| YUV | 119.6 | 130.48 | 54.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 171 | 124 | 0.90 | 0 | 0.27 | 0.33 | 161.69 | 0.82 | 0.37 |
| Hex | 11 | AB | 7C | 5A | 0 | 1B | 21 | A2 | 52 | 25 |
| Octal | 21 | 253 | 174 | 132 | 0 | 33 | 41 | 242 | 122 | 45 |
| Binary | 10001 | 10101011 | 1111100 | 1011010 | 0 | 11011 | 100001 | 10100010 | 1010010 | 100101 |
Color Harmonies of #11AB7C
Complementary color
Monochromatic Colors of #11AB7C
Black with #11AB7C
Text Example
Text Example
White with #11AB7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AB7C; }
p { color: rgb(17,171,124); }
H1.HeaderClassName
{
color: #11AB7C;
}
.AnyTagClassName
{
color: #11AB7C;
}
</style>
background-color css
<style>
a { background-color: #11AB7C; }
a { background-color: rgb(17,171,124); }
div.DivClassName
{
background-color: #11AB7C;
}
.BgClassName
{
background-color: #11AB7C;
}
</style>
border-color css
<style>
span { border-color: #11AB7C; }
span { border-color: rgb(17,171,124); }
td.TdClassName
{
border-color: #11AB7C;
}
.TagClassName
{
border-color: #11AB7C;
}
</style>