Shades of Mountain Meadow #0EAA7E
Tints of Mountain Meadow #0EAA7E
RGB
CMYK
RGB Variations
Color information
#0EAA7E (or 0x0EAA7E) is known color: Mountain Meadow. HEX triplet: 0E, AA and 7E. RGB value is (14,170,126). Sum of RGB (Red+Green+Blue) = 14+170+126=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA7E is #F15581. Grayscale: #767676. Windows color (decimal): -15816066 or 8301070. OLE color: 8301070.
HSL color Cylindrical-coordinate representation of color #0EAA7E: hue angle of 163.08º 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 #0EAA7E is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 126 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.33 |
| HSL | 163.08º | 0.85% | 0.36% | - |
| HSV(B) | 163.08º | 0.92% | 0.67% | - |
| XYZ | 18.32 | 30.35 | 24.63 | - |
| YUV | 118.34 | 132.32 | 53.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 126 | 0.92 | 0 | 0.26 | 0.33 | 163.08 | 0.85 | 0.36 |
| Hex | E | AA | 7E | 5C | 0 | 1A | 21 | A3 | 55 | 24 |
| Octal | 16 | 252 | 176 | 134 | 0 | 32 | 41 | 243 | 125 | 44 |
| Binary | 1110 | 10101010 | 1111110 | 1011100 | 0 | 11010 | 100001 | 10100011 | 1010101 | 100100 |
Color Harmonies of #0EAA7E
Complementary color
Monochromatic Colors of #0EAA7E
Black with #0EAA7E
Text Example
Text Example
White with #0EAA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA7E; }
p { color: rgb(14,170,126); }
H1.HeaderClassName
{
color: #0EAA7E;
}
.AnyTagClassName
{
color: #0EAA7E;
}
</style>
background-color css
<style>
a { background-color: #0EAA7E; }
a { background-color: rgb(14,170,126); }
div.DivClassName
{
background-color: #0EAA7E;
}
.BgClassName
{
background-color: #0EAA7E;
}
</style>
border-color css
<style>
span { border-color: #0EAA7E; }
span { border-color: rgb(14,170,126); }
td.TdClassName
{
border-color: #0EAA7E;
}
.TagClassName
{
border-color: #0EAA7E;
}
</style>