Shades of Jade #0EA967
Tints of Jade #0EA967
RGB
CMYK
RGB Variations
Color information
#0EA967 (or 0x0EA967) is known color: Jade. HEX triplet: 0E, A9 and 67. RGB value is (14,169,103). Sum of RGB (Red+Green+Blue) = 14+169+103=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 169 (66.41% from 255 or 59.09% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA967 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA967 is #F15698. Grayscale: #737373. Windows color (decimal): -15816345 or 6793486. OLE color: 6793486.
HSL color Cylindrical-coordinate representation of color #0EA967: hue angle of 154.45º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA967 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 14 | 169 | 103 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.34 |
| HSL | 154.45º | 0.85% | 0.36% | - |
| HSV(B) | 154.45º | 0.92% | 0.66% | - |
| XYZ | 16.82 | 29.45 | 17.63 | - |
| YUV | 115.13 | 121.15 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 169 | 103 | 0.92 | 0 | 0.39 | 0.34 | 154.45 | 0.85 | 0.36 |
| Hex | E | A9 | 67 | 5C | 0 | 27 | 22 | 9A | 55 | 24 |
| Octal | 16 | 251 | 147 | 134 | 0 | 47 | 42 | 232 | 125 | 44 |
| Binary | 1110 | 10101001 | 1100111 | 1011100 | 0 | 100111 | 100010 | 10011010 | 1010101 | 100100 |
Color Harmonies of #0EA967
Complementary color
Monochromatic Colors of #0EA967
Black with #0EA967
Text Example
Text Example
White with #0EA967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA967; }
p { color: rgb(14,169,103); }
H1.HeaderClassName
{
color: #0EA967;
}
.AnyTagClassName
{
color: #0EA967;
}
</style>
background-color css
<style>
a { background-color: #0EA967; }
a { background-color: rgb(14,169,103); }
div.DivClassName
{
background-color: #0EA967;
}
.BgClassName
{
background-color: #0EA967;
}
</style>
border-color css
<style>
span { border-color: #0EA967; }
span { border-color: rgb(14,169,103); }
td.TdClassName
{
border-color: #0EA967;
}
.TagClassName
{
border-color: #0EA967;
}
</style>