Shades of Jade #0EB666
Tints of Jade #0EB666
RGB
CMYK
RGB Variations
Color information
#0EB666 (or 0x0EB666) is known color: Jade. HEX triplet: 0E, B6 and 66. RGB value is (14,182,102). Sum of RGB (Red+Green+Blue) = 14+182+102=298 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.70% from 298); Green value is 182 (71.48% from 255 or 61.07% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB666 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB666 is #F14999. Grayscale: #7A7A7A. Windows color (decimal): -15813018 or 6731278. OLE color: 6731278.
HSL color Cylindrical-coordinate representation of color #0EB666: hue angle of 151.43º 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 #0EB666 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 182 | 102 | - |
| CMYK | 0.92 | 0 | 0.44 | 0.29 |
| HSL | 151.43º | 0.86% | 0.38% | - |
| HSV(B) | 151.43º | 0.92% | 0.71% | - |
| XYZ | 19.31 | 34.51 | 18.21 | - |
| YUV | 122.65 | 116.34 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 182 | 102 | 0.92 | 0 | 0.44 | 0.29 | 151.43 | 0.86 | 0.38 |
| Hex | E | B6 | 66 | 5C | 0 | 2C | 1D | 97 | 56 | 26 |
| Octal | 16 | 266 | 146 | 134 | 0 | 54 | 35 | 227 | 126 | 46 |
| Binary | 1110 | 10110110 | 1100110 | 1011100 | 0 | 101100 | 11101 | 10010111 | 1010110 | 100110 |
Color Harmonies of #0EB666
Complementary color
Monochromatic Colors of #0EB666
Black with #0EB666
Text Example
Text Example
White with #0EB666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB666; }
p { color: rgb(14,182,102); }
H1.HeaderClassName
{
color: #0EB666;
}
.AnyTagClassName
{
color: #0EB666;
}
</style>
background-color css
<style>
a { background-color: #0EB666; }
a { background-color: rgb(14,182,102); }
div.DivClassName
{
background-color: #0EB666;
}
.BgClassName
{
background-color: #0EB666;
}
</style>
border-color css
<style>
span { border-color: #0EB666; }
span { border-color: rgb(14,182,102); }
td.TdClassName
{
border-color: #0EB666;
}
.TagClassName
{
border-color: #0EB666;
}
</style>