Shades of Jade #0EAC65
Tints of Jade #0EAC65
RGB
CMYK
RGB Variations
Color information
#0EAC65 (or 0x0EAC65) is known color: Jade. HEX triplet: 0E, AC and 65. RGB value is (14,172,101). Sum of RGB (Red+Green+Blue) = 14+172+101=287 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.88% from 287); Green value is 172 (67.58% from 255 or 59.93% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC65 is #F1539A. Grayscale: #747474. Windows color (decimal): -15815579 or 6663182. OLE color: 6663182.
HSL color Cylindrical-coordinate representation of color #0EAC65: hue angle of 153.04º 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 #0EAC65 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 101 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.33 |
| HSL | 153.04º | 0.85% | 0.36% | - |
| HSV(B) | 153.04º | 0.92% | 0.67% | - |
| XYZ | 17.28 | 30.54 | 17.3 | - |
| YUV | 116.66 | 119.15 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 101 | 0.92 | 0 | 0.41 | 0.33 | 153.04 | 0.85 | 0.36 |
| Hex | E | AC | 65 | 5C | 0 | 29 | 21 | 99 | 55 | 24 |
| Octal | 16 | 254 | 145 | 134 | 0 | 51 | 41 | 231 | 125 | 44 |
| Binary | 1110 | 10101100 | 1100101 | 1011100 | 0 | 101001 | 100001 | 10011001 | 1010101 | 100100 |
Color Harmonies of #0EAC65
Complementary color
Monochromatic Colors of #0EAC65
Black with #0EAC65
Text Example
Text Example
White with #0EAC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC65; }
p { color: rgb(14,172,101); }
H1.HeaderClassName
{
color: #0EAC65;
}
.AnyTagClassName
{
color: #0EAC65;
}
</style>
background-color css
<style>
a { background-color: #0EAC65; }
a { background-color: rgb(14,172,101); }
div.DivClassName
{
background-color: #0EAC65;
}
.BgClassName
{
background-color: #0EAC65;
}
</style>
border-color css
<style>
span { border-color: #0EAC65; }
span { border-color: rgb(14,172,101); }
td.TdClassName
{
border-color: #0EAC65;
}
.TagClassName
{
border-color: #0EAC65;
}
</style>