Shades of Mountain Meadow #0ECB7E
Tints of Mountain Meadow #0ECB7E
RGB
CMYK
RGB Variations
Color information
#0ECB7E (or 0x0ECB7E) is known color: Mountain Meadow. HEX triplet: 0E, CB and 7E. RGB value is (14,203,126). Sum of RGB (Red+Green+Blue) = 14+203+126=343 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.08% from 343); Green value is 203 (79.69% from 255 or 59.18% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 203 - color contains mainly: green. Hex color #0ECB7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECB7E is #F13481. Grayscale: #898989. Windows color (decimal): -15807618 or 8309518. OLE color: 8309518.
HSL color Cylindrical-coordinate representation of color #0ECB7E: hue angle of 155.56º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECB7E is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 14 | 203 | 126 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.20 |
| HSL | 155.56º | 0.87% | 0.43% | - |
| HSV(B) | 155.56º | 0.93% | 0.8% | - |
| XYZ | 25.3 | 44.31 | 26.96 | - |
| YUV | 137.71 | 121.38 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 203 | 126 | 0.93 | 0 | 0.38 | 0.20 | 155.56 | 0.87 | 0.43 |
| Hex | E | CB | 7E | 5D | 0 | 26 | 14 | 9C | 57 | 2B |
| Octal | 16 | 313 | 176 | 135 | 0 | 46 | 24 | 234 | 127 | 53 |
| Binary | 1110 | 11001011 | 1111110 | 1011101 | 0 | 100110 | 10100 | 10011100 | 1010111 | 101011 |
Color Harmonies of #0ECB7E
Complementary color
Monochromatic Colors of #0ECB7E
Black with #0ECB7E
Text Example
Text Example
White with #0ECB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECB7E; }
p { color: rgb(14,203,126); }
H1.HeaderClassName
{
color: #0ECB7E;
}
.AnyTagClassName
{
color: #0ECB7E;
}
</style>
background-color css
<style>
a { background-color: #0ECB7E; }
a { background-color: rgb(14,203,126); }
div.DivClassName
{
background-color: #0ECB7E;
}
.BgClassName
{
background-color: #0ECB7E;
}
</style>
border-color css
<style>
span { border-color: #0ECB7E; }
span { border-color: rgb(14,203,126); }
td.TdClassName
{
border-color: #0ECB7E;
}
.TagClassName
{
border-color: #0ECB7E;
}
</style>