Shades of Jade #0EAD67
Tints of Jade #0EAD67
RGB
CMYK
RGB Variations
Color information
#0EAD67 (or 0x0EAD67) is known color: Jade. HEX triplet: 0E, AD and 67. RGB value is (14,173,103). Sum of RGB (Red+Green+Blue) = 14+173+103=290 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.83% from 290); Green value is 173 (67.97% from 255 or 59.66% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD67 is #F15298. Grayscale: #757575. Windows color (decimal): -15815321 or 6794510. OLE color: 6794510.
HSL color Cylindrical-coordinate representation of color #0EAD67: hue angle of 153.58º 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 #0EAD67 is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 103 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.32 |
| HSL | 153.58º | 0.85% | 0.37% | - |
| HSV(B) | 153.58º | 0.92% | 0.68% | - |
| XYZ | 17.57 | 30.96 | 17.88 | - |
| YUV | 117.48 | 119.82 | 54.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 103 | 0.92 | 0 | 0.40 | 0.32 | 153.58 | 0.85 | 0.37 |
| Hex | E | AD | 67 | 5C | 0 | 28 | 20 | 9A | 55 | 25 |
| Octal | 16 | 255 | 147 | 134 | 0 | 50 | 40 | 232 | 125 | 45 |
| Binary | 1110 | 10101101 | 1100111 | 1011100 | 0 | 101000 | 100000 | 10011010 | 1010101 | 100101 |
Color Harmonies of #0EAD67
Complementary color
Monochromatic Colors of #0EAD67
Black with #0EAD67
Text Example
Text Example
White with #0EAD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD67; }
p { color: rgb(14,173,103); }
H1.HeaderClassName
{
color: #0EAD67;
}
.AnyTagClassName
{
color: #0EAD67;
}
</style>
background-color css
<style>
a { background-color: #0EAD67; }
a { background-color: rgb(14,173,103); }
div.DivClassName
{
background-color: #0EAD67;
}
.BgClassName
{
background-color: #0EAD67;
}
</style>
border-color css
<style>
span { border-color: #0EAD67; }
span { border-color: rgb(14,173,103); }
td.TdClassName
{
border-color: #0EAD67;
}
.TagClassName
{
border-color: #0EAD67;
}
</style>