Shades of Jade #0EAC60
Tints of Jade #0EAC60
RGB
CMYK
RGB Variations
Color information
#0EAC60 (or 0x0EAC60) is known color: Jade. HEX triplet: 0E, AC and 60. RGB value is (14,172,96). Sum of RGB (Red+Green+Blue) = 14+172+96=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 172 (67.58% from 255 or 60.99% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC60 is #F1539F. Grayscale: #747474. Windows color (decimal): -15815584 or 6335502. OLE color: 6335502.
HSL color Cylindrical-coordinate representation of color #0EAC60: hue angle of 151.14º 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 #0EAC60 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 96 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.33 |
| HSL | 151.14º | 0.85% | 0.36% | - |
| HSV(B) | 151.14º | 0.92% | 0.67% | - |
| XYZ | 17.04 | 30.44 | 16.04 | - |
| YUV | 116.09 | 116.65 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 96 | 0.92 | 0 | 0.44 | 0.33 | 151.14 | 0.85 | 0.36 |
| Hex | E | AC | 60 | 5C | 0 | 2C | 21 | 97 | 55 | 24 |
| Octal | 16 | 254 | 140 | 134 | 0 | 54 | 41 | 227 | 125 | 44 |
| Binary | 1110 | 10101100 | 1100000 | 1011100 | 0 | 101100 | 100001 | 10010111 | 1010101 | 100100 |
Color Harmonies of #0EAC60
Complementary color
Monochromatic Colors of #0EAC60
Black with #0EAC60
Text Example
Text Example
White with #0EAC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC60; }
p { color: rgb(14,172,96); }
H1.HeaderClassName
{
color: #0EAC60;
}
.AnyTagClassName
{
color: #0EAC60;
}
</style>
background-color css
<style>
a { background-color: #0EAC60; }
a { background-color: rgb(14,172,96); }
div.DivClassName
{
background-color: #0EAC60;
}
.BgClassName
{
background-color: #0EAC60;
}
</style>
border-color css
<style>
span { border-color: #0EAC60; }
span { border-color: rgb(14,172,96); }
td.TdClassName
{
border-color: #0EAC60;
}
.TagClassName
{
border-color: #0EAC60;
}
</style>