Shades of Mountain Meadow #11AD82
Tints of Mountain Meadow #11AD82
RGB
CMYK
RGB Variations
Color information
#11AD82 (or 0x11AD82) is known color: Mountain Meadow. HEX triplet: 11, AD and 82. RGB value is (17,173,130). Sum of RGB (Red+Green+Blue) = 17+173+130=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 173 (67.97% from 255 or 54.06% from 320); Blue value is 130 (51.17% from 255 or 40.62% from 320); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD82 is #EE527D. Grayscale: #797979. Windows color (decimal): -15618686 or 8563985. OLE color: 8563985.
HSL color Cylindrical-coordinate representation of color #11AD82: hue angle of 163.46º 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 #11AD82 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 130 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.32 |
| HSL | 163.46º | 0.82% | 0.37% | - |
| HSV(B) | 163.46º | 0.9% | 0.68% | - |
| XYZ | 19.2 | 31.62 | 26.21 | - |
| YUV | 121.45 | 132.82 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 130 | 0.90 | 0 | 0.25 | 0.32 | 163.46 | 0.82 | 0.37 |
| Hex | 11 | AD | 82 | 5A | 0 | 19 | 20 | A3 | 52 | 25 |
| Octal | 21 | 255 | 202 | 132 | 0 | 31 | 40 | 243 | 122 | 45 |
| Binary | 10001 | 10101101 | 10000010 | 1011010 | 0 | 11001 | 100000 | 10100011 | 1010010 | 100101 |
Color Harmonies of #11AD82
Complementary color
Monochromatic Colors of #11AD82
Black with #11AD82
Text Example
Text Example
White with #11AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD82; }
p { color: rgb(17,173,130); }
H1.HeaderClassName
{
color: #11AD82;
}
.AnyTagClassName
{
color: #11AD82;
}
</style>
background-color css
<style>
a { background-color: #11AD82; }
a { background-color: rgb(17,173,130); }
div.DivClassName
{
background-color: #11AD82;
}
.BgClassName
{
background-color: #11AD82;
}
</style>
border-color css
<style>
span { border-color: #11AD82; }
span { border-color: rgb(17,173,130); }
td.TdClassName
{
border-color: #11AD82;
}
.TagClassName
{
border-color: #11AD82;
}
</style>