Shades of Mountain Meadow #11BA82
Tints of Mountain Meadow #11BA82
RGB
CMYK
RGB Variations
Color information
#11BA82 (or 0x11BA82) is known color: Mountain Meadow. HEX triplet: 11, BA and 82. RGB value is (17,186,130). Sum of RGB (Red+Green+Blue) = 17+186+130=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 186 (73.05% from 255 or 55.86% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA82 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA82 is #EE457D. Grayscale: #818181. Windows color (decimal): -15615358 or 8567313. OLE color: 8567313.
HSL color Cylindrical-coordinate representation of color #11BA82: hue angle of 160.12º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA82 is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 130 | - |
| CMYK | 0.91 | 0 | 0.30 | 0.27 |
| HSL | 160.12º | 0.83% | 0.4% | - |
| HSV(B) | 160.12º | 0.91% | 0.73% | - |
| XYZ | 21.82 | 36.85 | 27.08 | - |
| YUV | 129.09 | 128.51 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 130 | 0.91 | 0 | 0.30 | 0.27 | 160.12 | 0.83 | 0.4 |
| Hex | 11 | BA | 82 | 5B | 0 | 1E | 1B | A0 | 53 | 28 |
| Octal | 21 | 272 | 202 | 133 | 0 | 36 | 33 | 240 | 123 | 50 |
| Binary | 10001 | 10111010 | 10000010 | 1011011 | 0 | 11110 | 11011 | 10100000 | 1010011 | 101000 |
Color Harmonies of #11BA82
Complementary color
Monochromatic Colors of #11BA82
Black with #11BA82
Text Example
Text Example
White with #11BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA82; }
p { color: rgb(17,186,130); }
H1.HeaderClassName
{
color: #11BA82;
}
.AnyTagClassName
{
color: #11BA82;
}
</style>
background-color css
<style>
a { background-color: #11BA82; }
a { background-color: rgb(17,186,130); }
div.DivClassName
{
background-color: #11BA82;
}
.BgClassName
{
background-color: #11BA82;
}
</style>
border-color css
<style>
span { border-color: #11BA82; }
span { border-color: rgb(17,186,130); }
td.TdClassName
{
border-color: #11BA82;
}
.TagClassName
{
border-color: #11BA82;
}
</style>