Shades of Mountain Meadow #0ECA73
Tints of Mountain Meadow #0ECA73
RGB
CMYK
RGB Variations
Color information
#0ECA73 (or 0x0ECA73) is known color: Mountain Meadow. HEX triplet: 0E, CA and 73. RGB value is (14,202,115). Sum of RGB (Red+Green+Blue) = 14+202+115=331 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.23% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA73 is #F1358C. Grayscale: #888888. Windows color (decimal): -15807885 or 7588366. OLE color: 7588366.
HSL color Cylindrical-coordinate representation of color #0ECA73: hue angle of 152.23º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0ECA73 is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 115 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.21 |
| HSL | 152.23º | 0.87% | 0.42% | - |
| HSV(B) | 152.23º | 0.93% | 0.79% | - |
| XYZ | 24.4 | 43.57 | 23.34 | - |
| YUV | 135.87 | 116.22 | 41.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 115 | 0.93 | 0 | 0.43 | 0.21 | 152.23 | 0.87 | 0.42 |
| Hex | E | CA | 73 | 5D | 0 | 2B | 15 | 98 | 57 | 2A |
| Octal | 16 | 312 | 163 | 135 | 0 | 53 | 25 | 230 | 127 | 52 |
| Binary | 1110 | 11001010 | 1110011 | 1011101 | 0 | 101011 | 10101 | 10011000 | 1010111 | 101010 |
Color Harmonies of #0ECA73
Complementary color
Monochromatic Colors of #0ECA73
Black with #0ECA73
Text Example
Text Example
White with #0ECA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA73; }
p { color: rgb(14,202,115); }
H1.HeaderClassName
{
color: #0ECA73;
}
.AnyTagClassName
{
color: #0ECA73;
}
</style>
background-color css
<style>
a { background-color: #0ECA73; }
a { background-color: rgb(14,202,115); }
div.DivClassName
{
background-color: #0ECA73;
}
.BgClassName
{
background-color: #0ECA73;
}
</style>
border-color css
<style>
span { border-color: #0ECA73; }
span { border-color: rgb(14,202,115); }
td.TdClassName
{
border-color: #0ECA73;
}
.TagClassName
{
border-color: #0ECA73;
}
</style>