Shades of Mountain Meadow #0EBA83
Tints of Mountain Meadow #0EBA83
RGB
CMYK
RGB Variations
Color information
#0EBA83 (or 0x0EBA83) is known color: Mountain Meadow. HEX triplet: 0E, BA and 83. RGB value is (14,186,131). Sum of RGB (Red+Green+Blue) = 14+186+131=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 186 (73.05% from 255 or 56.19% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA83 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBA83 is #F1457C. Grayscale: #808080. Windows color (decimal): -15811965 or 8632846. OLE color: 8632846.
HSL color Cylindrical-coordinate representation of color #0EBA83: hue angle of 160.81º 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 #0EBA83 is Cyan = 0.92, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 131 | - |
| CMYK | 0.92 | 0 | 0.30 | 0.27 |
| HSL | 160.81º | 0.86% | 0.39% | - |
| HSV(B) | 160.81º | 0.92% | 0.73% | - |
| XYZ | 21.84 | 36.85 | 27.43 | - |
| YUV | 128.3 | 129.52 | 46.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 131 | 0.92 | 0 | 0.30 | 0.27 | 160.81 | 0.86 | 0.39 |
| Hex | E | BA | 83 | 5C | 0 | 1E | 1B | A1 | 56 | 27 |
| Octal | 16 | 272 | 203 | 134 | 0 | 36 | 33 | 241 | 126 | 47 |
| Binary | 1110 | 10111010 | 10000011 | 1011100 | 0 | 11110 | 11011 | 10100001 | 1010110 | 100111 |
Color Harmonies of #0EBA83
Complementary color
Monochromatic Colors of #0EBA83
Black with #0EBA83
Text Example
Text Example
White with #0EBA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA83; }
p { color: rgb(14,186,131); }
H1.HeaderClassName
{
color: #0EBA83;
}
.AnyTagClassName
{
color: #0EBA83;
}
</style>
background-color css
<style>
a { background-color: #0EBA83; }
a { background-color: rgb(14,186,131); }
div.DivClassName
{
background-color: #0EBA83;
}
.BgClassName
{
background-color: #0EBA83;
}
</style>
border-color css
<style>
span { border-color: #0EBA83; }
span { border-color: rgb(14,186,131); }
td.TdClassName
{
border-color: #0EBA83;
}
.TagClassName
{
border-color: #0EBA83;
}
</style>