Shades of Mountain Meadow #11AD80
Tints of Mountain Meadow #11AD80
RGB
CMYK
RGB Variations
Color information
#11AD80 (or 0x11AD80) is known color: Mountain Meadow. HEX triplet: 11, AD and 80. RGB value is (17,173,128). Sum of RGB (Red+Green+Blue) = 17+173+128=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 173 (67.97% from 255 or 54.40% from 318); Blue value is 128 (50.39% from 255 or 40.25% from 318); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD80 is #EE527F. Grayscale: #797979. Windows color (decimal): -15618688 or 8432913. OLE color: 8432913.
HSL color Cylindrical-coordinate representation of color #11AD80: hue angle of 162.69º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AD80 is Cyan = 0.90, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 128 | - |
| CMYK | 0.90 | 0 | 0.26 | 0.32 |
| HSL | 162.69º | 0.82% | 0.37% | - |
| HSV(B) | 162.69º | 0.9% | 0.68% | - |
| XYZ | 19.07 | 31.56 | 25.51 | - |
| YUV | 121.23 | 131.82 | 53.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 128 | 0.90 | 0 | 0.26 | 0.32 | 162.69 | 0.82 | 0.37 |
| Hex | 11 | AD | 80 | 5A | 0 | 1A | 20 | A3 | 52 | 25 |
| Octal | 21 | 255 | 200 | 132 | 0 | 32 | 40 | 243 | 122 | 45 |
| Binary | 10001 | 10101101 | 10000000 | 1011010 | 0 | 11010 | 100000 | 10100011 | 1010010 | 100101 |
Color Harmonies of #11AD80
Complementary color
Monochromatic Colors of #11AD80
Black with #11AD80
Text Example
Text Example
White with #11AD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD80; }
p { color: rgb(17,173,128); }
H1.HeaderClassName
{
color: #11AD80;
}
.AnyTagClassName
{
color: #11AD80;
}
</style>
background-color css
<style>
a { background-color: #11AD80; }
a { background-color: rgb(17,173,128); }
div.DivClassName
{
background-color: #11AD80;
}
.BgClassName
{
background-color: #11AD80;
}
</style>
border-color css
<style>
span { border-color: #11AD80; }
span { border-color: rgb(17,173,128); }
td.TdClassName
{
border-color: #11AD80;
}
.TagClassName
{
border-color: #11AD80;
}
</style>