Shades of Jade #0EBD6B
Tints of Jade #0EBD6B
RGB
CMYK
RGB Variations
Color information
#0EBD6B (or 0x0EBD6B) is known color: Jade. HEX triplet: 0E, BD and 6B. RGB value is (14,189,107). Sum of RGB (Red+Green+Blue) = 14+189+107=310 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.52% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #0EBD6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBD6B is #F14294. Grayscale: #7F7F7F. Windows color (decimal): -15811221 or 7060750. OLE color: 7060750.
HSL color Cylindrical-coordinate representation of color #0EBD6B: hue angle of 151.89º 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 #0EBD6B is Cyan = 0.93, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 14 | 189 | 107 | - |
| CMYK | 0.93 | 0 | 0.43 | 0.26 |
| HSL | 151.89º | 0.86% | 0.4% | - |
| HSV(B) | 151.89º | 0.93% | 0.74% | - |
| XYZ | 21.03 | 37.55 | 20.05 | - |
| YUV | 127.33 | 116.52 | 47.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 189 | 107 | 0.93 | 0 | 0.43 | 0.26 | 151.89 | 0.86 | 0.4 |
| Hex | E | BD | 6B | 5D | 0 | 2B | 1A | 98 | 56 | 28 |
| Octal | 16 | 275 | 153 | 135 | 0 | 53 | 32 | 230 | 126 | 50 |
| Binary | 1110 | 10111101 | 1101011 | 1011101 | 0 | 101011 | 11010 | 10011000 | 1010110 | 101000 |
Color Harmonies of #0EBD6B
Complementary color
Monochromatic Colors of #0EBD6B
Black with #0EBD6B
Text Example
Text Example
White with #0EBD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EBD6B; }
p { color: rgb(14,189,107); }
H1.HeaderClassName
{
color: #0EBD6B;
}
.AnyTagClassName
{
color: #0EBD6B;
}
</style>
background-color css
<style>
a { background-color: #0EBD6B; }
a { background-color: rgb(14,189,107); }
div.DivClassName
{
background-color: #0EBD6B;
}
.BgClassName
{
background-color: #0EBD6B;
}
</style>
border-color css
<style>
span { border-color: #0EBD6B; }
span { border-color: rgb(14,189,107); }
td.TdClassName
{
border-color: #0EBD6B;
}
.TagClassName
{
border-color: #0EBD6B;
}
</style>