Shades of Jade #0EB86C
Tints of Jade #0EB86C
RGB
CMYK
RGB Variations
Color information
#0EB86C (or 0x0EB86C) is known color: Jade. HEX triplet: 0E, B8 and 6C. RGB value is (14,184,108). Sum of RGB (Red+Green+Blue) = 14+184+108=306 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.58% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB86C is #F14793. Grayscale: #7C7C7C. Windows color (decimal): -15812500 or 7125006. OLE color: 7125006.
HSL color Cylindrical-coordinate representation of color #0EB86C: hue angle of 153.18º 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 #0EB86C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 184 | 108 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.28 |
| HSL | 153.18º | 0.86% | 0.39% | - |
| HSV(B) | 153.18º | 0.92% | 0.72% | - |
| XYZ | 20.03 | 35.46 | 19.98 | - |
| YUV | 124.51 | 118.68 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 108 | 0.92 | 0 | 0.41 | 0.28 | 153.18 | 0.86 | 0.39 |
| Hex | E | B8 | 6C | 5C | 0 | 29 | 1C | 99 | 56 | 27 |
| Octal | 16 | 270 | 154 | 134 | 0 | 51 | 34 | 231 | 126 | 47 |
| Binary | 1110 | 10111000 | 1101100 | 1011100 | 0 | 101001 | 11100 | 10011001 | 1010110 | 100111 |
Color Harmonies of #0EB86C
Complementary color
Monochromatic Colors of #0EB86C
Black with #0EB86C
Text Example
Text Example
White with #0EB86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB86C; }
p { color: rgb(14,184,108); }
H1.HeaderClassName
{
color: #0EB86C;
}
.AnyTagClassName
{
color: #0EB86C;
}
</style>
background-color css
<style>
a { background-color: #0EB86C; }
a { background-color: rgb(14,184,108); }
div.DivClassName
{
background-color: #0EB86C;
}
.BgClassName
{
background-color: #0EB86C;
}
</style>
border-color css
<style>
span { border-color: #0EB86C; }
span { border-color: rgb(14,184,108); }
td.TdClassName
{
border-color: #0EB86C;
}
.TagClassName
{
border-color: #0EB86C;
}
</style>