Shades of Mountain Meadow #0ECA80
Tints of Mountain Meadow #0ECA80
RGB
CMYK
RGB Variations
Color information
#0ECA80 (or 0x0ECA80) is known color: Mountain Meadow. HEX triplet: 0E, CA and 80. RGB value is (14,202,128). Sum of RGB (Red+Green+Blue) = 14+202+128=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 202 (79.30% from 255 or 58.72% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECA80 is #F1357F. Grayscale: #898989. Windows color (decimal): -15807872 or 8440334. OLE color: 8440334.
HSL color Cylindrical-coordinate representation of color #0ECA80: hue angle of 156.38º 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 #0ECA80 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 128 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.21 |
| HSL | 156.38º | 0.87% | 0.42% | - |
| HSV(B) | 156.38º | 0.93% | 0.79% | - |
| XYZ | 25.2 | 43.89 | 27.57 | - |
| YUV | 137.35 | 122.72 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 128 | 0.93 | 0 | 0.37 | 0.21 | 156.38 | 0.87 | 0.42 |
| Hex | E | CA | 80 | 5D | 0 | 25 | 15 | 9C | 57 | 2A |
| Octal | 16 | 312 | 200 | 135 | 0 | 45 | 25 | 234 | 127 | 52 |
| Binary | 1110 | 11001010 | 10000000 | 1011101 | 0 | 100101 | 10101 | 10011100 | 1010111 | 101010 |
Color Harmonies of #0ECA80
Complementary color
Monochromatic Colors of #0ECA80
Black with #0ECA80
Text Example
Text Example
White with #0ECA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA80; }
p { color: rgb(14,202,128); }
H1.HeaderClassName
{
color: #0ECA80;
}
.AnyTagClassName
{
color: #0ECA80;
}
</style>
background-color css
<style>
a { background-color: #0ECA80; }
a { background-color: rgb(14,202,128); }
div.DivClassName
{
background-color: #0ECA80;
}
.BgClassName
{
background-color: #0ECA80;
}
</style>
border-color css
<style>
span { border-color: #0ECA80; }
span { border-color: rgb(14,202,128); }
td.TdClassName
{
border-color: #0ECA80;
}
.TagClassName
{
border-color: #0ECA80;
}
</style>