Shades of Jade #0EBB68
Tints of Jade #0EBB68
RGB
CMYK
RGB Variations
Color information
#0EBB68 (or 0x0EBB68) is known color: Jade. HEX triplet: 0E, BB and 68. RGB value is (14,187,104). Sum of RGB (Red+Green+Blue) = 14+187+104=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB68 is #F14497. Grayscale: #7D7D7D. Windows color (decimal): -15811736 or 6863630. OLE color: 6863630.
HSL color Cylindrical-coordinate representation of color #0EBB68: hue angle of 151.21º 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 #0EBB68 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 187 | 104 | - |
| CMYK | 0.93 | 0 | 0.44 | 0.27 |
| HSL | 151.21º | 0.86% | 0.39% | - |
| HSV(B) | 151.21º | 0.93% | 0.73% | - |
| XYZ | 20.45 | 36.63 | 19.09 | - |
| YUV | 125.81 | 115.69 | 48.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 187 | 104 | 0.93 | 0 | 0.44 | 0.27 | 151.21 | 0.86 | 0.39 |
| Hex | E | BB | 68 | 5D | 0 | 2C | 1B | 97 | 56 | 27 |
| Octal | 16 | 273 | 150 | 135 | 0 | 54 | 33 | 227 | 126 | 47 |
| Binary | 1110 | 10111011 | 1101000 | 1011101 | 0 | 101100 | 11011 | 10010111 | 1010110 | 100111 |
Color Harmonies of #0EBB68
Complementary color
Monochromatic Colors of #0EBB68
Black with #0EBB68
Text Example
Text Example
White with #0EBB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBB68; }
p { color: rgb(14,187,104); }
H1.HeaderClassName
{
color: #0EBB68;
}
.AnyTagClassName
{
color: #0EBB68;
}
</style>
background-color css
<style>
a { background-color: #0EBB68; }
a { background-color: rgb(14,187,104); }
div.DivClassName
{
background-color: #0EBB68;
}
.BgClassName
{
background-color: #0EBB68;
}
</style>
border-color css
<style>
span { border-color: #0EBB68; }
span { border-color: rgb(14,187,104); }
td.TdClassName
{
border-color: #0EBB68;
}
.TagClassName
{
border-color: #0EBB68;
}
</style>