Shades of Jade #0EB56E
Tints of Jade #0EB56E
RGB
CMYK
RGB Variations
Color information
#0EB56E (or 0x0EB56E) is known color: Jade. HEX triplet: 0E, B5 and 6E. RGB value is (14,181,110). Sum of RGB (Red+Green+Blue) = 14+181+110=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 181 (71.09% from 255 or 59.34% from 305); Blue value is 110 (43.36% from 255 or 36.07% from 305); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB56E is #F14A91. Grayscale: #7B7B7B. Windows color (decimal): -15813266 or 7255310. OLE color: 7255310.
HSL color Cylindrical-coordinate representation of color #0EB56E: hue angle of 154.49º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB56E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 181 | 110 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.29 |
| HSL | 154.49º | 0.86% | 0.38% | - |
| HSV(B) | 154.49º | 0.92% | 0.71% | - |
| XYZ | 19.52 | 34.27 | 20.34 | - |
| YUV | 122.97 | 120.67 | 50.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 181 | 110 | 0.92 | 0 | 0.39 | 0.29 | 154.49 | 0.86 | 0.38 |
| Hex | E | B5 | 6E | 5C | 0 | 27 | 1D | 9A | 56 | 26 |
| Octal | 16 | 265 | 156 | 134 | 0 | 47 | 35 | 232 | 126 | 46 |
| Binary | 1110 | 10110101 | 1101110 | 1011100 | 0 | 100111 | 11101 | 10011010 | 1010110 | 100110 |
Color Harmonies of #0EB56E
Complementary color
Monochromatic Colors of #0EB56E
Black with #0EB56E
Text Example
Text Example
White with #0EB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB56E; }
p { color: rgb(14,181,110); }
H1.HeaderClassName
{
color: #0EB56E;
}
.AnyTagClassName
{
color: #0EB56E;
}
</style>
background-color css
<style>
a { background-color: #0EB56E; }
a { background-color: rgb(14,181,110); }
div.DivClassName
{
background-color: #0EB56E;
}
.BgClassName
{
background-color: #0EB56E;
}
</style>
border-color css
<style>
span { border-color: #0EB56E; }
span { border-color: rgb(14,181,110); }
td.TdClassName
{
border-color: #0EB56E;
}
.TagClassName
{
border-color: #0EB56E;
}
</style>