Shades of Jade #0EB76A
Tints of Jade #0EB76A
RGB
CMYK
RGB Variations
Color information
#0EB76A (or 0x0EB76A) is known color: Jade. HEX triplet: 0E, B7 and 6A. RGB value is (14,183,106). Sum of RGB (Red+Green+Blue) = 14+183+106=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB76A is #F14895. Grayscale: #7B7B7B. Windows color (decimal): -15812758 or 6993678. OLE color: 6993678.
HSL color Cylindrical-coordinate representation of color #0EB76A: hue angle of 152.66º 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 #0EB76A is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 183 | 106 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.28 |
| HSL | 152.66º | 0.86% | 0.39% | - |
| HSV(B) | 152.66º | 0.92% | 0.72% | - |
| XYZ | 19.72 | 35 | 19.35 | - |
| YUV | 123.69 | 118.01 | 49.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 183 | 106 | 0.92 | 0 | 0.42 | 0.28 | 152.66 | 0.86 | 0.39 |
| Hex | E | B7 | 6A | 5C | 0 | 2A | 1C | 99 | 56 | 27 |
| Octal | 16 | 267 | 152 | 134 | 0 | 52 | 34 | 231 | 126 | 47 |
| Binary | 1110 | 10110111 | 1101010 | 1011100 | 0 | 101010 | 11100 | 10011001 | 1010110 | 100111 |
Color Harmonies of #0EB76A
Complementary color
Monochromatic Colors of #0EB76A
Black with #0EB76A
Text Example
Text Example
White with #0EB76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB76A; }
p { color: rgb(14,183,106); }
H1.HeaderClassName
{
color: #0EB76A;
}
.AnyTagClassName
{
color: #0EB76A;
}
</style>
background-color css
<style>
a { background-color: #0EB76A; }
a { background-color: rgb(14,183,106); }
div.DivClassName
{
background-color: #0EB76A;
}
.BgClassName
{
background-color: #0EB76A;
}
</style>
border-color css
<style>
span { border-color: #0EB76A; }
span { border-color: rgb(14,183,106); }
td.TdClassName
{
border-color: #0EB76A;
}
.TagClassName
{
border-color: #0EB76A;
}
</style>