Shades of Jade #0EB86E
Tints of Jade #0EB86E
RGB
CMYK
RGB Variations
Color information
#0EB86E (or 0x0EB86E) is known color: Jade. HEX triplet: 0E, B8 and 6E. RGB value is (14,184,110). Sum of RGB (Red+Green+Blue) = 14+184+110=308 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.55% from 308); Green value is 184 (72.27% from 255 or 59.74% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB86E is #F14791. Grayscale: #7C7C7C. Windows color (decimal): -15812498 or 7256078. OLE color: 7256078.
HSL color Cylindrical-coordinate representation of color #0EB86E: hue angle of 153.88º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB86E is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 184 | 110 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.28 |
| HSL | 153.88º | 0.86% | 0.39% | - |
| HSV(B) | 153.88º | 0.92% | 0.72% | - |
| XYZ | 20.14 | 35.5 | 20.54 | - |
| YUV | 124.73 | 119.68 | 49.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 110 | 0.92 | 0 | 0.40 | 0.28 | 153.88 | 0.86 | 0.39 |
| Hex | E | B8 | 6E | 5C | 0 | 28 | 1C | 9A | 56 | 27 |
| Octal | 16 | 270 | 156 | 134 | 0 | 50 | 34 | 232 | 126 | 47 |
| Binary | 1110 | 10111000 | 1101110 | 1011100 | 0 | 101000 | 11100 | 10011010 | 1010110 | 100111 |
Color Harmonies of #0EB86E
Complementary color
Monochromatic Colors of #0EB86E
Black with #0EB86E
Text Example
Text Example
White with #0EB86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB86E; }
p { color: rgb(14,184,110); }
H1.HeaderClassName
{
color: #0EB86E;
}
.AnyTagClassName
{
color: #0EB86E;
}
</style>
background-color css
<style>
a { background-color: #0EB86E; }
a { background-color: rgb(14,184,110); }
div.DivClassName
{
background-color: #0EB86E;
}
.BgClassName
{
background-color: #0EB86E;
}
</style>
border-color css
<style>
span { border-color: #0EB86E; }
span { border-color: rgb(14,184,110); }
td.TdClassName
{
border-color: #0EB86E;
}
.TagClassName
{
border-color: #0EB86E;
}
</style>