Shades of Mountain Meadow #11AD7D
Tints of Mountain Meadow #11AD7D
RGB
CMYK
RGB Variations
Color information
#11AD7D (or 0x11AD7D) is known color: Mountain Meadow. HEX triplet: 11, AD and 7D. RGB value is (17,173,125). Sum of RGB (Red+Green+Blue) = 17+173+125=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 173 (67.97% from 255 or 54.92% from 315); Blue value is 125 (49.22% from 255 or 39.68% from 315); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11AD7D is #EE5282. Grayscale: #787878. Windows color (decimal): -15618691 or 8236305. OLE color: 8236305.
HSL color Cylindrical-coordinate representation of color #11AD7D: hue angle of 161.54º 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 #11AD7D is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 173 | 125 | - |
| CMYK | 0.90 | 0 | 0.28 | 0.32 |
| HSL | 161.54º | 0.82% | 0.37% | - |
| HSV(B) | 161.54º | 0.9% | 0.68% | - |
| XYZ | 18.88 | 31.49 | 24.48 | - |
| YUV | 120.88 | 130.32 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 173 | 125 | 0.90 | 0 | 0.28 | 0.32 | 161.54 | 0.82 | 0.37 |
| Hex | 11 | AD | 7D | 5A | 0 | 1C | 20 | A2 | 52 | 25 |
| Octal | 21 | 255 | 175 | 132 | 0 | 34 | 40 | 242 | 122 | 45 |
| Binary | 10001 | 10101101 | 1111101 | 1011010 | 0 | 11100 | 100000 | 10100010 | 1010010 | 100101 |
Color Harmonies of #11AD7D
Complementary color
Monochromatic Colors of #11AD7D
Black with #11AD7D
Text Example
Text Example
White with #11AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AD7D; }
p { color: rgb(17,173,125); }
H1.HeaderClassName
{
color: #11AD7D;
}
.AnyTagClassName
{
color: #11AD7D;
}
</style>
background-color css
<style>
a { background-color: #11AD7D; }
a { background-color: rgb(17,173,125); }
div.DivClassName
{
background-color: #11AD7D;
}
.BgClassName
{
background-color: #11AD7D;
}
</style>
border-color css
<style>
span { border-color: #11AD7D; }
span { border-color: rgb(17,173,125); }
td.TdClassName
{
border-color: #11AD7D;
}
.TagClassName
{
border-color: #11AD7D;
}
</style>