Shades of Jade #0EAC75
Tints of Jade #0EAC75
RGB
CMYK
RGB Variations
Color information
#0EAC75 (or 0x0EAC75) is known color: Jade. HEX triplet: 0E, AC and 75. RGB value is (14,172,117). Sum of RGB (Red+Green+Blue) = 14+172+117=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 117 (46.09% from 255 or 38.61% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC75 is #F1538A. Grayscale: #767676. Windows color (decimal): -15815563 or 7711758. OLE color: 7711758.
HSL color Cylindrical-coordinate representation of color #0EAC75: hue angle of 159.11º 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 #0EAC75 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 117 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.33 |
| HSL | 159.11º | 0.85% | 0.36% | - |
| HSV(B) | 159.11º | 0.92% | 0.67% | - |
| XYZ | 18.14 | 30.88 | 21.83 | - |
| YUV | 118.49 | 127.15 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 117 | 0.92 | 0 | 0.32 | 0.33 | 159.11 | 0.85 | 0.36 |
| Hex | E | AC | 75 | 5C | 0 | 20 | 21 | 9F | 55 | 24 |
| Octal | 16 | 254 | 165 | 134 | 0 | 40 | 41 | 237 | 125 | 44 |
| Binary | 1110 | 10101100 | 1110101 | 1011100 | 0 | 100000 | 100001 | 10011111 | 1010101 | 100100 |
Color Harmonies of #0EAC75
Complementary color
Monochromatic Colors of #0EAC75
Black with #0EAC75
Text Example
Text Example
White with #0EAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC75; }
p { color: rgb(14,172,117); }
H1.HeaderClassName
{
color: #0EAC75;
}
.AnyTagClassName
{
color: #0EAC75;
}
</style>
background-color css
<style>
a { background-color: #0EAC75; }
a { background-color: rgb(14,172,117); }
div.DivClassName
{
background-color: #0EAC75;
}
.BgClassName
{
background-color: #0EAC75;
}
</style>
border-color css
<style>
span { border-color: #0EAC75; }
span { border-color: rgb(14,172,117); }
td.TdClassName
{
border-color: #0EAC75;
}
.TagClassName
{
border-color: #0EAC75;
}
</style>