Shades of Jade #0EBA6B
Tints of Jade #0EBA6B
RGB
CMYK
RGB Variations
Color information
#0EBA6B (or 0x0EBA6B) is known color: Jade. HEX triplet: 0E, BA and 6B. RGB value is (14,186,107). Sum of RGB (Red+Green+Blue) = 14+186+107=307 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.56% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #0EBA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBA6B is #F14594. Grayscale: #7D7D7D. Windows color (decimal): -15811989 or 7059982. OLE color: 7059982.
HSL color Cylindrical-coordinate representation of color #0EBA6B: hue angle of 152.44º 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 #0EBA6B is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 14 | 186 | 107 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.27 |
| HSL | 152.44º | 0.86% | 0.39% | - |
| HSV(B) | 152.44º | 0.92% | 0.73% | - |
| XYZ | 20.39 | 36.27 | 19.84 | - |
| YUV | 125.57 | 117.52 | 48.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 186 | 107 | 0.92 | 0 | 0.42 | 0.27 | 152.44 | 0.86 | 0.39 |
| Hex | E | BA | 6B | 5C | 0 | 2A | 1B | 98 | 56 | 27 |
| Octal | 16 | 272 | 153 | 134 | 0 | 52 | 33 | 230 | 126 | 47 |
| Binary | 1110 | 10111010 | 1101011 | 1011100 | 0 | 101010 | 11011 | 10011000 | 1010110 | 100111 |
Color Harmonies of #0EBA6B
Complementary color
Monochromatic Colors of #0EBA6B
Black with #0EBA6B
Text Example
Text Example
White with #0EBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBA6B; }
p { color: rgb(14,186,107); }
H1.HeaderClassName
{
color: #0EBA6B;
}
.AnyTagClassName
{
color: #0EBA6B;
}
</style>
background-color css
<style>
a { background-color: #0EBA6B; }
a { background-color: rgb(14,186,107); }
div.DivClassName
{
background-color: #0EBA6B;
}
.BgClassName
{
background-color: #0EBA6B;
}
</style>
border-color css
<style>
span { border-color: #0EBA6B; }
span { border-color: rgb(14,186,107); }
td.TdClassName
{
border-color: #0EBA6B;
}
.TagClassName
{
border-color: #0EBA6B;
}
</style>