Shades of Jade #0EBB60
Tints of Jade #0EBB60
RGB
CMYK
RGB Variations
Color information
#0EBB60 (or 0x0EBB60) is known color: Jade. HEX triplet: 0E, BB and 60. RGB value is (14,187,96). Sum of RGB (Red+Green+Blue) = 14+187+96=297 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.71% from 297); Green value is 187 (73.44% from 255 or 62.96% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB60 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB60 is #F1449F. Grayscale: #7D7D7D. Windows color (decimal): -15811744 or 6339342. OLE color: 6339342.
HSL color Cylindrical-coordinate representation of color #0EBB60: hue angle of 148.44º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0EBB60 is Cyan = 0.93, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 96 | - |
| CMYK | 0.93 | 0 | 0.49 | 0.27 |
| HSL | 148.44º | 0.86% | 0.39% | - |
| HSV(B) | 148.44º | 0.93% | 0.73% | - |
| XYZ | 20.06 | 36.48 | 17.05 | - |
| YUV | 124.9 | 111.69 | 48.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 96 | 0.93 | 0 | 0.49 | 0.27 | 148.44 | 0.86 | 0.39 |
| Hex | E | BB | 60 | 5D | 0 | 31 | 1B | 94 | 56 | 27 |
| Octal | 16 | 273 | 140 | 135 | 0 | 61 | 33 | 224 | 126 | 47 |
| Binary | 1110 | 10111011 | 1100000 | 1011101 | 0 | 110001 | 11011 | 10010100 | 1010110 | 100111 |
Color Harmonies of #0EBB60
Complementary color
Monochromatic Colors of #0EBB60
Black with #0EBB60
Text Example
Text Example
White with #0EBB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB60; }
p { color: rgb(14,187,96); }
H1.HeaderClassName
{
color: #0EBB60;
}
.AnyTagClassName
{
color: #0EBB60;
}
</style>
background-color css
<style>
a { background-color: #0EBB60; }
a { background-color: rgb(14,187,96); }
div.DivClassName
{
background-color: #0EBB60;
}
.BgClassName
{
background-color: #0EBB60;
}
</style>
border-color css
<style>
span { border-color: #0EBB60; }
span { border-color: rgb(14,187,96); }
td.TdClassName
{
border-color: #0EBB60;
}
.TagClassName
{
border-color: #0EBB60;
}
</style>