Shades of Mountain Meadow #0EAC7B
Tints of Mountain Meadow #0EAC7B
RGB
CMYK
RGB Variations
Color information
#0EAC7B (or 0x0EAC7B) is known color: Mountain Meadow. HEX triplet: 0E, AC and 7B. RGB value is (14,172,123). Sum of RGB (Red+Green+Blue) = 14+172+123=309 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.53% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 123 (48.44% from 255 or 39.81% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC7B is #F15384. Grayscale: #777777. Windows color (decimal): -15815557 or 8104974. OLE color: 8104974.
HSL color Cylindrical-coordinate representation of color #0EAC7B: hue angle of 161.39º 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 #0EAC7B is Cyan = 0.92, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 123 | - |
| CMYK | 0.92 | 0 | 0.28 | 0.33 |
| HSL | 161.39º | 0.85% | 0.36% | - |
| HSV(B) | 161.39º | 0.92% | 0.67% | - |
| XYZ | 18.51 | 31.03 | 23.75 | - |
| YUV | 119.17 | 130.15 | 52.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 123 | 0.92 | 0 | 0.28 | 0.33 | 161.39 | 0.85 | 0.36 |
| Hex | E | AC | 7B | 5C | 0 | 1C | 21 | A1 | 55 | 24 |
| Octal | 16 | 254 | 173 | 134 | 0 | 34 | 41 | 241 | 125 | 44 |
| Binary | 1110 | 10101100 | 1111011 | 1011100 | 0 | 11100 | 100001 | 10100001 | 1010101 | 100100 |
Color Harmonies of #0EAC7B
Complementary color
Monochromatic Colors of #0EAC7B
Black with #0EAC7B
Text Example
Text Example
White with #0EAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC7B; }
p { color: rgb(14,172,123); }
H1.HeaderClassName
{
color: #0EAC7B;
}
.AnyTagClassName
{
color: #0EAC7B;
}
</style>
background-color css
<style>
a { background-color: #0EAC7B; }
a { background-color: rgb(14,172,123); }
div.DivClassName
{
background-color: #0EAC7B;
}
.BgClassName
{
background-color: #0EAC7B;
}
</style>
border-color css
<style>
span { border-color: #0EAC7B; }
span { border-color: rgb(14,172,123); }
td.TdClassName
{
border-color: #0EAC7B;
}
.TagClassName
{
border-color: #0EAC7B;
}
</style>