Shades of Jade #0EBC67
Tints of Jade #0EBC67
RGB
CMYK
RGB Variations
Color information
#0EBC67 (or 0x0EBC67) is known color: Jade. HEX triplet: 0E, BC and 67. RGB value is (14,188,103). Sum of RGB (Red+Green+Blue) = 14+188+103=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 103 (40.62% from 255 or 33.77% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC67 is #F14398. Grayscale: #7E7E7E. Windows color (decimal): -15811481 or 6798350. OLE color: 6798350.
HSL color Cylindrical-coordinate representation of color #0EBC67: hue angle of 150.69º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBC67 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 103 | - |
| CMYK | 0.93 | 0 | 0.45 | 0.26 |
| HSL | 150.69º | 0.86% | 0.4% | - |
| HSV(B) | 150.69º | 0.93% | 0.74% | - |
| XYZ | 20.61 | 37.04 | 18.89 | - |
| YUV | 126.28 | 114.85 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 103 | 0.93 | 0 | 0.45 | 0.26 | 150.69 | 0.86 | 0.4 |
| Hex | E | BC | 67 | 5D | 0 | 2D | 1A | 97 | 56 | 28 |
| Octal | 16 | 274 | 147 | 135 | 0 | 55 | 32 | 227 | 126 | 50 |
| Binary | 1110 | 10111100 | 1100111 | 1011101 | 0 | 101101 | 11010 | 10010111 | 1010110 | 101000 |
Color Harmonies of #0EBC67
Complementary color
Monochromatic Colors of #0EBC67
Black with #0EBC67
Text Example
Text Example
White with #0EBC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC67; }
p { color: rgb(14,188,103); }
H1.HeaderClassName
{
color: #0EBC67;
}
.AnyTagClassName
{
color: #0EBC67;
}
</style>
background-color css
<style>
a { background-color: #0EBC67; }
a { background-color: rgb(14,188,103); }
div.DivClassName
{
background-color: #0EBC67;
}
.BgClassName
{
background-color: #0EBC67;
}
</style>
border-color css
<style>
span { border-color: #0EBC67; }
span { border-color: rgb(14,188,103); }
td.TdClassName
{
border-color: #0EBC67;
}
.TagClassName
{
border-color: #0EBC67;
}
</style>