Shades of Jade #0EAA74
Tints of Jade #0EAA74
RGB
CMYK
RGB Variations
Color information
#0EAA74 (or 0x0EAA74) is known color: Jade. HEX triplet: 0E, AA and 74. RGB value is (14,170,116). Sum of RGB (Red+Green+Blue) = 14+170+116=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 116 (45.70% from 255 or 38.67% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA74 is #F1558B. Grayscale: #757575. Windows color (decimal): -15816076 or 7645710. OLE color: 7645710.
HSL color Cylindrical-coordinate representation of color #0EAA74: hue angle of 159.23º 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 #0EAA74 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 14 | 170 | 116 | - |
| CMYK | 0.92 | 0 | 0.32 | 0.33 |
| HSL | 159.23º | 0.85% | 0.36% | - |
| HSV(B) | 159.23º | 0.92% | 0.67% | - |
| XYZ | 17.71 | 30.1 | 21.4 | - |
| YUV | 117.2 | 127.32 | 54.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 170 | 116 | 0.92 | 0 | 0.32 | 0.33 | 159.23 | 0.85 | 0.36 |
| Hex | E | AA | 74 | 5C | 0 | 20 | 21 | 9F | 55 | 24 |
| Octal | 16 | 252 | 164 | 134 | 0 | 40 | 41 | 237 | 125 | 44 |
| Binary | 1110 | 10101010 | 1110100 | 1011100 | 0 | 100000 | 100001 | 10011111 | 1010101 | 100100 |
Color Harmonies of #0EAA74
Complementary color
Monochromatic Colors of #0EAA74
Black with #0EAA74
Text Example
Text Example
White with #0EAA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAA74; }
p { color: rgb(14,170,116); }
H1.HeaderClassName
{
color: #0EAA74;
}
.AnyTagClassName
{
color: #0EAA74;
}
</style>
background-color css
<style>
a { background-color: #0EAA74; }
a { background-color: rgb(14,170,116); }
div.DivClassName
{
background-color: #0EAA74;
}
.BgClassName
{
background-color: #0EAA74;
}
</style>
border-color css
<style>
span { border-color: #0EAA74; }
span { border-color: rgb(14,170,116); }
td.TdClassName
{
border-color: #0EAA74;
}
.TagClassName
{
border-color: #0EAA74;
}
</style>