Shades of Mountain Meadow #0EBD7F
Tints of Mountain Meadow #0EBD7F
RGB
CMYK
RGB Variations
Color information
#0EBD7F (or 0x0EBD7F) is known color: Mountain Meadow. HEX triplet: 0E, BD and 7F. RGB value is (14,189,127). Sum of RGB (Red+Green+Blue) = 14+189+127=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 189 (74.22% from 255 or 57.27% from 330); Blue value is 127 (50% from 255 or 38.48% from 330); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD7F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD7F is #F14280. Grayscale: #818181. Windows color (decimal): -15811201 or 8371470. OLE color: 8371470.
HSL color Cylindrical-coordinate representation of color #0EBD7F: hue angle of 158.74º 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 #0EBD7F is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 127 | - |
| CMYK | 0.93 | 0 | 0.33 | 0.26 |
| HSL | 158.74º | 0.86% | 0.4% | - |
| HSV(B) | 158.74º | 0.93% | 0.74% | - |
| XYZ | 22.21 | 38.02 | 26.25 | - |
| YUV | 129.61 | 126.52 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 127 | 0.93 | 0 | 0.33 | 0.26 | 158.74 | 0.86 | 0.4 |
| Hex | E | BD | 7F | 5D | 0 | 21 | 1A | 9F | 56 | 28 |
| Octal | 16 | 275 | 177 | 135 | 0 | 41 | 32 | 237 | 126 | 50 |
| Binary | 1110 | 10111101 | 1111111 | 1011101 | 0 | 100001 | 11010 | 10011111 | 1010110 | 101000 |
Color Harmonies of #0EBD7F
Complementary color
Monochromatic Colors of #0EBD7F
Black with #0EBD7F
Text Example
Text Example
White with #0EBD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD7F; }
p { color: rgb(14,189,127); }
H1.HeaderClassName
{
color: #0EBD7F;
}
.AnyTagClassName
{
color: #0EBD7F;
}
</style>
background-color css
<style>
a { background-color: #0EBD7F; }
a { background-color: rgb(14,189,127); }
div.DivClassName
{
background-color: #0EBD7F;
}
.BgClassName
{
background-color: #0EBD7F;
}
</style>
border-color css
<style>
span { border-color: #0EBD7F; }
span { border-color: rgb(14,189,127); }
td.TdClassName
{
border-color: #0EBD7F;
}
.TagClassName
{
border-color: #0EBD7F;
}
</style>