Shades of Mountain Meadow #0EAA86
Tints of Mountain Meadow #0EAA86
RGB
CMYK
RGB Variations
Color information
#0EAA86 (or 0x0EAA86) is known color: Mountain Meadow. HEX triplet: 0E, AA and 86. RGB value is (14,170,134). Sum of RGB (Red+Green+Blue) = 14+170+134=318 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.40% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0EAA86 is #F15579. Grayscale: #777777. Windows color (decimal): -15816058 or 8825358. OLE color: 8825358.
HSL color Cylindrical-coordinate representation of color #0EAA86: hue angle of 166.15º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA86 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 134 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.33 |
| HSL | 166.15º | 0.85% | 0.36% | - |
| HSV(B) | 166.15º | 0.92% | 0.67% | - |
| XYZ | 18.86 | 30.56 | 27.46 | - |
| YUV | 119.25 | 136.32 | 52.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 134 | 0.92 | 0 | 0.21 | 0.33 | 166.15 | 0.85 | 0.36 |
| Hex | E | AA | 86 | 5C | 0 | 15 | 21 | A6 | 55 | 24 |
| Octal | 16 | 252 | 206 | 134 | 0 | 25 | 41 | 246 | 125 | 44 |
| Binary | 1110 | 10101010 | 10000110 | 1011100 | 0 | 10101 | 100001 | 10100110 | 1010101 | 100100 |
Color Harmonies of #0EAA86
Complementary color
Monochromatic Colors of #0EAA86
Black with #0EAA86
Text Example
Text Example
White with #0EAA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA86; }
p { color: rgb(14,170,134); }
H1.HeaderClassName
{
color: #0EAA86;
}
.AnyTagClassName
{
color: #0EAA86;
}
</style>
background-color css
<style>
a { background-color: #0EAA86; }
a { background-color: rgb(14,170,134); }
div.DivClassName
{
background-color: #0EAA86;
}
.BgClassName
{
background-color: #0EAA86;
}
</style>
border-color css
<style>
span { border-color: #0EAA86; }
span { border-color: rgb(14,170,134); }
td.TdClassName
{
border-color: #0EAA86;
}
.TagClassName
{
border-color: #0EAA86;
}
</style>