Shades of Salem #0E893A
Tints of Salem #0E893A
RGB
CMYK
RGB Variations
Color information
#0E893A (or 0x0E893A) is known color: Salem. HEX triplet: 0E, 89 and 3A. RGB value is (14,137,58). Sum of RGB (Red+Green+Blue) = 14+137+58=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 137 (53.91% from 255 or 65.55% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 137 - color contains mainly: green. Hex color #0E893A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E893A is #F176C5. Grayscale: #5B5B5B. Windows color (decimal): -15824582 or 3836174. OLE color: 3836174.
HSL color Cylindrical-coordinate representation of color #0E893A: hue angle of 141.46º 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 #0E893A is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 14 | 137 | 58 | - |
| CMYK | 0.90 | 0 | 0.58 | 0.46 |
| HSL | 141.46º | 0.81% | 0.3% | - |
| HSV(B) | 141.46º | 0.9% | 0.54% | - |
| XYZ | 9.89 | 18.29 | 7.01 | - |
| YUV | 91.22 | 109.25 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 137 | 58 | 0.90 | 0 | 0.58 | 0.46 | 141.46 | 0.81 | 0.3 |
| Hex | E | 89 | 3A | 5A | 0 | 3A | 2E | 8D | 51 | 1E |
| Octal | 16 | 211 | 72 | 132 | 0 | 72 | 56 | 215 | 121 | 36 |
| Binary | 1110 | 10001001 | 111010 | 1011010 | 0 | 111010 | 101110 | 10001101 | 1010001 | 11110 |
Color Harmonies of #0E893A
Complementary color
Monochromatic Colors of #0E893A
Black with #0E893A
Text Example
Text Example
White with #0E893A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E893A; }
p { color: rgb(14,137,58); }
H1.HeaderClassName
{
color: #0E893A;
}
.AnyTagClassName
{
color: #0E893A;
}
</style>
background-color css
<style>
a { background-color: #0E893A; }
a { background-color: rgb(14,137,58); }
div.DivClassName
{
background-color: #0E893A;
}
.BgClassName
{
background-color: #0E893A;
}
</style>
border-color css
<style>
span { border-color: #0E893A; }
span { border-color: rgb(14,137,58); }
td.TdClassName
{
border-color: #0E893A;
}
.TagClassName
{
border-color: #0E893A;
}
</style>