Shades of Mountain Meadow #11AE85
Tints of Mountain Meadow #11AE85
RGB
CMYK
RGB Variations
Color information
#11AE85 (or 0x11AE85) is known color: Mountain Meadow. HEX triplet: 11, AE and 85. RGB value is (17,174,133). Sum of RGB (Red+Green+Blue) = 17+174+133=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 174 (68.36% from 255 or 53.70% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 174 - color contains mainly: green. Hex color #11AE85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AE85 is #EE517A. Grayscale: #7A7A7A. Windows color (decimal): -15618427 or 8760849. OLE color: 8760849.
HSL color Cylindrical-coordinate representation of color #11AE85: hue angle of 164.33º 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 #11AE85 is Cyan = 0.90, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 174 | 133 | - |
| CMYK | 0.90 | 0 | 0.24 | 0.32 |
| HSL | 164.33º | 0.82% | 0.37% | - |
| HSV(B) | 164.33º | 0.9% | 0.68% | - |
| XYZ | 19.6 | 32.08 | 27.35 | - |
| YUV | 122.38 | 133.99 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 133 | 0.90 | 0 | 0.24 | 0.32 | 164.33 | 0.82 | 0.37 |
| Hex | 11 | AE | 85 | 5A | 0 | 18 | 20 | A4 | 52 | 25 |
| Octal | 21 | 256 | 205 | 132 | 0 | 30 | 40 | 244 | 122 | 45 |
| Binary | 10001 | 10101110 | 10000101 | 1011010 | 0 | 11000 | 100000 | 10100100 | 1010010 | 100101 |
Color Harmonies of #11AE85
Complementary color
Monochromatic Colors of #11AE85
Black with #11AE85
Text Example
Text Example
White with #11AE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AE85; }
p { color: rgb(17,174,133); }
H1.HeaderClassName
{
color: #11AE85;
}
.AnyTagClassName
{
color: #11AE85;
}
</style>
background-color css
<style>
a { background-color: #11AE85; }
a { background-color: rgb(17,174,133); }
div.DivClassName
{
background-color: #11AE85;
}
.BgClassName
{
background-color: #11AE85;
}
</style>
border-color css
<style>
span { border-color: #11AE85; }
span { border-color: rgb(17,174,133); }
td.TdClassName
{
border-color: #11AE85;
}
.TagClassName
{
border-color: #11AE85;
}
</style>