Shades of Mountain Meadow #0EBA92
Tints of Mountain Meadow #0EBA92
RGB
CMYK
RGB Variations
Color information
#0EBA92 (or 0x0EBA92) is known color: Mountain Meadow. HEX triplet: 0E, BA and 92. RGB value is (14,186,146). Sum of RGB (Red+Green+Blue) = 14+186+146=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 186 (73.05% from 255 or 53.76% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA92 is #F1456D. Grayscale: #828282. Windows color (decimal): -15811950 or 9615886. OLE color: 9615886.
HSL color Cylindrical-coordinate representation of color #0EBA92: hue angle of 166.05º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA92 is Cyan = 0.92, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 146 | - |
| CMYK | 0.92 | 0 | 0.22 | 0.27 |
| HSL | 166.05º | 0.86% | 0.39% | - |
| HSV(B) | 166.05º | 0.92% | 0.73% | - |
| XYZ | 22.93 | 37.29 | 33.18 | - |
| YUV | 130.01 | 137.02 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 146 | 0.92 | 0 | 0.22 | 0.27 | 166.05 | 0.86 | 0.39 |
| Hex | E | BA | 92 | 5C | 0 | 16 | 1B | A6 | 56 | 27 |
| Octal | 16 | 272 | 222 | 134 | 0 | 26 | 33 | 246 | 126 | 47 |
| Binary | 1110 | 10111010 | 10010010 | 1011100 | 0 | 10110 | 11011 | 10100110 | 1010110 | 100111 |
Color Harmonies of #0EBA92
Complementary color
Monochromatic Colors of #0EBA92
Black with #0EBA92
Text Example
Text Example
White with #0EBA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA92; }
p { color: rgb(14,186,146); }
H1.HeaderClassName
{
color: #0EBA92;
}
.AnyTagClassName
{
color: #0EBA92;
}
</style>
background-color css
<style>
a { background-color: #0EBA92; }
a { background-color: rgb(14,186,146); }
div.DivClassName
{
background-color: #0EBA92;
}
.BgClassName
{
background-color: #0EBA92;
}
</style>
border-color css
<style>
span { border-color: #0EBA92; }
span { border-color: rgb(14,186,146); }
td.TdClassName
{
border-color: #0EBA92;
}
.TagClassName
{
border-color: #0EBA92;
}
</style>