Shades of Mountain Meadow #11AE83
Tints of Mountain Meadow #11AE83
RGB
CMYK
RGB Variations
Color information
#11AE83 (or 0x11AE83) is known color: Mountain Meadow. HEX triplet: 11, AE and 83. RGB value is (17,174,131). Sum of RGB (Red+Green+Blue) = 17+174+131=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 174 (68.36% from 255 or 54.04% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 174 - color contains mainly: green. Hex color #11AE83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AE83 is #EE517C. Grayscale: #7A7A7A. Windows color (decimal): -15618429 or 8629777. OLE color: 8629777.
HSL color Cylindrical-coordinate representation of color #11AE83: hue angle of 163.57º 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 #11AE83 is Cyan = 0.90, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 174 | 131 | - |
| CMYK | 0.90 | 0 | 0.25 | 0.32 |
| HSL | 163.57º | 0.82% | 0.37% | - |
| HSV(B) | 163.57º | 0.9% | 0.68% | - |
| XYZ | 19.46 | 32.03 | 26.63 | - |
| YUV | 122.16 | 132.99 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 174 | 131 | 0.90 | 0 | 0.25 | 0.32 | 163.57 | 0.82 | 0.37 |
| Hex | 11 | AE | 83 | 5A | 0 | 19 | 20 | A4 | 52 | 25 |
| Octal | 21 | 256 | 203 | 132 | 0 | 31 | 40 | 244 | 122 | 45 |
| Binary | 10001 | 10101110 | 10000011 | 1011010 | 0 | 11001 | 100000 | 10100100 | 1010010 | 100101 |
Color Harmonies of #11AE83
Complementary color
Monochromatic Colors of #11AE83
Black with #11AE83
Text Example
Text Example
White with #11AE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11AE83; }
p { color: rgb(17,174,131); }
H1.HeaderClassName
{
color: #11AE83;
}
.AnyTagClassName
{
color: #11AE83;
}
</style>
background-color css
<style>
a { background-color: #11AE83; }
a { background-color: rgb(17,174,131); }
div.DivClassName
{
background-color: #11AE83;
}
.BgClassName
{
background-color: #11AE83;
}
</style>
border-color css
<style>
span { border-color: #11AE83; }
span { border-color: rgb(17,174,131); }
td.TdClassName
{
border-color: #11AE83;
}
.TagClassName
{
border-color: #11AE83;
}
</style>