Shades of Mountain Meadow #0EB78C
Tints of Mountain Meadow #0EB78C
RGB
CMYK
RGB Variations
Color information
#0EB78C (or 0x0EB78C) is known color: Mountain Meadow. HEX triplet: 0E, B7 and 8C. RGB value is (14,183,140). Sum of RGB (Red+Green+Blue) = 14+183+140=337 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.15% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB78C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB78C is #F14873. Grayscale: #7F7F7F. Windows color (decimal): -15812724 or 9221902. OLE color: 9221902.
HSL color Cylindrical-coordinate representation of color #0EB78C: hue angle of 164.73º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB78C is Cyan = 0.92, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 140 | - |
| CMYK | 0.92 | 0 | 0.23 | 0.28 |
| HSL | 164.73º | 0.86% | 0.39% | - |
| HSV(B) | 164.73º | 0.92% | 0.72% | - |
| XYZ | 21.85 | 35.85 | 30.58 | - |
| YUV | 127.57 | 135.01 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 140 | 0.92 | 0 | 0.23 | 0.28 | 164.73 | 0.86 | 0.39 |
| Hex | E | B7 | 8C | 5C | 0 | 17 | 1C | A5 | 56 | 27 |
| Octal | 16 | 267 | 214 | 134 | 0 | 27 | 34 | 245 | 126 | 47 |
| Binary | 1110 | 10110111 | 10001100 | 1011100 | 0 | 10111 | 11100 | 10100101 | 1010110 | 100111 |
Color Harmonies of #0EB78C
Complementary color
Monochromatic Colors of #0EB78C
Black with #0EB78C
Text Example
Text Example
White with #0EB78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB78C; }
p { color: rgb(14,183,140); }
H1.HeaderClassName
{
color: #0EB78C;
}
.AnyTagClassName
{
color: #0EB78C;
}
</style>
background-color css
<style>
a { background-color: #0EB78C; }
a { background-color: rgb(14,183,140); }
div.DivClassName
{
background-color: #0EB78C;
}
.BgClassName
{
background-color: #0EB78C;
}
</style>
border-color css
<style>
span { border-color: #0EB78C; }
span { border-color: rgb(14,183,140); }
td.TdClassName
{
border-color: #0EB78C;
}
.TagClassName
{
border-color: #0EB78C;
}
</style>