Shades of Jade #0EA168
Tints of Jade #0EA168
RGB
CMYK
RGB Variations
Color information
#0EA168 (or 0x0EA168) is known color: Jade. HEX triplet: 0E, A1 and 68. RGB value is (14,161,104). Sum of RGB (Red+Green+Blue) = 14+161+104=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 161 (63.28% from 255 or 57.71% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA168 is #F15E97. Grayscale: #6E6E6E. Windows color (decimal): -15818392 or 6856974. OLE color: 6856974.
HSL color Cylindrical-coordinate representation of color #0EA168: hue angle of 156.73º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA168 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 104 | - |
| CMYK | 0.91 | 0 | 0.35 | 0.37 |
| HSL | 156.73º | 0.84% | 0.34% | - |
| HSV(B) | 156.73º | 0.91% | 0.63% | - |
| XYZ | 15.42 | 26.58 | 17.41 | - |
| YUV | 110.55 | 124.3 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 104 | 0.91 | 0 | 0.35 | 0.37 | 156.73 | 0.84 | 0.34 |
| Hex | E | A1 | 68 | 5B | 0 | 23 | 25 | 9D | 54 | 22 |
| Octal | 16 | 241 | 150 | 133 | 0 | 43 | 45 | 235 | 124 | 42 |
| Binary | 1110 | 10100001 | 1101000 | 1011011 | 0 | 100011 | 100101 | 10011101 | 1010100 | 100010 |
Color Harmonies of #0EA168
Complementary color
Monochromatic Colors of #0EA168
Black with #0EA168
Text Example
Text Example
White with #0EA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA168; }
p { color: rgb(14,161,104); }
H1.HeaderClassName
{
color: #0EA168;
}
.AnyTagClassName
{
color: #0EA168;
}
</style>
background-color css
<style>
a { background-color: #0EA168; }
a { background-color: rgb(14,161,104); }
div.DivClassName
{
background-color: #0EA168;
}
.BgClassName
{
background-color: #0EA168;
}
</style>
border-color css
<style>
span { border-color: #0EA168; }
span { border-color: rgb(14,161,104); }
td.TdClassName
{
border-color: #0EA168;
}
.TagClassName
{
border-color: #0EA168;
}
</style>