Shades of Jade #0EB873
Tints of Jade #0EB873
RGB
CMYK
RGB Variations
Color information
#0EB873 (or 0x0EB873) is known color: Jade. HEX triplet: 0E, B8 and 73. RGB value is (14,184,115). Sum of RGB (Red+Green+Blue) = 14+184+115=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 184 (72.27% from 255 or 58.79% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB873 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB873 is #F1478C. Grayscale: #7D7D7D. Windows color (decimal): -15812493 or 7583758. OLE color: 7583758.
HSL color Cylindrical-coordinate representation of color #0EB873: hue angle of 155.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB873 is Cyan = 0.92, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 14 | 184 | 115 | - |
| CMYK | 0.92 | 0 | 0.38 | 0.28 |
| HSL | 155.65º | 0.86% | 0.39% | - |
| HSV(B) | 155.65º | 0.92% | 0.72% | - |
| XYZ | 20.42 | 35.61 | 22.02 | - |
| YUV | 125.3 | 122.18 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 184 | 115 | 0.92 | 0 | 0.38 | 0.28 | 155.65 | 0.86 | 0.39 |
| Hex | E | B8 | 73 | 5C | 0 | 26 | 1C | 9C | 56 | 27 |
| Octal | 16 | 270 | 163 | 134 | 0 | 46 | 34 | 234 | 126 | 47 |
| Binary | 1110 | 10111000 | 1110011 | 1011100 | 0 | 100110 | 11100 | 10011100 | 1010110 | 100111 |
Color Harmonies of #0EB873
Complementary color
Monochromatic Colors of #0EB873
Black with #0EB873
Text Example
Text Example
White with #0EB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0EB873; }
p { color: rgb(14,184,115); }
H1.HeaderClassName
{
color: #0EB873;
}
.AnyTagClassName
{
color: #0EB873;
}
</style>
background-color css
<style>
a { background-color: #0EB873; }
a { background-color: rgb(14,184,115); }
div.DivClassName
{
background-color: #0EB873;
}
.BgClassName
{
background-color: #0EB873;
}
</style>
border-color css
<style>
span { border-color: #0EB873; }
span { border-color: rgb(14,184,115); }
td.TdClassName
{
border-color: #0EB873;
}
.TagClassName
{
border-color: #0EB873;
}
</style>