Shades of Jade #0EAD76
Tints of Jade #0EAD76
RGB
CMYK
RGB Variations
Color information
#0EAD76 (or 0x0EAD76) is known color: Jade. HEX triplet: 0E, AD and 76. RGB value is (14,173,118). Sum of RGB (Red+Green+Blue) = 14+173+118=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD76 is #F15289. Grayscale: #777777. Windows color (decimal): -15815306 or 7777550. OLE color: 7777550.
HSL color Cylindrical-coordinate representation of color #0EAD76: hue angle of 159.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAD76 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 118 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.32 |
| HSL | 159.25º | 0.85% | 0.37% | - |
| HSV(B) | 159.25º | 0.92% | 0.68% | - |
| XYZ | 18.39 | 31.29 | 22.21 | - |
| YUV | 119.19 | 127.32 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 118 | 0.92 | 0 | 0.32 | 0.32 | 159.25 | 0.85 | 0.37 |
| Hex | E | AD | 76 | 5C | 0 | 20 | 20 | 9F | 55 | 25 |
| Octal | 16 | 255 | 166 | 134 | 0 | 40 | 40 | 237 | 125 | 45 |
| Binary | 1110 | 10101101 | 1110110 | 1011100 | 0 | 100000 | 100000 | 10011111 | 1010101 | 100101 |
Color Harmonies of #0EAD76
Complementary color
Monochromatic Colors of #0EAD76
Black with #0EAD76
Text Example
Text Example
White with #0EAD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD76; }
p { color: rgb(14,173,118); }
H1.HeaderClassName
{
color: #0EAD76;
}
.AnyTagClassName
{
color: #0EAD76;
}
</style>
background-color css
<style>
a { background-color: #0EAD76; }
a { background-color: rgb(14,173,118); }
div.DivClassName
{
background-color: #0EAD76;
}
.BgClassName
{
background-color: #0EAD76;
}
</style>
border-color css
<style>
span { border-color: #0EAD76; }
span { border-color: rgb(14,173,118); }
td.TdClassName
{
border-color: #0EAD76;
}
.TagClassName
{
border-color: #0EAD76;
}
</style>