Shades of Jade #0EC16D
Tints of Jade #0EC16D
RGB
CMYK
RGB Variations
Color information
#0EC16D (or 0x0EC16D) is known color: Jade. HEX triplet: 0E, C1 and 6D. RGB value is (14,193,109). Sum of RGB (Red+Green+Blue) = 14+193+109=316 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.43% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC16D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC16D is #F13E92. Grayscale: #828282. Windows color (decimal): -15810195 or 7192846. OLE color: 7192846.
HSL color Cylindrical-coordinate representation of color #0EC16D: hue angle of 151.84º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC16D is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 109 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.24 |
| HSL | 151.84º | 0.86% | 0.41% | - |
| HSV(B) | 151.84º | 0.93% | 0.76% | - |
| XYZ | 22.01 | 39.34 | 20.9 | - |
| YUV | 129.9 | 116.2 | 45.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 109 | 0.93 | 0 | 0.44 | 0.24 | 151.84 | 0.86 | 0.41 |
| Hex | E | C1 | 6D | 5D | 0 | 2C | 18 | 98 | 56 | 29 |
| Octal | 16 | 301 | 155 | 135 | 0 | 54 | 30 | 230 | 126 | 51 |
| Binary | 1110 | 11000001 | 1101101 | 1011101 | 0 | 101100 | 11000 | 10011000 | 1010110 | 101001 |
Color Harmonies of #0EC16D
Complementary color
Monochromatic Colors of #0EC16D
Black with #0EC16D
Text Example
Text Example
White with #0EC16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC16D; }
p { color: rgb(14,193,109); }
H1.HeaderClassName
{
color: #0EC16D;
}
.AnyTagClassName
{
color: #0EC16D;
}
</style>
background-color css
<style>
a { background-color: #0EC16D; }
a { background-color: rgb(14,193,109); }
div.DivClassName
{
background-color: #0EC16D;
}
.BgClassName
{
background-color: #0EC16D;
}
</style>
border-color css
<style>
span { border-color: #0EC16D; }
span { border-color: rgb(14,193,109); }
td.TdClassName
{
border-color: #0EC16D;
}
.TagClassName
{
border-color: #0EC16D;
}
</style>