Shades of Jade #0EA672
Tints of Jade #0EA672
RGB
CMYK
RGB Variations
Color information
#0EA672 (or 0x0EA672) is known color: Jade. HEX triplet: 0E, A6 and 72. RGB value is (14,166,114). Sum of RGB (Red+Green+Blue) = 14+166+114=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA672 is #F1598D. Grayscale: #727272. Windows color (decimal): -15817102 or 7513614. OLE color: 7513614.
HSL color Cylindrical-coordinate representation of color #0EA672: hue angle of 159.47º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA672 is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 166 | 114 | - |
| CMYK | 0.92 | 0 | 0.31 | 0.35 |
| HSL | 159.47º | 0.84% | 0.35% | - |
| HSV(B) | 159.47º | 0.92% | 0.65% | - |
| XYZ | 16.85 | 28.58 | 20.55 | - |
| YUV | 114.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 166 | 114 | 0.92 | 0 | 0.31 | 0.35 | 159.47 | 0.84 | 0.35 |
| Hex | E | A6 | 72 | 5C | 0 | 1F | 23 | 9F | 54 | 23 |
| Octal | 16 | 246 | 162 | 134 | 0 | 37 | 43 | 237 | 124 | 43 |
| Binary | 1110 | 10100110 | 1110010 | 1011100 | 0 | 11111 | 100011 | 10011111 | 1010100 | 100011 |
Color Harmonies of #0EA672
Complementary color
Monochromatic Colors of #0EA672
Black with #0EA672
Text Example
Text Example
White with #0EA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA672; }
p { color: rgb(14,166,114); }
H1.HeaderClassName
{
color: #0EA672;
}
.AnyTagClassName
{
color: #0EA672;
}
</style>
background-color css
<style>
a { background-color: #0EA672; }
a { background-color: rgb(14,166,114); }
div.DivClassName
{
background-color: #0EA672;
}
.BgClassName
{
background-color: #0EA672;
}
</style>
border-color css
<style>
span { border-color: #0EA672; }
span { border-color: rgb(14,166,114); }
td.TdClassName
{
border-color: #0EA672;
}
.TagClassName
{
border-color: #0EA672;
}
</style>