Shades of Jade #0EA16C
Tints of Jade #0EA16C
RGB
CMYK
RGB Variations
Color information
#0EA16C (or 0x0EA16C) is known color: Jade. HEX triplet: 0E, A1 and 6C. RGB value is (14,161,108). Sum of RGB (Red+Green+Blue) = 14+161+108=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 161 (63.28% from 255 or 56.89% from 283); Blue value is 108 (42.58% from 255 or 38.16% from 283); Max value from RGB is 161 - color contains mainly: green. Hex color #0EA16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA16C is #F15E93. Grayscale: #6F6F6F. Windows color (decimal): -15818388 or 7119118. OLE color: 7119118.
HSL color Cylindrical-coordinate representation of color #0EA16C: hue angle of 158.37º 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 #0EA16C is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 14 | 161 | 108 | - |
| CMYK | 0.91 | 0 | 0.33 | 0.37 |
| HSL | 158.37º | 0.84% | 0.34% | - |
| HSV(B) | 158.37º | 0.91% | 0.63% | - |
| XYZ | 15.63 | 26.67 | 18.51 | - |
| YUV | 111.01 | 126.3 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 161 | 108 | 0.91 | 0 | 0.33 | 0.37 | 158.37 | 0.84 | 0.34 |
| Hex | E | A1 | 6C | 5B | 0 | 21 | 25 | 9E | 54 | 22 |
| Octal | 16 | 241 | 154 | 133 | 0 | 41 | 45 | 236 | 124 | 42 |
| Binary | 1110 | 10100001 | 1101100 | 1011011 | 0 | 100001 | 100101 | 10011110 | 1010100 | 100010 |
Color Harmonies of #0EA16C
Complementary color
Monochromatic Colors of #0EA16C
Black with #0EA16C
Text Example
Text Example
White with #0EA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EA16C; }
p { color: rgb(14,161,108); }
H1.HeaderClassName
{
color: #0EA16C;
}
.AnyTagClassName
{
color: #0EA16C;
}
</style>
background-color css
<style>
a { background-color: #0EA16C; }
a { background-color: rgb(14,161,108); }
div.DivClassName
{
background-color: #0EA16C;
}
.BgClassName
{
background-color: #0EA16C;
}
</style>
border-color css
<style>
span { border-color: #0EA16C; }
span { border-color: rgb(14,161,108); }
td.TdClassName
{
border-color: #0EA16C;
}
.TagClassName
{
border-color: #0EA16C;
}
</style>