Shades of Mountain Meadow #11A287
Tints of Mountain Meadow #11A287
RGB
CMYK
RGB Variations
Color information
#11A287 (or 0x11A287) is known color: Mountain Meadow. HEX triplet: 11, A2 and 87. RGB value is (17,162,135). Sum of RGB (Red+Green+Blue) = 17+162+135=314 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.41% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 135 (53.12% from 255 or 42.99% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #11A287 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A287 is #EE5D78. Grayscale: #737373. Windows color (decimal): -15621497 or 8888849. OLE color: 8888849.
HSL color Cylindrical-coordinate representation of color #11A287: hue angle of 168.83º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A287 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 135 | - |
| CMYK | 0.90 | 0 | 0.17 | 0.36 |
| HSL | 168.83º | 0.81% | 0.35% | - |
| HSV(B) | 168.83º | 0.9% | 0.64% | - |
| XYZ | 17.52 | 27.71 | 27.35 | - |
| YUV | 115.57 | 138.96 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 135 | 0.90 | 0 | 0.17 | 0.36 | 168.83 | 0.81 | 0.35 |
| Hex | 11 | A2 | 87 | 5A | 0 | 11 | 24 | A9 | 51 | 23 |
| Octal | 21 | 242 | 207 | 132 | 0 | 21 | 44 | 251 | 121 | 43 |
| Binary | 10001 | 10100010 | 10000111 | 1011010 | 0 | 10001 | 100100 | 10101001 | 1010001 | 100011 |
Color Harmonies of #11A287
Complementary color
Monochromatic Colors of #11A287
Black with #11A287
Text Example
Text Example
White with #11A287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A287; }
p { color: rgb(17,162,135); }
H1.HeaderClassName
{
color: #11A287;
}
.AnyTagClassName
{
color: #11A287;
}
</style>
background-color css
<style>
a { background-color: #11A287; }
a { background-color: rgb(17,162,135); }
div.DivClassName
{
background-color: #11A287;
}
.BgClassName
{
background-color: #11A287;
}
</style>
border-color css
<style>
span { border-color: #11A287; }
span { border-color: rgb(17,162,135); }
td.TdClassName
{
border-color: #11A287;
}
.TagClassName
{
border-color: #11A287;
}
</style>