Shades of Jade #0EAA65
Tints of Jade #0EAA65
RGB
CMYK
RGB Variations
Color information
#0EAA65 (or 0x0EAA65) is known color: Jade. HEX triplet: 0E, AA and 65. RGB value is (14,170,101). Sum of RGB (Red+Green+Blue) = 14+170+101=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 170 (66.80% from 255 or 59.65% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA65 is #F1559A. Grayscale: #737373. Windows color (decimal): -15816091 or 6662670. OLE color: 6662670.
HSL color Cylindrical-coordinate representation of color #0EAA65: hue angle of 153.46º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAA65 is Cyan = 0.92, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 101 | - |
| CMYK | 0.92 | 0 | 0.41 | 0.33 |
| HSL | 153.46º | 0.85% | 0.36% | - |
| HSV(B) | 153.46º | 0.92% | 0.67% | - |
| XYZ | 16.9 | 29.78 | 17.17 | - |
| YUV | 115.49 | 119.82 | 55.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 101 | 0.92 | 0 | 0.41 | 0.33 | 153.46 | 0.85 | 0.36 |
| Hex | E | AA | 65 | 5C | 0 | 29 | 21 | 99 | 55 | 24 |
| Octal | 16 | 252 | 145 | 134 | 0 | 51 | 41 | 231 | 125 | 44 |
| Binary | 1110 | 10101010 | 1100101 | 1011100 | 0 | 101001 | 100001 | 10011001 | 1010101 | 100100 |
Color Harmonies of #0EAA65
Complementary color
Monochromatic Colors of #0EAA65
Black with #0EAA65
Text Example
Text Example
White with #0EAA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA65; }
p { color: rgb(14,170,101); }
H1.HeaderClassName
{
color: #0EAA65;
}
.AnyTagClassName
{
color: #0EAA65;
}
</style>
background-color css
<style>
a { background-color: #0EAA65; }
a { background-color: rgb(14,170,101); }
div.DivClassName
{
background-color: #0EAA65;
}
.BgClassName
{
background-color: #0EAA65;
}
</style>
border-color css
<style>
span { border-color: #0EAA65; }
span { border-color: rgb(14,170,101); }
td.TdClassName
{
border-color: #0EAA65;
}
.TagClassName
{
border-color: #0EAA65;
}
</style>