Shades of Mountain Meadow #11AD84
Tints of Mountain Meadow #11AD84
RGB
CMYK
RGB Variations
Color information
#11AD84 (or 0x11AD84) is known color: Mountain Meadow. HEX triplet: 11, AD and 84. RGB value is (17,173,132). Sum of RGB (Red+Green+Blue) = 17+173+132=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 173 (67.97% from 255 or 53.73% from 322); Blue value is 132 (51.95% from 255 or 40.99% from 322); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD84 is #EE527B. Grayscale: #797979. Windows color (decimal): -15618684 or 8695057. OLE color: 8695057.
HSL color Cylindrical-coordinate representation of color #11AD84: hue angle of 164.23º 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 #11AD84 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 132 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.32 |
| HSL | 164.23º | 0.82% | 0.37% | - |
| HSV(B) | 164.23º | 0.9% | 0.68% | - |
| XYZ | 19.34 | 31.67 | 26.92 | - |
| YUV | 121.68 | 133.82 | 53.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 132 | 0.90 | 0 | 0.24 | 0.32 | 164.23 | 0.82 | 0.37 |
| Hex | 11 | AD | 84 | 5A | 0 | 18 | 20 | A4 | 52 | 25 |
| Octal | 21 | 255 | 204 | 132 | 0 | 30 | 40 | 244 | 122 | 45 |
| Binary | 10001 | 10101101 | 10000100 | 1011010 | 0 | 11000 | 100000 | 10100100 | 1010010 | 100101 |
Color Harmonies of #11AD84
Complementary color
Monochromatic Colors of #11AD84
Black with #11AD84
Text Example
Text Example
White with #11AD84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD84; }
p { color: rgb(17,173,132); }
H1.HeaderClassName
{
color: #11AD84;
}
.AnyTagClassName
{
color: #11AD84;
}
</style>
background-color css
<style>
a { background-color: #11AD84; }
a { background-color: rgb(17,173,132); }
div.DivClassName
{
background-color: #11AD84;
}
.BgClassName
{
background-color: #11AD84;
}
</style>
border-color css
<style>
span { border-color: #11AD84; }
span { border-color: rgb(17,173,132); }
td.TdClassName
{
border-color: #11AD84;
}
.TagClassName
{
border-color: #11AD84;
}
</style>