Shades of Jade #0EBA63
Tints of Jade #0EBA63
RGB
CMYK
RGB Variations
Color information
#0EBA63 (or 0x0EBA63) is known color: Jade. HEX triplet: 0E, BA and 63. RGB value is (14,186,99). Sum of RGB (Red+Green+Blue) = 14+186+99=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA63 is #F1459C. Grayscale: #7C7C7C. Windows color (decimal): -15811997 or 6535694. OLE color: 6535694.
HSL color Cylindrical-coordinate representation of color #0EBA63: hue angle of 149.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EBA63 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 99 | - |
| CMYK | 0.92 | 0 | 0.47 | 0.27 |
| HSL | 149.65º | 0.86% | 0.39% | - |
| HSV(B) | 149.65º | 0.92% | 0.73% | - |
| XYZ | 19.99 | 36.11 | 17.72 | - |
| YUV | 124.65 | 113.52 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 99 | 0.92 | 0 | 0.47 | 0.27 | 149.65 | 0.86 | 0.39 |
| Hex | E | BA | 63 | 5C | 0 | 2F | 1B | 96 | 56 | 27 |
| Octal | 16 | 272 | 143 | 134 | 0 | 57 | 33 | 226 | 126 | 47 |
| Binary | 1110 | 10111010 | 1100011 | 1011100 | 0 | 101111 | 11011 | 10010110 | 1010110 | 100111 |
Color Harmonies of #0EBA63
Complementary color
Monochromatic Colors of #0EBA63
Black with #0EBA63
Text Example
Text Example
White with #0EBA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA63; }
p { color: rgb(14,186,99); }
H1.HeaderClassName
{
color: #0EBA63;
}
.AnyTagClassName
{
color: #0EBA63;
}
</style>
background-color css
<style>
a { background-color: #0EBA63; }
a { background-color: rgb(14,186,99); }
div.DivClassName
{
background-color: #0EBA63;
}
.BgClassName
{
background-color: #0EBA63;
}
</style>
border-color css
<style>
span { border-color: #0EBA63; }
span { border-color: rgb(14,186,99); }
td.TdClassName
{
border-color: #0EBA63;
}
.TagClassName
{
border-color: #0EBA63;
}
</style>