Shades of Mountain Meadow #0EC17B
Tints of Mountain Meadow #0EC17B
RGB
CMYK
RGB Variations
Color information
#0EC17B (or 0x0EC17B) is known color: Mountain Meadow. HEX triplet: 0E, C1 and 7B. RGB value is (14,193,123). Sum of RGB (Red+Green+Blue) = 14+193+123=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 193 (75.78% from 255 or 58.48% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC17B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC17B is #F13E84. Grayscale: #838383. Windows color (decimal): -15810181 or 8110350. OLE color: 8110350.
HSL color Cylindrical-coordinate representation of color #0EC17B: hue angle of 156.54º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC17B is Cyan = 0.93, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 123 | - |
| CMYK | 0.93 | 0 | 0.36 | 0.24 |
| HSL | 156.54º | 0.86% | 0.41% | - |
| HSV(B) | 156.54º | 0.93% | 0.76% | - |
| XYZ | 22.83 | 39.66 | 25.19 | - |
| YUV | 131.5 | 123.2 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 123 | 0.93 | 0 | 0.36 | 0.24 | 156.54 | 0.86 | 0.41 |
| Hex | E | C1 | 7B | 5D | 0 | 24 | 18 | 9D | 56 | 29 |
| Octal | 16 | 301 | 173 | 135 | 0 | 44 | 30 | 235 | 126 | 51 |
| Binary | 1110 | 11000001 | 1111011 | 1011101 | 0 | 100100 | 11000 | 10011101 | 1010110 | 101001 |
Color Harmonies of #0EC17B
Complementary color
Monochromatic Colors of #0EC17B
Black with #0EC17B
Text Example
Text Example
White with #0EC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC17B; }
p { color: rgb(14,193,123); }
H1.HeaderClassName
{
color: #0EC17B;
}
.AnyTagClassName
{
color: #0EC17B;
}
</style>
background-color css
<style>
a { background-color: #0EC17B; }
a { background-color: rgb(14,193,123); }
div.DivClassName
{
background-color: #0EC17B;
}
.BgClassName
{
background-color: #0EC17B;
}
</style>
border-color css
<style>
span { border-color: #0EC17B; }
span { border-color: rgb(14,193,123); }
td.TdClassName
{
border-color: #0EC17B;
}
.TagClassName
{
border-color: #0EC17B;
}
</style>