Shades of Jade #0EA16D
Tints of Jade #0EA16D
RGB
CMYK
RGB Variations
Color information
#0EA16D (or 0x0EA16D) is known color: Jade. HEX triplet: 0E, A1 and 6D. RGB value is (14,161,109). Sum of RGB (Red+Green+Blue) = 14+161+109=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 161 (63.28% from 255 or 56.69% from 284); Blue value is 109 (42.97% from 255 or 38.38% from 284); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA16D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA16D is #F15E92. Grayscale: #6F6F6F. Windows color (decimal): -15818387 or 7184654. OLE color: 7184654.
HSL color Cylindrical-coordinate representation of color #0EA16D: hue angle of 158.78º 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 #0EA16D is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 109 | - |
| CMYK | 0.91 | 0 | 0.32 | 0.37 |
| HSL | 158.78º | 0.84% | 0.34% | - |
| HSV(B) | 158.78º | 0.91% | 0.63% | - |
| XYZ | 15.69 | 26.69 | 18.79 | - |
| YUV | 111.12 | 126.8 | 58.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 109 | 0.91 | 0 | 0.32 | 0.37 | 158.78 | 0.84 | 0.34 |
| Hex | E | A1 | 6D | 5B | 0 | 20 | 25 | 9F | 54 | 22 |
| Octal | 16 | 241 | 155 | 133 | 0 | 40 | 45 | 237 | 124 | 42 |
| Binary | 1110 | 10100001 | 1101101 | 1011011 | 0 | 100000 | 100101 | 10011111 | 1010100 | 100010 |
Color Harmonies of #0EA16D
Complementary color
Monochromatic Colors of #0EA16D
Black with #0EA16D
Text Example
Text Example
White with #0EA16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA16D; }
p { color: rgb(14,161,109); }
H1.HeaderClassName
{
color: #0EA16D;
}
.AnyTagClassName
{
color: #0EA16D;
}
</style>
background-color css
<style>
a { background-color: #0EA16D; }
a { background-color: rgb(14,161,109); }
div.DivClassName
{
background-color: #0EA16D;
}
.BgClassName
{
background-color: #0EA16D;
}
</style>
border-color css
<style>
span { border-color: #0EA16D; }
span { border-color: rgb(14,161,109); }
td.TdClassName
{
border-color: #0EA16D;
}
.TagClassName
{
border-color: #0EA16D;
}
</style>