Shades of Jade #0EC068
Tints of Jade #0EC068
RGB
CMYK
RGB Variations
Color information
#0EC068 (or 0x0EC068) is known color: Jade. HEX triplet: 0E, C0 and 68. RGB value is (14,192,104). Sum of RGB (Red+Green+Blue) = 14+192+104=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC068 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC068 is #F13F97. Grayscale: #808080. Windows color (decimal): -15810456 or 6864910. OLE color: 6864910.
HSL color Cylindrical-coordinate representation of color #0EC068: hue angle of 150.34º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC068 is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 104 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.25 |
| HSL | 150.34º | 0.86% | 0.4% | - |
| HSV(B) | 150.34º | 0.93% | 0.75% | - |
| XYZ | 21.53 | 38.79 | 19.45 | - |
| YUV | 128.75 | 114.03 | 46.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 104 | 0.93 | 0 | 0.46 | 0.25 | 150.34 | 0.86 | 0.4 |
| Hex | E | C0 | 68 | 5D | 0 | 2E | 19 | 96 | 56 | 28 |
| Octal | 16 | 300 | 150 | 135 | 0 | 56 | 31 | 226 | 126 | 50 |
| Binary | 1110 | 11000000 | 1101000 | 1011101 | 0 | 101110 | 11001 | 10010110 | 1010110 | 101000 |
Color Harmonies of #0EC068
Complementary color
Monochromatic Colors of #0EC068
Black with #0EC068
Text Example
Text Example
White with #0EC068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC068; }
p { color: rgb(14,192,104); }
H1.HeaderClassName
{
color: #0EC068;
}
.AnyTagClassName
{
color: #0EC068;
}
</style>
background-color css
<style>
a { background-color: #0EC068; }
a { background-color: rgb(14,192,104); }
div.DivClassName
{
background-color: #0EC068;
}
.BgClassName
{
background-color: #0EC068;
}
</style>
border-color css
<style>
span { border-color: #0EC068; }
span { border-color: rgb(14,192,104); }
td.TdClassName
{
border-color: #0EC068;
}
.TagClassName
{
border-color: #0EC068;
}
</style>