Shades of Jade #0EC06C
Tints of Jade #0EC06C
RGB
CMYK
RGB Variations
Color information
#0EC06C (or 0x0EC06C) is known color: Jade. HEX triplet: 0E, C0 and 6C. RGB value is (14,192,108). Sum of RGB (Red+Green+Blue) = 14+192+108=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 192 (75.39% from 255 or 61.15% from 314); Blue value is 108 (42.58% from 255 or 34.39% from 314); Max value from RGB is 192 - color contains mainly: green. Hex color #0EC06C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC06C is #F13F93. Grayscale: #818181. Windows color (decimal): -15810452 or 7127054. OLE color: 7127054.
HSL color Cylindrical-coordinate representation of color #0EC06C: hue angle of 151.69º 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 #0EC06C is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 14 | 192 | 108 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.25 |
| HSL | 151.69º | 0.86% | 0.4% | - |
| HSV(B) | 151.69º | 0.93% | 0.75% | - |
| XYZ | 21.74 | 38.88 | 20.55 | - |
| YUV | 129.2 | 116.03 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 192 | 108 | 0.93 | 0 | 0.44 | 0.25 | 151.69 | 0.86 | 0.4 |
| Hex | E | C0 | 6C | 5D | 0 | 2C | 19 | 98 | 56 | 28 |
| Octal | 16 | 300 | 154 | 135 | 0 | 54 | 31 | 230 | 126 | 50 |
| Binary | 1110 | 11000000 | 1101100 | 1011101 | 0 | 101100 | 11001 | 10011000 | 1010110 | 101000 |
Color Harmonies of #0EC06C
Complementary color
Monochromatic Colors of #0EC06C
Black with #0EC06C
Text Example
Text Example
White with #0EC06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC06C; }
p { color: rgb(14,192,108); }
H1.HeaderClassName
{
color: #0EC06C;
}
.AnyTagClassName
{
color: #0EC06C;
}
</style>
background-color css
<style>
a { background-color: #0EC06C; }
a { background-color: rgb(14,192,108); }
div.DivClassName
{
background-color: #0EC06C;
}
.BgClassName
{
background-color: #0EC06C;
}
</style>
border-color css
<style>
span { border-color: #0EC06C; }
span { border-color: rgb(14,192,108); }
td.TdClassName
{
border-color: #0EC06C;
}
.TagClassName
{
border-color: #0EC06C;
}
</style>