Shades of Mountain Meadow #0EB992
Tints of Mountain Meadow #0EB992
RGB
CMYK
RGB Variations
Color information
#0EB992 (or 0x0EB992) is known color: Mountain Meadow. HEX triplet: 0E, B9 and 92. RGB value is (14,185,146). Sum of RGB (Red+Green+Blue) = 14+185+146=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB992 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB992 is #F1466D. Grayscale: #818181. Windows color (decimal): -15812206 or 9615630. OLE color: 9615630.
HSL color Cylindrical-coordinate representation of color #0EB992: hue angle of 166.32º 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 #0EB992 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 185 | 146 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.27 |
| HSL | 166.32º | 0.86% | 0.39% | - |
| HSV(B) | 166.32º | 0.92% | 0.73% | - |
| XYZ | 22.72 | 36.87 | 33.11 | - |
| YUV | 129.43 | 137.35 | 45.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 185 | 146 | 0.92 | 0 | 0.21 | 0.27 | 166.32 | 0.86 | 0.39 |
| Hex | E | B9 | 92 | 5C | 0 | 15 | 1B | A6 | 56 | 27 |
| Octal | 16 | 271 | 222 | 134 | 0 | 25 | 33 | 246 | 126 | 47 |
| Binary | 1110 | 10111001 | 10010010 | 1011100 | 0 | 10101 | 11011 | 10100110 | 1010110 | 100111 |
Color Harmonies of #0EB992
Complementary color
Monochromatic Colors of #0EB992
Black with #0EB992
Text Example
Text Example
White with #0EB992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB992; }
p { color: rgb(14,185,146); }
H1.HeaderClassName
{
color: #0EB992;
}
.AnyTagClassName
{
color: #0EB992;
}
</style>
background-color css
<style>
a { background-color: #0EB992; }
a { background-color: rgb(14,185,146); }
div.DivClassName
{
background-color: #0EB992;
}
.BgClassName
{
background-color: #0EB992;
}
</style>
border-color css
<style>
span { border-color: #0EB992; }
span { border-color: rgb(14,185,146); }
td.TdClassName
{
border-color: #0EB992;
}
.TagClassName
{
border-color: #0EB992;
}
</style>