Shades of Mountain Meadow #0EB77C
Tints of Mountain Meadow #0EB77C
RGB
CMYK
RGB Variations
Color information
#0EB77C (or 0x0EB77C) is known color: Mountain Meadow. HEX triplet: 0E, B7 and 7C. RGB value is (14,183,124). Sum of RGB (Red+Green+Blue) = 14+183+124=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB77C is #F14883. Grayscale: #7D7D7D. Windows color (decimal): -15812740 or 8173326. OLE color: 8173326.
HSL color Cylindrical-coordinate representation of color #0EB77C: hue angle of 159.05º 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 #0EB77C is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 124 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.28 |
| HSL | 159.05º | 0.86% | 0.39% | - |
| HSV(B) | 159.05º | 0.92% | 0.72% | - |
| XYZ | 20.75 | 35.42 | 24.81 | - |
| YUV | 125.74 | 127.01 | 48.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 124 | 0.92 | 0 | 0.32 | 0.28 | 159.05 | 0.86 | 0.39 |
| Hex | E | B7 | 7C | 5C | 0 | 20 | 1C | 9F | 56 | 27 |
| Octal | 16 | 267 | 174 | 134 | 0 | 40 | 34 | 237 | 126 | 47 |
| Binary | 1110 | 10110111 | 1111100 | 1011100 | 0 | 100000 | 11100 | 10011111 | 1010110 | 100111 |
Color Harmonies of #0EB77C
Complementary color
Monochromatic Colors of #0EB77C
Black with #0EB77C
Text Example
Text Example
White with #0EB77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB77C; }
p { color: rgb(14,183,124); }
H1.HeaderClassName
{
color: #0EB77C;
}
.AnyTagClassName
{
color: #0EB77C;
}
</style>
background-color css
<style>
a { background-color: #0EB77C; }
a { background-color: rgb(14,183,124); }
div.DivClassName
{
background-color: #0EB77C;
}
.BgClassName
{
background-color: #0EB77C;
}
</style>
border-color css
<style>
span { border-color: #0EB77C; }
span { border-color: rgb(14,183,124); }
td.TdClassName
{
border-color: #0EB77C;
}
.TagClassName
{
border-color: #0EB77C;
}
</style>