Shades of Jade #0EAC6B
Tints of Jade #0EAC6B
RGB
CMYK
RGB Variations
Color information
#0EAC6B (or 0x0EAC6B) is known color: Jade. HEX triplet: 0E, AC and 6B. RGB value is (14,172,107). Sum of RGB (Red+Green+Blue) = 14+172+107=293 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.78% from 293); Green value is 172 (67.58% from 255 or 58.70% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 172 - color contains mainly: green. Hex color #0EAC6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAC6B is #F15394. Grayscale: #757575. Windows color (decimal): -15815573 or 7056398. OLE color: 7056398.
HSL color Cylindrical-coordinate representation of color #0EAC6B: hue angle of 155.32º 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 #0EAC6B is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 172 | 107 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.33 |
| HSL | 155.32º | 0.85% | 0.36% | - |
| HSV(B) | 155.32º | 0.92% | 0.67% | - |
| XYZ | 17.59 | 30.66 | 18.9 | - |
| YUV | 117.35 | 122.15 | 54.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 172 | 107 | 0.92 | 0 | 0.38 | 0.33 | 155.32 | 0.85 | 0.36 |
| Hex | E | AC | 6B | 5C | 0 | 26 | 21 | 9B | 55 | 24 |
| Octal | 16 | 254 | 153 | 134 | 0 | 46 | 41 | 233 | 125 | 44 |
| Binary | 1110 | 10101100 | 1101011 | 1011100 | 0 | 100110 | 100001 | 10011011 | 1010101 | 100100 |
Color Harmonies of #0EAC6B
Complementary color
Monochromatic Colors of #0EAC6B
Black with #0EAC6B
Text Example
Text Example
White with #0EAC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAC6B; }
p { color: rgb(14,172,107); }
H1.HeaderClassName
{
color: #0EAC6B;
}
.AnyTagClassName
{
color: #0EAC6B;
}
</style>
background-color css
<style>
a { background-color: #0EAC6B; }
a { background-color: rgb(14,172,107); }
div.DivClassName
{
background-color: #0EAC6B;
}
.BgClassName
{
background-color: #0EAC6B;
}
</style>
border-color css
<style>
span { border-color: #0EAC6B; }
span { border-color: rgb(14,172,107); }
td.TdClassName
{
border-color: #0EAC6B;
}
.TagClassName
{
border-color: #0EAC6B;
}
</style>