Shades of Mountain Meadow #0EBD92
Tints of Mountain Meadow #0EBD92
RGB
CMYK
RGB Variations
Color information
#0EBD92 (or 0x0EBD92) is known color: Mountain Meadow. HEX triplet: 0E, BD and 92. RGB value is (14,189,146). Sum of RGB (Red+Green+Blue) = 14+189+146=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 189 (74.22% from 255 or 54.15% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBD92 is #F1426D. Grayscale: #838383. Windows color (decimal): -15811182 or 9616654. OLE color: 9616654.
HSL color Cylindrical-coordinate representation of color #0EBD92: hue angle of 165.26º 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 #0EBD92 is Cyan = 0.93, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 146 | - |
| CMYK | 0.93 | 0 | 0.23 | 0.26 |
| HSL | 165.26º | 0.86% | 0.4% | - |
| HSV(B) | 165.26º | 0.93% | 0.74% | - |
| XYZ | 23.57 | 38.56 | 33.4 | - |
| YUV | 131.77 | 136.02 | 44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 146 | 0.93 | 0 | 0.23 | 0.26 | 165.26 | 0.86 | 0.4 |
| Hex | E | BD | 92 | 5D | 0 | 17 | 1A | A5 | 56 | 28 |
| Octal | 16 | 275 | 222 | 135 | 0 | 27 | 32 | 245 | 126 | 50 |
| Binary | 1110 | 10111101 | 10010010 | 1011101 | 0 | 10111 | 11010 | 10100101 | 1010110 | 101000 |
Color Harmonies of #0EBD92
Complementary color
Monochromatic Colors of #0EBD92
Black with #0EBD92
Text Example
Text Example
White with #0EBD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD92; }
p { color: rgb(14,189,146); }
H1.HeaderClassName
{
color: #0EBD92;
}
.AnyTagClassName
{
color: #0EBD92;
}
</style>
background-color css
<style>
a { background-color: #0EBD92; }
a { background-color: rgb(14,189,146); }
div.DivClassName
{
background-color: #0EBD92;
}
.BgClassName
{
background-color: #0EBD92;
}
</style>
border-color css
<style>
span { border-color: #0EBD92; }
span { border-color: rgb(14,189,146); }
td.TdClassName
{
border-color: #0EBD92;
}
.TagClassName
{
border-color: #0EBD92;
}
</style>