Shades of Jade #0EB36E
Tints of Jade #0EB36E
RGB
CMYK
RGB Variations
Color information
#0EB36E (or 0x0EB36E) is known color: Jade. HEX triplet: 0E, B3 and 6E. RGB value is (14,179,110). Sum of RGB (Red+Green+Blue) = 14+179+110=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #0EB36E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB36E is #F14C91. Grayscale: #797979. Windows color (decimal): -15813778 or 7254798. OLE color: 7254798.
HSL color Cylindrical-coordinate representation of color #0EB36E: hue angle of 154.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB36E is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 14 | 179 | 110 | - |
| CMYK | 0.92 | 0 | 0.39 | 0.30 |
| HSL | 154.91º | 0.85% | 0.38% | - |
| HSV(B) | 154.91º | 0.92% | 0.7% | - |
| XYZ | 19.12 | 33.46 | 20.2 | - |
| YUV | 121.8 | 121.34 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 179 | 110 | 0.92 | 0 | 0.39 | 0.30 | 154.91 | 0.85 | 0.38 |
| Hex | E | B3 | 6E | 5C | 0 | 27 | 1E | 9B | 55 | 26 |
| Octal | 16 | 263 | 156 | 134 | 0 | 47 | 36 | 233 | 125 | 46 |
| Binary | 1110 | 10110011 | 1101110 | 1011100 | 0 | 100111 | 11110 | 10011011 | 1010101 | 100110 |
Color Harmonies of #0EB36E
Complementary color
Monochromatic Colors of #0EB36E
Black with #0EB36E
Text Example
Text Example
White with #0EB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB36E; }
p { color: rgb(14,179,110); }
H1.HeaderClassName
{
color: #0EB36E;
}
.AnyTagClassName
{
color: #0EB36E;
}
</style>
background-color css
<style>
a { background-color: #0EB36E; }
a { background-color: rgb(14,179,110); }
div.DivClassName
{
background-color: #0EB36E;
}
.BgClassName
{
background-color: #0EB36E;
}
</style>
border-color css
<style>
span { border-color: #0EB36E; }
span { border-color: rgb(14,179,110); }
td.TdClassName
{
border-color: #0EB36E;
}
.TagClassName
{
border-color: #0EB36E;
}
</style>