Shades of Jade #0EC167
Tints of Jade #0EC167
RGB
CMYK
RGB Variations
Color information
#0EC167 (or 0x0EC167) is known color: Jade. HEX triplet: 0E, C1 and 67. RGB value is (14,193,103). Sum of RGB (Red+Green+Blue) = 14+193+103=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 193 (75.78% from 255 or 62.26% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 193 - color contains mainly: green. Hex color #0EC167 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC167 is #F13E98. Grayscale: #818181. Windows color (decimal): -15810201 or 6799630. OLE color: 6799630.
HSL color Cylindrical-coordinate representation of color #0EC167: hue angle of 149.83º 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 #0EC167 is Cyan = 0.93, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 14 | 193 | 103 | - |
| CMYK | 0.93 | 0 | 0.47 | 0.24 |
| HSL | 149.83º | 0.86% | 0.41% | - |
| HSV(B) | 149.83º | 0.93% | 0.76% | - |
| XYZ | 21.7 | 39.21 | 19.26 | - |
| YUV | 129.22 | 113.2 | 45.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 193 | 103 | 0.93 | 0 | 0.47 | 0.24 | 149.83 | 0.86 | 0.41 |
| Hex | E | C1 | 67 | 5D | 0 | 2F | 18 | 96 | 56 | 29 |
| Octal | 16 | 301 | 147 | 135 | 0 | 57 | 30 | 226 | 126 | 51 |
| Binary | 1110 | 11000001 | 1100111 | 1011101 | 0 | 101111 | 11000 | 10010110 | 1010110 | 101001 |
Color Harmonies of #0EC167
Complementary color
Monochromatic Colors of #0EC167
Black with #0EC167
Text Example
Text Example
White with #0EC167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC167; }
p { color: rgb(14,193,103); }
H1.HeaderClassName
{
color: #0EC167;
}
.AnyTagClassName
{
color: #0EC167;
}
</style>
background-color css
<style>
a { background-color: #0EC167; }
a { background-color: rgb(14,193,103); }
div.DivClassName
{
background-color: #0EC167;
}
.BgClassName
{
background-color: #0EC167;
}
</style>
border-color css
<style>
span { border-color: #0EC167; }
span { border-color: rgb(14,193,103); }
td.TdClassName
{
border-color: #0EC167;
}
.TagClassName
{
border-color: #0EC167;
}
</style>