Shades of Jade #0EA26E
Tints of Jade #0EA26E
RGB
CMYK
RGB Variations
Color information
#0EA26E (or 0x0EA26E) is known color: Jade. HEX triplet: 0E, A2 and 6E. RGB value is (14,162,110). Sum of RGB (Red+Green+Blue) = 14+162+110=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 162 (63.67% from 255 or 56.64% from 286); Blue value is 110 (43.36% from 255 or 38.46% from 286); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA26E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA26E is #F15D91. Grayscale: #6F6F6F. Windows color (decimal): -15818130 or 7250446. OLE color: 7250446.
HSL color Cylindrical-coordinate representation of color #0EA26E: hue angle of 158.92º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA26E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 14 | 162 | 110 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.36 |
| HSL | 158.92º | 0.84% | 0.35% | - |
| HSV(B) | 158.92º | 0.91% | 0.64% | - |
| XYZ | 15.92 | 27.06 | 19.14 | - |
| YUV | 111.82 | 126.97 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 162 | 110 | 0.91 | 0 | 0.32 | 0.36 | 158.92 | 0.84 | 0.35 |
| Hex | E | A2 | 6E | 5B | 0 | 20 | 24 | 9F | 54 | 23 |
| Octal | 16 | 242 | 156 | 133 | 0 | 40 | 44 | 237 | 124 | 43 |
| Binary | 1110 | 10100010 | 1101110 | 1011011 | 0 | 100000 | 100100 | 10011111 | 1010100 | 100011 |
Color Harmonies of #0EA26E
Complementary color
Monochromatic Colors of #0EA26E
Black with #0EA26E
Text Example
Text Example
White with #0EA26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA26E; }
p { color: rgb(14,162,110); }
H1.HeaderClassName
{
color: #0EA26E;
}
.AnyTagClassName
{
color: #0EA26E;
}
</style>
background-color css
<style>
a { background-color: #0EA26E; }
a { background-color: rgb(14,162,110); }
div.DivClassName
{
background-color: #0EA26E;
}
.BgClassName
{
background-color: #0EA26E;
}
</style>
border-color css
<style>
span { border-color: #0EA26E; }
span { border-color: rgb(14,162,110); }
td.TdClassName
{
border-color: #0EA26E;
}
.TagClassName
{
border-color: #0EA26E;
}
</style>