Shades of Mountain Meadow #11A282
Tints of Mountain Meadow #11A282
RGB
CMYK
RGB Variations
Color information
#11A282 (or 0x11A282) is known color: Mountain Meadow. HEX triplet: 11, A2 and 82. RGB value is (17,162,130). Sum of RGB (Red+Green+Blue) = 17+162+130=309 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.50% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #11A282 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A282 is #EE5D7D. Grayscale: #727272. Windows color (decimal): -15621502 or 8561169. OLE color: 8561169.
HSL color Cylindrical-coordinate representation of color #11A282: hue angle of 166.76º 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 #11A282 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 130 | - |
| CMYK | 0.90 | 0 | 0.20 | 0.36 |
| HSL | 166.76º | 0.81% | 0.35% | - |
| HSV(B) | 166.76º | 0.9% | 0.64% | - |
| XYZ | 17.18 | 27.57 | 25.54 | - |
| YUV | 115 | 136.46 | 58.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 130 | 0.90 | 0 | 0.20 | 0.36 | 166.76 | 0.81 | 0.35 |
| Hex | 11 | A2 | 82 | 5A | 0 | 14 | 24 | A7 | 51 | 23 |
| Octal | 21 | 242 | 202 | 132 | 0 | 24 | 44 | 247 | 121 | 43 |
| Binary | 10001 | 10100010 | 10000010 | 1011010 | 0 | 10100 | 100100 | 10100111 | 1010001 | 100011 |
Color Harmonies of #11A282
Complementary color
Monochromatic Colors of #11A282
Black with #11A282
Text Example
Text Example
White with #11A282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A282; }
p { color: rgb(17,162,130); }
H1.HeaderClassName
{
color: #11A282;
}
.AnyTagClassName
{
color: #11A282;
}
</style>
background-color css
<style>
a { background-color: #11A282; }
a { background-color: rgb(17,162,130); }
div.DivClassName
{
background-color: #11A282;
}
.BgClassName
{
background-color: #11A282;
}
</style>
border-color css
<style>
span { border-color: #11A282; }
span { border-color: rgb(17,162,130); }
td.TdClassName
{
border-color: #11A282;
}
.TagClassName
{
border-color: #11A282;
}
</style>