Shades of Mountain Meadow #11BA80
Tints of Mountain Meadow #11BA80
RGB
CMYK
RGB Variations
Color information
#11BA80 (or 0x11BA80) is known color: Mountain Meadow. HEX triplet: 11, BA and 80. RGB value is (17,186,128). Sum of RGB (Red+Green+Blue) = 17+186+128=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA80 is #EE457F. Grayscale: #808080. Windows color (decimal): -15615360 or 8436241. OLE color: 8436241.
HSL color Cylindrical-coordinate representation of color #11BA80: hue angle of 159.41º 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 #11BA80 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 17 | 186 | 128 | - |
| CMYK | 0.91 | 0 | 0.31 | 0.27 |
| HSL | 159.41º | 0.83% | 0.4% | - |
| HSV(B) | 159.41º | 0.91% | 0.73% | - |
| XYZ | 21.69 | 36.8 | 26.38 | - |
| YUV | 128.86 | 127.51 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 186 | 128 | 0.91 | 0 | 0.31 | 0.27 | 159.41 | 0.83 | 0.4 |
| Hex | 11 | BA | 80 | 5B | 0 | 1F | 1B | 9F | 53 | 28 |
| Octal | 21 | 272 | 200 | 133 | 0 | 37 | 33 | 237 | 123 | 50 |
| Binary | 10001 | 10111010 | 10000000 | 1011011 | 0 | 11111 | 11011 | 10011111 | 1010011 | 101000 |
Color Harmonies of #11BA80
Complementary color
Monochromatic Colors of #11BA80
Black with #11BA80
Text Example
Text Example
White with #11BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11BA80; }
p { color: rgb(17,186,128); }
H1.HeaderClassName
{
color: #11BA80;
}
.AnyTagClassName
{
color: #11BA80;
}
</style>
background-color css
<style>
a { background-color: #11BA80; }
a { background-color: rgb(17,186,128); }
div.DivClassName
{
background-color: #11BA80;
}
.BgClassName
{
background-color: #11BA80;
}
</style>
border-color css
<style>
span { border-color: #11BA80; }
span { border-color: rgb(17,186,128); }
td.TdClassName
{
border-color: #11BA80;
}
.TagClassName
{
border-color: #11BA80;
}
</style>