Shades of Mountain Meadow #0EBD91
Tints of Mountain Meadow #0EBD91
RGB
CMYK
RGB Variations
Color information
#0EBD91 (or 0x0EBD91) is known color: Mountain Meadow. HEX triplet: 0E, BD and 91. RGB value is (14,189,145). Sum of RGB (Red+Green+Blue) = 14+189+145=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 145 (57.03% from 255 or 41.67% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD91 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD91 is #F1426E. Grayscale: #838383. Windows color (decimal): -15811183 or 9551118. OLE color: 9551118.
HSL color Cylindrical-coordinate representation of color #0EBD91: hue angle of 164.91º 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 #0EBD91 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 145 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.26 |
| HSL | 164.91º | 0.86% | 0.4% | - |
| HSV(B) | 164.91º | 0.93% | 0.74% | - |
| XYZ | 23.49 | 38.53 | 32.99 | - |
| YUV | 131.66 | 135.52 | 44.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 145 | 0.93 | 0 | 0.23 | 0.26 | 164.91 | 0.86 | 0.4 |
| Hex | E | BD | 91 | 5D | 0 | 17 | 1A | A5 | 56 | 28 |
| Octal | 16 | 275 | 221 | 135 | 0 | 27 | 32 | 245 | 126 | 50 |
| Binary | 1110 | 10111101 | 10010001 | 1011101 | 0 | 10111 | 11010 | 10100101 | 1010110 | 101000 |
Color Harmonies of #0EBD91
Complementary color
Monochromatic Colors of #0EBD91
Black with #0EBD91
Text Example
Text Example
White with #0EBD91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD91; }
p { color: rgb(14,189,145); }
H1.HeaderClassName
{
color: #0EBD91;
}
.AnyTagClassName
{
color: #0EBD91;
}
</style>
background-color css
<style>
a { background-color: #0EBD91; }
a { background-color: rgb(14,189,145); }
div.DivClassName
{
background-color: #0EBD91;
}
.BgClassName
{
background-color: #0EBD91;
}
</style>
border-color css
<style>
span { border-color: #0EBD91; }
span { border-color: rgb(14,189,145); }
td.TdClassName
{
border-color: #0EBD91;
}
.TagClassName
{
border-color: #0EBD91;
}
</style>