Shades of Mountain Meadow #0EB68A
Tints of Mountain Meadow #0EB68A
RGB
CMYK
RGB Variations
Color information
#0EB68A (or 0x0EB68A) is known color: Mountain Meadow. HEX triplet: 0E, B6 and 8A. RGB value is (14,182,138). Sum of RGB (Red+Green+Blue) = 14+182+138=334 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.19% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB68A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB68A is #F14975. Grayscale: #7E7E7E. Windows color (decimal): -15812982 or 9090574. OLE color: 9090574.
HSL color Cylindrical-coordinate representation of color #0EB68A: hue angle of 164.29º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB68A is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 182 | 138 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.29 |
| HSL | 164.29º | 0.86% | 0.38% | - |
| HSV(B) | 164.29º | 0.92% | 0.71% | - |
| XYZ | 21.5 | 35.38 | 29.74 | - |
| YUV | 126.75 | 134.34 | 47.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 182 | 138 | 0.92 | 0 | 0.24 | 0.29 | 164.29 | 0.86 | 0.38 |
| Hex | E | B6 | 8A | 5C | 0 | 18 | 1D | A4 | 56 | 26 |
| Octal | 16 | 266 | 212 | 134 | 0 | 30 | 35 | 244 | 126 | 46 |
| Binary | 1110 | 10110110 | 10001010 | 1011100 | 0 | 11000 | 11101 | 10100100 | 1010110 | 100110 |
Color Harmonies of #0EB68A
Complementary color
Monochromatic Colors of #0EB68A
Black with #0EB68A
Text Example
Text Example
White with #0EB68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB68A; }
p { color: rgb(14,182,138); }
H1.HeaderClassName
{
color: #0EB68A;
}
.AnyTagClassName
{
color: #0EB68A;
}
</style>
background-color css
<style>
a { background-color: #0EB68A; }
a { background-color: rgb(14,182,138); }
div.DivClassName
{
background-color: #0EB68A;
}
.BgClassName
{
background-color: #0EB68A;
}
</style>
border-color css
<style>
span { border-color: #0EB68A; }
span { border-color: rgb(14,182,138); }
td.TdClassName
{
border-color: #0EB68A;
}
.TagClassName
{
border-color: #0EB68A;
}
</style>