Shades of Jade #0EB669
Tints of Jade #0EB669
RGB
CMYK
RGB Variations
Color information
#0EB669 (or 0x0EB669) is known color: Jade. HEX triplet: 0E, B6 and 69. RGB value is (14,182,105). Sum of RGB (Red+Green+Blue) = 14+182+105=301 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.65% from 301); Green value is 182 (71.48% from 255 or 60.47% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 182 - color contains mainly: green. Hex color #0EB669 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB669 is #F14996. Grayscale: #7B7B7B. Windows color (decimal): -15813015 or 6927886. OLE color: 6927886.
HSL color Cylindrical-coordinate representation of color #0EB669: hue angle of 152.5º 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 #0EB669 is Cyan = 0.92, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 14 | 182 | 105 | - |
| CMYK | 0.92 | 0 | 0.42 | 0.29 |
| HSL | 152.5º | 0.86% | 0.38% | - |
| HSV(B) | 152.5º | 0.92% | 0.71% | - |
| XYZ | 19.46 | 34.57 | 19.01 | - |
| YUV | 122.99 | 117.84 | 50.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 182 | 105 | 0.92 | 0 | 0.42 | 0.29 | 152.5 | 0.86 | 0.38 |
| Hex | E | B6 | 69 | 5C | 0 | 2A | 1D | 98 | 56 | 26 |
| Octal | 16 | 266 | 151 | 134 | 0 | 52 | 35 | 230 | 126 | 46 |
| Binary | 1110 | 10110110 | 1101001 | 1011100 | 0 | 101010 | 11101 | 10011000 | 1010110 | 100110 |
Color Harmonies of #0EB669
Complementary color
Monochromatic Colors of #0EB669
Black with #0EB669
Text Example
Text Example
White with #0EB669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB669; }
p { color: rgb(14,182,105); }
H1.HeaderClassName
{
color: #0EB669;
}
.AnyTagClassName
{
color: #0EB669;
}
</style>
background-color css
<style>
a { background-color: #0EB669; }
a { background-color: rgb(14,182,105); }
div.DivClassName
{
background-color: #0EB669;
}
.BgClassName
{
background-color: #0EB669;
}
</style>
border-color css
<style>
span { border-color: #0EB669; }
span { border-color: rgb(14,182,105); }
td.TdClassName
{
border-color: #0EB669;
}
.TagClassName
{
border-color: #0EB669;
}
</style>