Shades of Jade #0EAD6D
Tints of Jade #0EAD6D
RGB
CMYK
RGB Variations
Color information
#0EAD6D (or 0x0EAD6D) is known color: Jade. HEX triplet: 0E, AD and 6D. RGB value is (14,173,109). Sum of RGB (Red+Green+Blue) = 14+173+109=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 173 (67.97% from 255 or 58.45% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 173 - color contains mainly: green. Hex color #0EAD6D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAD6D is #F15292. Grayscale: #767676. Windows color (decimal): -15815315 or 7187726. OLE color: 7187726.
HSL color Cylindrical-coordinate representation of color #0EAD6D: hue angle of 155.85º 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 #0EAD6D is Cyan = 0.92, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 14 | 173 | 109 | - |
| CMYK | 0.92 | 0 | 0.37 | 0.32 |
| HSL | 155.85º | 0.85% | 0.37% | - |
| HSV(B) | 155.85º | 0.92% | 0.68% | - |
| XYZ | 17.88 | 31.08 | 19.53 | - |
| YUV | 118.16 | 122.82 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 173 | 109 | 0.92 | 0 | 0.37 | 0.32 | 155.85 | 0.85 | 0.37 |
| Hex | E | AD | 6D | 5C | 0 | 25 | 20 | 9C | 55 | 25 |
| Octal | 16 | 255 | 155 | 134 | 0 | 45 | 40 | 234 | 125 | 45 |
| Binary | 1110 | 10101101 | 1101101 | 1011100 | 0 | 100101 | 100000 | 10011100 | 1010101 | 100101 |
Color Harmonies of #0EAD6D
Complementary color
Monochromatic Colors of #0EAD6D
Black with #0EAD6D
Text Example
Text Example
White with #0EAD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAD6D; }
p { color: rgb(14,173,109); }
H1.HeaderClassName
{
color: #0EAD6D;
}
.AnyTagClassName
{
color: #0EAD6D;
}
</style>
background-color css
<style>
a { background-color: #0EAD6D; }
a { background-color: rgb(14,173,109); }
div.DivClassName
{
background-color: #0EAD6D;
}
.BgClassName
{
background-color: #0EAD6D;
}
</style>
border-color css
<style>
span { border-color: #0EAD6D; }
span { border-color: rgb(14,173,109); }
td.TdClassName
{
border-color: #0EAD6D;
}
.TagClassName
{
border-color: #0EAD6D;
}
</style>