Shades of Mountain Meadow #0ECA7B
Tints of Mountain Meadow #0ECA7B
RGB
CMYK
RGB Variations
Color information
#0ECA7B (or 0x0ECA7B) is known color: Mountain Meadow. HEX triplet: 0E, CA and 7B. RGB value is (14,202,123). Sum of RGB (Red+Green+Blue) = 14+202+123=339 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.13% from 339); Green value is 202 (79.30% from 255 or 59.59% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 202 - color contains mainly: green. Hex color #0ECA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0ECA7B is #F13584. Grayscale: #888888. Windows color (decimal): -15807877 or 8112654. OLE color: 8112654.
HSL color Cylindrical-coordinate representation of color #0ECA7B: hue angle of 154.79º 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 #0ECA7B is Cyan = 0.93, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 14 | 202 | 123 | - |
| CMYK | 0.93 | 0 | 0.39 | 0.21 |
| HSL | 154.79º | 0.87% | 0.42% | - |
| HSV(B) | 154.79º | 0.93% | 0.79% | - |
| XYZ | 24.88 | 43.76 | 25.88 | - |
| YUV | 136.78 | 120.22 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 202 | 123 | 0.93 | 0 | 0.39 | 0.21 | 154.79 | 0.87 | 0.42 |
| Hex | E | CA | 7B | 5D | 0 | 27 | 15 | 9B | 57 | 2A |
| Octal | 16 | 312 | 173 | 135 | 0 | 47 | 25 | 233 | 127 | 52 |
| Binary | 1110 | 11001010 | 1111011 | 1011101 | 0 | 100111 | 10101 | 10011011 | 1010111 | 101010 |
Color Harmonies of #0ECA7B
Complementary color
Monochromatic Colors of #0ECA7B
Black with #0ECA7B
Text Example
Text Example
White with #0ECA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECA7B; }
p { color: rgb(14,202,123); }
H1.HeaderClassName
{
color: #0ECA7B;
}
.AnyTagClassName
{
color: #0ECA7B;
}
</style>
background-color css
<style>
a { background-color: #0ECA7B; }
a { background-color: rgb(14,202,123); }
div.DivClassName
{
background-color: #0ECA7B;
}
.BgClassName
{
background-color: #0ECA7B;
}
</style>
border-color css
<style>
span { border-color: #0ECA7B; }
span { border-color: rgb(14,202,123); }
td.TdClassName
{
border-color: #0ECA7B;
}
.TagClassName
{
border-color: #0ECA7B;
}
</style>