Shades of Mountain Meadow #0EAA7B
Tints of Mountain Meadow #0EAA7B
RGB
CMYK
RGB Variations
Color information
#0EAA7B (or 0x0EAA7B) is known color: Mountain Meadow. HEX triplet: 0E, AA and 7B. RGB value is (14,170,123). Sum of RGB (Red+Green+Blue) = 14+170+123=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 170 (66.80% from 255 or 55.37% from 307); Blue value is 123 (48.44% from 255 or 40.07% from 307); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA7B is #F15584. Grayscale: #767676. Windows color (decimal): -15816069 or 8104462. OLE color: 8104462.
HSL color Cylindrical-coordinate representation of color #0EAA7B: hue angle of 161.92º 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 #0EAA7B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 123 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.33 |
| HSL | 161.92º | 0.85% | 0.36% | - |
| HSV(B) | 161.92º | 0.92% | 0.67% | - |
| XYZ | 18.13 | 30.27 | 23.63 | - |
| YUV | 118 | 130.82 | 53.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 123 | 0.92 | 0 | 0.28 | 0.33 | 161.92 | 0.85 | 0.36 |
| Hex | E | AA | 7B | 5C | 0 | 1C | 21 | A2 | 55 | 24 |
| Octal | 16 | 252 | 173 | 134 | 0 | 34 | 41 | 242 | 125 | 44 |
| Binary | 1110 | 10101010 | 1111011 | 1011100 | 0 | 11100 | 100001 | 10100010 | 1010101 | 100100 |
Color Harmonies of #0EAA7B
Complementary color
Monochromatic Colors of #0EAA7B
Black with #0EAA7B
Text Example
Text Example
White with #0EAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA7B; }
p { color: rgb(14,170,123); }
H1.HeaderClassName
{
color: #0EAA7B;
}
.AnyTagClassName
{
color: #0EAA7B;
}
</style>
background-color css
<style>
a { background-color: #0EAA7B; }
a { background-color: rgb(14,170,123); }
div.DivClassName
{
background-color: #0EAA7B;
}
.BgClassName
{
background-color: #0EAA7B;
}
</style>
border-color css
<style>
span { border-color: #0EAA7B; }
span { border-color: rgb(14,170,123); }
td.TdClassName
{
border-color: #0EAA7B;
}
.TagClassName
{
border-color: #0EAA7B;
}
</style>