Shades of Salem #0E894E
Tints of Salem #0E894E
RGB
CMYK
RGB Variations
Color information
#0E894E (or 0x0E894E) is known color: Salem. HEX triplet: 0E, 89 and 4E. RGB value is (14,137,78). Sum of RGB (Red+Green+Blue) = 14+137+78=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 137 (53.91% from 255 or 59.83% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 137 - color contains mainly: green. Hex color #0E894E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E894E is #F176B1. Grayscale: #5D5D5D. Windows color (decimal): -15824562 or 5146894. OLE color: 5146894.
HSL color Cylindrical-coordinate representation of color #0E894E: hue angle of 151.22º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E894E is Cyan = 0.90, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 78 | - |
| CMYK | 0.90 | 0 | 0.43 | 0.46 |
| HSL | 151.22º | 0.81% | 0.3% | - |
| HSV(B) | 151.22º | 0.9% | 0.54% | - |
| XYZ | 10.5 | 18.53 | 10.23 | - |
| YUV | 93.5 | 119.25 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 78 | 0.90 | 0 | 0.43 | 0.46 | 151.22 | 0.81 | 0.3 |
| Hex | E | 89 | 4E | 5A | 0 | 2B | 2E | 97 | 51 | 1E |
| Octal | 16 | 211 | 116 | 132 | 0 | 53 | 56 | 227 | 121 | 36 |
| Binary | 1110 | 10001001 | 1001110 | 1011010 | 0 | 101011 | 101110 | 10010111 | 1010001 | 11110 |
Color Harmonies of #0E894E
Complementary color
Monochromatic Colors of #0E894E
Black with #0E894E
Text Example
Text Example
White with #0E894E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E894E; }
p { color: rgb(14,137,78); }
H1.HeaderClassName
{
color: #0E894E;
}
.AnyTagClassName
{
color: #0E894E;
}
</style>
background-color css
<style>
a { background-color: #0E894E; }
a { background-color: rgb(14,137,78); }
div.DivClassName
{
background-color: #0E894E;
}
.BgClassName
{
background-color: #0E894E;
}
</style>
border-color css
<style>
span { border-color: #0E894E; }
span { border-color: rgb(14,137,78); }
td.TdClassName
{
border-color: #0E894E;
}
.TagClassName
{
border-color: #0E894E;
}
</style>