Shades of Jade #0EAA6E
Tints of Jade #0EAA6E
RGB
CMYK
RGB Variations
Color information
#0EAA6E (or 0x0EAA6E) is known color: Jade. HEX triplet: 0E, AA and 6E. RGB value is (14,170,110). Sum of RGB (Red+Green+Blue) = 14+170+110=294 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.76% from 294); Green value is 170 (66.80% from 255 or 57.82% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA6E is #F15591. Grayscale: #747474. Windows color (decimal): -15816082 or 7252494. OLE color: 7252494.
HSL color Cylindrical-coordinate representation of color #0EAA6E: hue angle of 156.92º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA6E is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 110 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.33 |
| HSL | 156.92º | 0.85% | 0.36% | - |
| HSV(B) | 156.92º | 0.92% | 0.67% | - |
| XYZ | 17.37 | 29.97 | 19.62 | - |
| YUV | 116.52 | 124.32 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 110 | 0.92 | 0 | 0.35 | 0.33 | 156.92 | 0.85 | 0.36 |
| Hex | E | AA | 6E | 5C | 0 | 23 | 21 | 9D | 55 | 24 |
| Octal | 16 | 252 | 156 | 134 | 0 | 43 | 41 | 235 | 125 | 44 |
| Binary | 1110 | 10101010 | 1101110 | 1011100 | 0 | 100011 | 100001 | 10011101 | 1010101 | 100100 |
Color Harmonies of #0EAA6E
Complementary color
Monochromatic Colors of #0EAA6E
Black with #0EAA6E
Text Example
Text Example
White with #0EAA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA6E; }
p { color: rgb(14,170,110); }
H1.HeaderClassName
{
color: #0EAA6E;
}
.AnyTagClassName
{
color: #0EAA6E;
}
</style>
background-color css
<style>
a { background-color: #0EAA6E; }
a { background-color: rgb(14,170,110); }
div.DivClassName
{
background-color: #0EAA6E;
}
.BgClassName
{
background-color: #0EAA6E;
}
</style>
border-color css
<style>
span { border-color: #0EAA6E; }
span { border-color: rgb(14,170,110); }
td.TdClassName
{
border-color: #0EAA6E;
}
.TagClassName
{
border-color: #0EAA6E;
}
</style>