Shades of Jade #0EB76C
Tints of Jade #0EB76C
RGB
CMYK
RGB Variations
Color information
#0EB76C (or 0x0EB76C) is known color: Jade. HEX triplet: 0E, B7 and 6C. RGB value is (14,183,108). Sum of RGB (Red+Green+Blue) = 14+183+108=305 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.59% from 305); Green value is 183 (71.88% from 255 or 60% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB76C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB76C is #F14893. Grayscale: #7C7C7C. Windows color (decimal): -15812756 or 7124750. OLE color: 7124750.
HSL color Cylindrical-coordinate representation of color #0EB76C: hue angle of 153.37º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB76C is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 108 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.28 |
| HSL | 153.37º | 0.86% | 0.39% | - |
| HSV(B) | 153.37º | 0.92% | 0.72% | - |
| XYZ | 19.82 | 35.04 | 19.91 | - |
| YUV | 123.92 | 119.01 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 108 | 0.92 | 0 | 0.41 | 0.28 | 153.37 | 0.86 | 0.39 |
| Hex | E | B7 | 6C | 5C | 0 | 29 | 1C | 99 | 56 | 27 |
| Octal | 16 | 267 | 154 | 134 | 0 | 51 | 34 | 231 | 126 | 47 |
| Binary | 1110 | 10110111 | 1101100 | 1011100 | 0 | 101001 | 11100 | 10011001 | 1010110 | 100111 |
Color Harmonies of #0EB76C
Complementary color
Monochromatic Colors of #0EB76C
Black with #0EB76C
Text Example
Text Example
White with #0EB76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB76C; }
p { color: rgb(14,183,108); }
H1.HeaderClassName
{
color: #0EB76C;
}
.AnyTagClassName
{
color: #0EB76C;
}
</style>
background-color css
<style>
a { background-color: #0EB76C; }
a { background-color: rgb(14,183,108); }
div.DivClassName
{
background-color: #0EB76C;
}
.BgClassName
{
background-color: #0EB76C;
}
</style>
border-color css
<style>
span { border-color: #0EB76C; }
span { border-color: rgb(14,183,108); }
td.TdClassName
{
border-color: #0EB76C;
}
.TagClassName
{
border-color: #0EB76C;
}
</style>