Shades of Mountain Meadow #0EBD7C
Tints of Mountain Meadow #0EBD7C
RGB
CMYK
RGB Variations
Color information
#0EBD7C (or 0x0EBD7C) is known color: Mountain Meadow. HEX triplet: 0E, BD and 7C. RGB value is (14,189,124). Sum of RGB (Red+Green+Blue) = 14+189+124=327 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.28% from 327); Green value is 189 (74.22% from 255 or 57.80% from 327); Blue value is 124 (48.83% from 255 or 37.92% from 327); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD7C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD7C is #F14283. Grayscale: #818181. Windows color (decimal): -15811204 or 8174862. OLE color: 8174862.
HSL color Cylindrical-coordinate representation of color #0EBD7C: hue angle of 157.71º 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 #0EBD7C is Cyan = 0.93, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 124 | - |
| CMYK | 0.93 | 0 | 0.34 | 0.26 |
| HSL | 157.71º | 0.86% | 0.4% | - |
| HSV(B) | 157.71º | 0.93% | 0.74% | - |
| XYZ | 22.02 | 37.94 | 25.23 | - |
| YUV | 129.27 | 125.02 | 45.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 124 | 0.93 | 0 | 0.34 | 0.26 | 157.71 | 0.86 | 0.4 |
| Hex | E | BD | 7C | 5D | 0 | 22 | 1A | 9E | 56 | 28 |
| Octal | 16 | 275 | 174 | 135 | 0 | 42 | 32 | 236 | 126 | 50 |
| Binary | 1110 | 10111101 | 1111100 | 1011101 | 0 | 100010 | 11010 | 10011110 | 1010110 | 101000 |
Color Harmonies of #0EBD7C
Complementary color
Monochromatic Colors of #0EBD7C
Black with #0EBD7C
Text Example
Text Example
White with #0EBD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD7C; }
p { color: rgb(14,189,124); }
H1.HeaderClassName
{
color: #0EBD7C;
}
.AnyTagClassName
{
color: #0EBD7C;
}
</style>
background-color css
<style>
a { background-color: #0EBD7C; }
a { background-color: rgb(14,189,124); }
div.DivClassName
{
background-color: #0EBD7C;
}
.BgClassName
{
background-color: #0EBD7C;
}
</style>
border-color css
<style>
span { border-color: #0EBD7C; }
span { border-color: rgb(14,189,124); }
td.TdClassName
{
border-color: #0EBD7C;
}
.TagClassName
{
border-color: #0EBD7C;
}
</style>