Shades of Jade #0EB56C
Tints of Jade #0EB56C
RGB
CMYK
RGB Variations
Color information
#0EB56C (or 0x0EB56C) is known color: Jade. HEX triplet: 0E, B5 and 6C. RGB value is (14,181,108). Sum of RGB (Red+Green+Blue) = 14+181+108=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 181 (71.09% from 255 or 59.74% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 181 - color contains mainly: green. Hex color #0EB56C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB56C is #F14A93. Grayscale: #7A7A7A. Windows color (decimal): -15813268 or 7124238. OLE color: 7124238.
HSL color Cylindrical-coordinate representation of color #0EB56C: hue angle of 153.77º 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 #0EB56C is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 181 | 108 | - |
| CMYK | 0.92 | 0 | 0.40 | 0.29 |
| HSL | 153.77º | 0.86% | 0.38% | - |
| HSV(B) | 153.77º | 0.92% | 0.71% | - |
| XYZ | 19.41 | 34.22 | 19.77 | - |
| YUV | 122.75 | 119.67 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 181 | 108 | 0.92 | 0 | 0.40 | 0.29 | 153.77 | 0.86 | 0.38 |
| Hex | E | B5 | 6C | 5C | 0 | 28 | 1D | 9A | 56 | 26 |
| Octal | 16 | 265 | 154 | 134 | 0 | 50 | 35 | 232 | 126 | 46 |
| Binary | 1110 | 10110101 | 1101100 | 1011100 | 0 | 101000 | 11101 | 10011010 | 1010110 | 100110 |
Color Harmonies of #0EB56C
Complementary color
Monochromatic Colors of #0EB56C
Black with #0EB56C
Text Example
Text Example
White with #0EB56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB56C; }
p { color: rgb(14,181,108); }
H1.HeaderClassName
{
color: #0EB56C;
}
.AnyTagClassName
{
color: #0EB56C;
}
</style>
background-color css
<style>
a { background-color: #0EB56C; }
a { background-color: rgb(14,181,108); }
div.DivClassName
{
background-color: #0EB56C;
}
.BgClassName
{
background-color: #0EB56C;
}
</style>
border-color css
<style>
span { border-color: #0EB56C; }
span { border-color: rgb(14,181,108); }
td.TdClassName
{
border-color: #0EB56C;
}
.TagClassName
{
border-color: #0EB56C;
}
</style>