Shades of Mountain Meadow #0EBB81
Tints of Mountain Meadow #0EBB81
RGB
CMYK
RGB Variations
Color information
#0EBB81 (or 0x0EBB81) is known color: Mountain Meadow. HEX triplet: 0E, BB and 81. RGB value is (14,187,129). Sum of RGB (Red+Green+Blue) = 14+187+129=330 (43% of max value = 765). Red value is 14 (5.86% from 255 or 4.24% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB81 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0EBB81 is #F1447E. Grayscale: #808080. Windows color (decimal): -15811711 or 8502030. OLE color: 8502030.
HSL color Cylindrical-coordinate representation of color #0EBB81: hue angle of 159.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB81 is Cyan = 0.93, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 129 | - |
| CMYK | 0.93 | 0 | 0.31 | 0.27 |
| HSL | 159.88º | 0.86% | 0.39% | - |
| HSV(B) | 159.88º | 0.93% | 0.73% | - |
| XYZ | 21.91 | 37.22 | 26.8 | - |
| YUV | 128.66 | 128.19 | 46.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 129 | 0.93 | 0 | 0.31 | 0.27 | 159.88 | 0.86 | 0.39 |
| Hex | E | BB | 81 | 5D | 0 | 1F | 1B | A0 | 56 | 27 |
| Octal | 16 | 273 | 201 | 135 | 0 | 37 | 33 | 240 | 126 | 47 |
| Binary | 1110 | 10111011 | 10000001 | 1011101 | 0 | 11111 | 11011 | 10100000 | 1010110 | 100111 |
Color Harmonies of #0EBB81
Complementary color
Monochromatic Colors of #0EBB81
Black with #0EBB81
Text Example
Text Example
White with #0EBB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB81; }
p { color: rgb(14,187,129); }
H1.HeaderClassName
{
color: #0EBB81;
}
.AnyTagClassName
{
color: #0EBB81;
}
</style>
background-color css
<style>
a { background-color: #0EBB81; }
a { background-color: rgb(14,187,129); }
div.DivClassName
{
background-color: #0EBB81;
}
.BgClassName
{
background-color: #0EBB81;
}
</style>
border-color css
<style>
span { border-color: #0EBB81; }
span { border-color: rgb(14,187,129); }
td.TdClassName
{
border-color: #0EBB81;
}
.TagClassName
{
border-color: #0EBB81;
}
</style>