Shades of Mountain Meadow #0EB68B
Tints of Mountain Meadow #0EB68B
RGB
CMYK
RGB Variations
Color information
#0EB68B (or 0x0EB68B) is known color: Mountain Meadow. HEX triplet: 0E, B6 and 8B. RGB value is (14,182,139). Sum of RGB (Red+Green+Blue) = 14+182+139=335 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.18% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB68B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EB68B is #F14974. Grayscale: #7E7E7E. Windows color (decimal): -15812981 or 9156110. OLE color: 9156110.
HSL color Cylindrical-coordinate representation of color #0EB68B: hue angle of 164.64º 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 #0EB68B is Cyan = 0.92, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 182 | 139 | - |
| CMYK | 0.92 | 0 | 0.24 | 0.29 |
| HSL | 164.64º | 0.86% | 0.38% | - |
| HSV(B) | 164.64º | 0.92% | 0.71% | - |
| XYZ | 21.57 | 35.41 | 30.12 | - |
| YUV | 126.87 | 134.84 | 47.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 182 | 139 | 0.92 | 0 | 0.24 | 0.29 | 164.64 | 0.86 | 0.38 |
| Hex | E | B6 | 8B | 5C | 0 | 18 | 1D | A5 | 56 | 26 |
| Octal | 16 | 266 | 213 | 134 | 0 | 30 | 35 | 245 | 126 | 46 |
| Binary | 1110 | 10110110 | 10001011 | 1011100 | 0 | 11000 | 11101 | 10100101 | 1010110 | 100110 |
Color Harmonies of #0EB68B
Complementary color
Monochromatic Colors of #0EB68B
Black with #0EB68B
Text Example
Text Example
White with #0EB68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB68B; }
p { color: rgb(14,182,139); }
H1.HeaderClassName
{
color: #0EB68B;
}
.AnyTagClassName
{
color: #0EB68B;
}
</style>
background-color css
<style>
a { background-color: #0EB68B; }
a { background-color: rgb(14,182,139); }
div.DivClassName
{
background-color: #0EB68B;
}
.BgClassName
{
background-color: #0EB68B;
}
</style>
border-color css
<style>
span { border-color: #0EB68B; }
span { border-color: rgb(14,182,139); }
td.TdClassName
{
border-color: #0EB68B;
}
.TagClassName
{
border-color: #0EB68B;
}
</style>