Shades of Mountain Meadow #0EBB7E
Tints of Mountain Meadow #0EBB7E
RGB
CMYK
RGB Variations
Color information
#0EBB7E (or 0x0EBB7E) is known color: Mountain Meadow. HEX triplet: 0E, BB and 7E. RGB value is (14,187,126). Sum of RGB (Red+Green+Blue) = 14+187+126=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB7E is #F14481. Grayscale: #808080. Windows color (decimal): -15811714 or 8305422. OLE color: 8305422.
HSL color Cylindrical-coordinate representation of color #0EBB7E: hue angle of 158.84º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB7E is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 126 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.27 |
| HSL | 158.84º | 0.86% | 0.39% | - |
| HSV(B) | 158.84º | 0.93% | 0.73% | - |
| XYZ | 21.72 | 37.14 | 25.76 | - |
| YUV | 128.32 | 126.69 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 126 | 0.93 | 0 | 0.33 | 0.27 | 158.84 | 0.86 | 0.39 |
| Hex | E | BB | 7E | 5D | 0 | 21 | 1B | 9F | 56 | 27 |
| Octal | 16 | 273 | 176 | 135 | 0 | 41 | 33 | 237 | 126 | 47 |
| Binary | 1110 | 10111011 | 1111110 | 1011101 | 0 | 100001 | 11011 | 10011111 | 1010110 | 100111 |
Color Harmonies of #0EBB7E
Complementary color
Monochromatic Colors of #0EBB7E
Black with #0EBB7E
Text Example
Text Example
White with #0EBB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB7E; }
p { color: rgb(14,187,126); }
H1.HeaderClassName
{
color: #0EBB7E;
}
.AnyTagClassName
{
color: #0EBB7E;
}
</style>
background-color css
<style>
a { background-color: #0EBB7E; }
a { background-color: rgb(14,187,126); }
div.DivClassName
{
background-color: #0EBB7E;
}
.BgClassName
{
background-color: #0EBB7E;
}
</style>
border-color css
<style>
span { border-color: #0EBB7E; }
span { border-color: rgb(14,187,126); }
td.TdClassName
{
border-color: #0EBB7E;
}
.TagClassName
{
border-color: #0EBB7E;
}
</style>