Shades of Mountain Meadow #0EBD8A
Tints of Mountain Meadow #0EBD8A
RGB
CMYK
RGB Variations
Color information
#0EBD8A (or 0x0EBD8A) is known color: Mountain Meadow. HEX triplet: 0E, BD and 8A. RGB value is (14,189,138). Sum of RGB (Red+Green+Blue) = 14+189+138=341 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.11% from 341); Green value is 189 (74.22% from 255 or 55.43% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD8A is #F14275. Grayscale: #828282. Windows color (decimal): -15811190 or 9092366. OLE color: 9092366.
HSL color Cylindrical-coordinate representation of color #0EBD8A: hue angle of 162.51º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBD8A is Cyan = 0.93, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 138 | - |
| CMYK | 0.93 | 0 | 0.27 | 0.26 |
| HSL | 162.51º | 0.86% | 0.4% | - |
| HSV(B) | 162.51º | 0.93% | 0.74% | - |
| XYZ | 22.97 | 38.32 | 30.23 | - |
| YUV | 130.86 | 132.02 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 138 | 0.93 | 0 | 0.27 | 0.26 | 162.51 | 0.86 | 0.4 |
| Hex | E | BD | 8A | 5D | 0 | 1B | 1A | A3 | 56 | 28 |
| Octal | 16 | 275 | 212 | 135 | 0 | 33 | 32 | 243 | 126 | 50 |
| Binary | 1110 | 10111101 | 10001010 | 1011101 | 0 | 11011 | 11010 | 10100011 | 1010110 | 101000 |
Color Harmonies of #0EBD8A
Complementary color
Monochromatic Colors of #0EBD8A
Black with #0EBD8A
Text Example
Text Example
White with #0EBD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD8A; }
p { color: rgb(14,189,138); }
H1.HeaderClassName
{
color: #0EBD8A;
}
.AnyTagClassName
{
color: #0EBD8A;
}
</style>
background-color css
<style>
a { background-color: #0EBD8A; }
a { background-color: rgb(14,189,138); }
div.DivClassName
{
background-color: #0EBD8A;
}
.BgClassName
{
background-color: #0EBD8A;
}
</style>
border-color css
<style>
span { border-color: #0EBD8A; }
span { border-color: rgb(14,189,138); }
td.TdClassName
{
border-color: #0EBD8A;
}
.TagClassName
{
border-color: #0EBD8A;
}
</style>