Shades of Mountain Meadow #11A284
Tints of Mountain Meadow #11A284
RGB
CMYK
RGB Variations
Color information
#11A284 (or 0x11A284) is known color: Mountain Meadow. HEX triplet: 11, A2 and 84. RGB value is (17,162,132). Sum of RGB (Red+Green+Blue) = 17+162+132=311 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.47% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 132 (51.95% from 255 or 42.44% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #11A284 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A284 is #EE5D7B. Grayscale: #737373. Windows color (decimal): -15621500 or 8692241. OLE color: 8692241.
HSL color Cylindrical-coordinate representation of color #11A284: hue angle of 167.59º 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 #11A284 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 17 | 162 | 132 | - |
| CMYK | 0.90 | 0 | 0.19 | 0.36 |
| HSL | 167.59º | 0.81% | 0.35% | - |
| HSV(B) | 167.59º | 0.9% | 0.64% | - |
| XYZ | 17.32 | 27.63 | 26.25 | - |
| YUV | 115.23 | 137.46 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 162 | 132 | 0.90 | 0 | 0.19 | 0.36 | 167.59 | 0.81 | 0.35 |
| Hex | 11 | A2 | 84 | 5A | 0 | 13 | 24 | A8 | 51 | 23 |
| Octal | 21 | 242 | 204 | 132 | 0 | 23 | 44 | 250 | 121 | 43 |
| Binary | 10001 | 10100010 | 10000100 | 1011010 | 0 | 10011 | 100100 | 10101000 | 1010001 | 100011 |
Color Harmonies of #11A284
Complementary color
Monochromatic Colors of #11A284
Black with #11A284
Text Example
Text Example
White with #11A284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11A284; }
p { color: rgb(17,162,132); }
H1.HeaderClassName
{
color: #11A284;
}
.AnyTagClassName
{
color: #11A284;
}
</style>
background-color css
<style>
a { background-color: #11A284; }
a { background-color: rgb(17,162,132); }
div.DivClassName
{
background-color: #11A284;
}
.BgClassName
{
background-color: #11A284;
}
</style>
border-color css
<style>
span { border-color: #11A284; }
span { border-color: rgb(17,162,132); }
td.TdClassName
{
border-color: #11A284;
}
.TagClassName
{
border-color: #11A284;
}
</style>