Shades of Jade #0EA16B
Tints of Jade #0EA16B
RGB
CMYK
RGB Variations
Color information
#0EA16B (or 0x0EA16B) is known color: Jade. HEX triplet: 0E, A1 and 6B. RGB value is (14,161,107). Sum of RGB (Red+Green+Blue) = 14+161+107=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA16B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA16B is #F15E94. Grayscale: #6E6E6E. Windows color (decimal): -15818389 or 7053582. OLE color: 7053582.
HSL color Cylindrical-coordinate representation of color #0EA16B: hue angle of 157.96º 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 #0EA16B is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 107 | - |
| CMYK | 0.91 | 0 | 0.34 | 0.37 |
| HSL | 157.96º | 0.84% | 0.34% | - |
| HSV(B) | 157.96º | 0.91% | 0.63% | - |
| XYZ | 15.58 | 26.64 | 18.23 | - |
| YUV | 110.89 | 125.8 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 107 | 0.91 | 0 | 0.34 | 0.37 | 157.96 | 0.84 | 0.34 |
| Hex | E | A1 | 6B | 5B | 0 | 22 | 25 | 9E | 54 | 22 |
| Octal | 16 | 241 | 153 | 133 | 0 | 42 | 45 | 236 | 124 | 42 |
| Binary | 1110 | 10100001 | 1101011 | 1011011 | 0 | 100010 | 100101 | 10011110 | 1010100 | 100010 |
Color Harmonies of #0EA16B
Complementary color
Monochromatic Colors of #0EA16B
Black with #0EA16B
Text Example
Text Example
White with #0EA16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA16B; }
p { color: rgb(14,161,107); }
H1.HeaderClassName
{
color: #0EA16B;
}
.AnyTagClassName
{
color: #0EA16B;
}
</style>
background-color css
<style>
a { background-color: #0EA16B; }
a { background-color: rgb(14,161,107); }
div.DivClassName
{
background-color: #0EA16B;
}
.BgClassName
{
background-color: #0EA16B;
}
</style>
border-color css
<style>
span { border-color: #0EA16B; }
span { border-color: rgb(14,161,107); }
td.TdClassName
{
border-color: #0EA16B;
}
.TagClassName
{
border-color: #0EA16B;
}
</style>