Shades of Jade #0EC56A
Tints of Jade #0EC56A
RGB
CMYK
RGB Variations
Color information
#0EC56A (or 0x0EC56A) is known color: Jade. HEX triplet: 0E, C5 and 6A. RGB value is (14,197,106). Sum of RGB (Red+Green+Blue) = 14+197+106=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 197 (77.34% from 255 or 62.15% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 197 - color contains mainly: green. Hex color #0EC56A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EC56A is #F13A95. Grayscale: #848484. Windows color (decimal): -15809174 or 6997262. OLE color: 6997262.
HSL color Cylindrical-coordinate representation of color #0EC56A: hue angle of 150.16º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EC56A is Cyan = 0.93, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 14 | 197 | 106 | - |
| CMYK | 0.93 | 0 | 0.46 | 0.23 |
| HSL | 150.16º | 0.87% | 0.41% | - |
| HSV(B) | 150.16º | 0.93% | 0.77% | - |
| XYZ | 22.75 | 41.07 | 20.36 | - |
| YUV | 131.91 | 113.37 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 197 | 106 | 0.93 | 0 | 0.46 | 0.23 | 150.16 | 0.87 | 0.41 |
| Hex | E | C5 | 6A | 5D | 0 | 2E | 17 | 96 | 57 | 29 |
| Octal | 16 | 305 | 152 | 135 | 0 | 56 | 27 | 226 | 127 | 51 |
| Binary | 1110 | 11000101 | 1101010 | 1011101 | 0 | 101110 | 10111 | 10010110 | 1010111 | 101001 |
Color Harmonies of #0EC56A
Complementary color
Monochromatic Colors of #0EC56A
Black with #0EC56A
Text Example
Text Example
White with #0EC56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EC56A; }
p { color: rgb(14,197,106); }
H1.HeaderClassName
{
color: #0EC56A;
}
.AnyTagClassName
{
color: #0EC56A;
}
</style>
background-color css
<style>
a { background-color: #0EC56A; }
a { background-color: rgb(14,197,106); }
div.DivClassName
{
background-color: #0EC56A;
}
.BgClassName
{
background-color: #0EC56A;
}
</style>
border-color css
<style>
span { border-color: #0EC56A; }
span { border-color: rgb(14,197,106); }
td.TdClassName
{
border-color: #0EC56A;
}
.TagClassName
{
border-color: #0EC56A;
}
</style>