Shades of Mountain Meadow #0EBE75
Tints of Mountain Meadow #0EBE75
RGB
CMYK
RGB Variations
Color information
#0EBE75 (or 0x0EBE75) is known color: Mountain Meadow. HEX triplet: 0E, BE and 75. RGB value is (14,190,117). Sum of RGB (Red+Green+Blue) = 14+190+117=321 (42% of max value = 765). Red value is 14 (5.86% from 255 or 4.36% from 321); Green value is 190 (74.61% from 255 or 59.19% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 190 - color contains mainly: green. Hex color #0EBE75 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBE75 is #F1418A. Grayscale: #818181. Windows color (decimal): -15810955 or 7716366. OLE color: 7716366.
HSL color Cylindrical-coordinate representation of color #0EBE75: hue angle of 155.11º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBE75 is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 190 | 117 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.25 |
| HSL | 155.11º | 0.86% | 0.4% | - |
| HSV(B) | 155.11º | 0.93% | 0.75% | - |
| XYZ | 21.81 | 38.2 | 23.05 | - |
| YUV | 129.05 | 121.19 | 45.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 190 | 117 | 0.93 | 0 | 0.38 | 0.25 | 155.11 | 0.86 | 0.4 |
| Hex | E | BE | 75 | 5D | 0 | 26 | 19 | 9B | 56 | 28 |
| Octal | 16 | 276 | 165 | 135 | 0 | 46 | 31 | 233 | 126 | 50 |
| Binary | 1110 | 10111110 | 1110101 | 1011101 | 0 | 100110 | 11001 | 10011011 | 1010110 | 101000 |
Color Harmonies of #0EBE75
Complementary color
Monochromatic Colors of #0EBE75
Black with #0EBE75
Text Example
Text Example
White with #0EBE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBE75; }
p { color: rgb(14,190,117); }
H1.HeaderClassName
{
color: #0EBE75;
}
.AnyTagClassName
{
color: #0EBE75;
}
</style>
background-color css
<style>
a { background-color: #0EBE75; }
a { background-color: rgb(14,190,117); }
div.DivClassName
{
background-color: #0EBE75;
}
.BgClassName
{
background-color: #0EBE75;
}
</style>
border-color css
<style>
span { border-color: #0EBE75; }
span { border-color: rgb(14,190,117); }
td.TdClassName
{
border-color: #0EBE75;
}
.TagClassName
{
border-color: #0EBE75;
}
</style>