Shades of Mountain Meadow #0ECE72
Tints of Mountain Meadow #0ECE72
RGB
CMYK
RGB Variations
Color information
#0ECE72 (or 0x0ECE72) is known color: Mountain Meadow. HEX triplet: 0E, CE and 72. RGB value is (14,206,114). Sum of RGB (Red+Green+Blue) = 14+206+114=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #0ECE72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECE72 is #F1318D. Grayscale: #8A8A8A. Windows color (decimal): -15806862 or 7523854. OLE color: 7523854.
HSL color Cylindrical-coordinate representation of color #0ECE72: hue angle of 151.25º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECE72 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 14 | 206 | 114 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.19 |
| HSL | 151.25º | 0.87% | 0.43% | - |
| HSV(B) | 151.25º | 0.93% | 0.81% | - |
| XYZ | 25.29 | 45.45 | 23.36 | - |
| YUV | 138.1 | 114.39 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 206 | 114 | 0.93 | 0 | 0.45 | 0.19 | 151.25 | 0.87 | 0.43 |
| Hex | E | CE | 72 | 5D | 0 | 2D | 13 | 97 | 57 | 2B |
| Octal | 16 | 316 | 162 | 135 | 0 | 55 | 23 | 227 | 127 | 53 |
| Binary | 1110 | 11001110 | 1110010 | 1011101 | 0 | 101101 | 10011 | 10010111 | 1010111 | 101011 |
Color Harmonies of #0ECE72
Complementary color
Monochromatic Colors of #0ECE72
Black with #0ECE72
Text Example
Text Example
White with #0ECE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECE72; }
p { color: rgb(14,206,114); }
H1.HeaderClassName
{
color: #0ECE72;
}
.AnyTagClassName
{
color: #0ECE72;
}
</style>
background-color css
<style>
a { background-color: #0ECE72; }
a { background-color: rgb(14,206,114); }
div.DivClassName
{
background-color: #0ECE72;
}
.BgClassName
{
background-color: #0ECE72;
}
</style>
border-color css
<style>
span { border-color: #0ECE72; }
span { border-color: rgb(14,206,114); }
td.TdClassName
{
border-color: #0ECE72;
}
.TagClassName
{
border-color: #0ECE72;
}
</style>