Shades of Mountain Meadow #0ECC80
Tints of Mountain Meadow #0ECC80
RGB
CMYK
RGB Variations
Color information
#0ECC80 (or 0x0ECC80) is known color: Mountain Meadow. HEX triplet: 0E, CC and 80. RGB value is (14,204,128). Sum of RGB (Red+Green+Blue) = 14+204+128=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #0ECC80 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ECC80 is #F1337F. Grayscale: #8A8A8A. Windows color (decimal): -15807360 or 8440846. OLE color: 8440846.
HSL color Cylindrical-coordinate representation of color #0ECC80: hue angle of 156º 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 #0ECC80 is Cyan = 0.93, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 14 | 204 | 128 | - |
| CMYK | 0.93 | 0 | 0.37 | 0.2 |
| HSL | 156º | 0.87% | 0.43% | - |
| HSV(B) | 156º | 0.93% | 0.8% | - |
| XYZ | 25.67 | 44.84 | 27.72 | - |
| YUV | 138.53 | 122.05 | 39.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 204 | 128 | 0.93 | 0 | 0.37 | 0.2 | 156 | 0.87 | 0.43 |
| Hex | E | CC | 80 | 5D | 0 | 25 | 14 | 9C | 57 | 2B |
| Octal | 16 | 314 | 200 | 135 | 0 | 45 | 24 | 234 | 127 | 53 |
| Binary | 1110 | 11001100 | 10000000 | 1011101 | 0 | 100101 | 10100 | 10011100 | 1010111 | 101011 |
Color Harmonies of #0ECC80
Complementary color
Monochromatic Colors of #0ECC80
Black with #0ECC80
Text Example
Text Example
White with #0ECC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0ECC80; }
p { color: rgb(14,204,128); }
H1.HeaderClassName
{
color: #0ECC80;
}
.AnyTagClassName
{
color: #0ECC80;
}
</style>
background-color css
<style>
a { background-color: #0ECC80; }
a { background-color: rgb(14,204,128); }
div.DivClassName
{
background-color: #0ECC80;
}
.BgClassName
{
background-color: #0ECC80;
}
</style>
border-color css
<style>
span { border-color: #0ECC80; }
span { border-color: rgb(14,204,128); }
td.TdClassName
{
border-color: #0ECC80;
}
.TagClassName
{
border-color: #0ECC80;
}
</style>