Shades of Jade #0EA667
Tints of Jade #0EA667
RGB
CMYK
RGB Variations
Color information
#0EA667 (or 0x0EA667) is known color: Jade. HEX triplet: 0E, A6 and 67. RGB value is (14,166,103). Sum of RGB (Red+Green+Blue) = 14+166+103=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 166 (65.23% from 255 or 58.66% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA667 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA667 is #F15998. Grayscale: #717171. Windows color (decimal): -15817113 or 6792718. OLE color: 6792718.
HSL color Cylindrical-coordinate representation of color #0EA667: hue angle of 155.13º 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 #0EA667 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 14 | 166 | 103 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.35 |
| HSL | 155.13º | 0.84% | 0.35% | - |
| HSV(B) | 155.13º | 0.92% | 0.65% | - |
| XYZ | 16.27 | 28.35 | 17.45 | - |
| YUV | 113.37 | 122.14 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 166 | 103 | 0.92 | 0 | 0.38 | 0.35 | 155.13 | 0.84 | 0.35 |
| Hex | E | A6 | 67 | 5C | 0 | 26 | 23 | 9B | 54 | 23 |
| Octal | 16 | 246 | 147 | 134 | 0 | 46 | 43 | 233 | 124 | 43 |
| Binary | 1110 | 10100110 | 1100111 | 1011100 | 0 | 100110 | 100011 | 10011011 | 1010100 | 100011 |
Color Harmonies of #0EA667
Complementary color
Monochromatic Colors of #0EA667
Black with #0EA667
Text Example
Text Example
White with #0EA667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA667; }
p { color: rgb(14,166,103); }
H1.HeaderClassName
{
color: #0EA667;
}
.AnyTagClassName
{
color: #0EA667;
}
</style>
background-color css
<style>
a { background-color: #0EA667; }
a { background-color: rgb(14,166,103); }
div.DivClassName
{
background-color: #0EA667;
}
.BgClassName
{
background-color: #0EA667;
}
</style>
border-color css
<style>
span { border-color: #0EA667; }
span { border-color: rgb(14,166,103); }
td.TdClassName
{
border-color: #0EA667;
}
.TagClassName
{
border-color: #0EA667;
}
</style>