Shades of Jade #0EBC69
Tints of Jade #0EBC69
RGB
CMYK
RGB Variations
Color information
#0EBC69 (or 0x0EBC69) is known color: Jade. HEX triplet: 0E, BC and 69. RGB value is (14,188,105). Sum of RGB (Red+Green+Blue) = 14+188+105=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #0EBC69 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBC69 is #F14396. Grayscale: #7E7E7E. Windows color (decimal): -15811479 or 6929422. OLE color: 6929422.
HSL color Cylindrical-coordinate representation of color #0EBC69: hue angle of 151.38º 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 #0EBC69 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 188 | 105 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.26 |
| HSL | 151.38º | 0.86% | 0.4% | - |
| HSV(B) | 151.38º | 0.93% | 0.74% | - |
| XYZ | 20.71 | 37.08 | 19.43 | - |
| YUV | 126.51 | 115.85 | 47.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 188 | 105 | 0.93 | 0 | 0.44 | 0.26 | 151.38 | 0.86 | 0.4 |
| Hex | E | BC | 69 | 5D | 0 | 2C | 1A | 97 | 56 | 28 |
| Octal | 16 | 274 | 151 | 135 | 0 | 54 | 32 | 227 | 126 | 50 |
| Binary | 1110 | 10111100 | 1101001 | 1011101 | 0 | 101100 | 11010 | 10010111 | 1010110 | 101000 |
Color Harmonies of #0EBC69
Complementary color
Monochromatic Colors of #0EBC69
Black with #0EBC69
Text Example
Text Example
White with #0EBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBC69; }
p { color: rgb(14,188,105); }
H1.HeaderClassName
{
color: #0EBC69;
}
.AnyTagClassName
{
color: #0EBC69;
}
</style>
background-color css
<style>
a { background-color: #0EBC69; }
a { background-color: rgb(14,188,105); }
div.DivClassName
{
background-color: #0EBC69;
}
.BgClassName
{
background-color: #0EBC69;
}
</style>
border-color css
<style>
span { border-color: #0EBC69; }
span { border-color: rgb(14,188,105); }
td.TdClassName
{
border-color: #0EBC69;
}
.TagClassName
{
border-color: #0EBC69;
}
</style>