Shades of Jade #0EAF72
Tints of Jade #0EAF72
RGB
CMYK
RGB Variations
Color information
#0EAF72 (or 0x0EAF72) is known color: Jade. HEX triplet: 0E, AF and 72. RGB value is (14,175,114). Sum of RGB (Red+Green+Blue) = 14+175+114=303 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.62% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF72 is #F1508D. Grayscale: #777777. Windows color (decimal): -15814798 or 7515918. OLE color: 7515918.
HSL color Cylindrical-coordinate representation of color #0EAF72: hue angle of 157.27º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EAF72 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 14 | 175 | 114 | - |
| CMYK | 0.92 | 0 | 0.35 | 0.31 |
| HSL | 157.27º | 0.85% | 0.37% | - |
| HSV(B) | 157.27º | 0.92% | 0.69% | - |
| XYZ | 18.55 | 31.97 | 21.11 | - |
| YUV | 119.91 | 124.66 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 175 | 114 | 0.92 | 0 | 0.35 | 0.31 | 157.27 | 0.85 | 0.37 |
| Hex | E | AF | 72 | 5C | 0 | 23 | 1F | 9D | 55 | 25 |
| Octal | 16 | 257 | 162 | 134 | 0 | 43 | 37 | 235 | 125 | 45 |
| Binary | 1110 | 10101111 | 1110010 | 1011100 | 0 | 100011 | 11111 | 10011101 | 1010101 | 100101 |
Color Harmonies of #0EAF72
Complementary color
Monochromatic Colors of #0EAF72
Black with #0EAF72
Text Example
Text Example
White with #0EAF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EAF72; }
p { color: rgb(14,175,114); }
H1.HeaderClassName
{
color: #0EAF72;
}
.AnyTagClassName
{
color: #0EAF72;
}
</style>
background-color css
<style>
a { background-color: #0EAF72; }
a { background-color: rgb(14,175,114); }
div.DivClassName
{
background-color: #0EAF72;
}
.BgClassName
{
background-color: #0EAF72;
}
</style>
border-color css
<style>
span { border-color: #0EAF72; }
span { border-color: rgb(14,175,114); }
td.TdClassName
{
border-color: #0EAF72;
}
.TagClassName
{
border-color: #0EAF72;
}
</style>