Shades of Mountain Meadow #0EB384
Tints of Mountain Meadow #0EB384
RGB
CMYK
RGB Variations
Color information
#0EB384 (or 0x0EB384) is known color: Mountain Meadow. HEX triplet: 0E, B3 and 84. RGB value is (14,179,132). Sum of RGB (Red+Green+Blue) = 14+179+132=325 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.31% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB384 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB384 is #F14C7B. Grayscale: #7C7C7C. Windows color (decimal): -15813756 or 8696590. OLE color: 8696590.
HSL color Cylindrical-coordinate representation of color #0EB384: hue angle of 162.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB384 is Cyan = 0.92, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 132 | - |
| CMYK | 0.92 | 0 | 0.26 | 0.30 |
| HSL | 162.91º | 0.85% | 0.38% | - |
| HSV(B) | 162.91º | 0.92% | 0.7% | - |
| XYZ | 20.47 | 34 | 27.31 | - |
| YUV | 124.31 | 132.34 | 49.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 132 | 0.92 | 0 | 0.26 | 0.30 | 162.91 | 0.85 | 0.38 |
| Hex | E | B3 | 84 | 5C | 0 | 1A | 1E | A3 | 55 | 26 |
| Octal | 16 | 263 | 204 | 134 | 0 | 32 | 36 | 243 | 125 | 46 |
| Binary | 1110 | 10110011 | 10000100 | 1011100 | 0 | 11010 | 11110 | 10100011 | 1010101 | 100110 |
Color Harmonies of #0EB384
Complementary color
Monochromatic Colors of #0EB384
Black with #0EB384
Text Example
Text Example
White with #0EB384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB384; }
p { color: rgb(14,179,132); }
H1.HeaderClassName
{
color: #0EB384;
}
.AnyTagClassName
{
color: #0EB384;
}
</style>
background-color css
<style>
a { background-color: #0EB384; }
a { background-color: rgb(14,179,132); }
div.DivClassName
{
background-color: #0EB384;
}
.BgClassName
{
background-color: #0EB384;
}
</style>
border-color css
<style>
span { border-color: #0EB384; }
span { border-color: rgb(14,179,132); }
td.TdClassName
{
border-color: #0EB384;
}
.TagClassName
{
border-color: #0EB384;
}
</style>