Shades of Salem #0E9147
Tints of Salem #0E9147
RGB
CMYK
RGB Variations
Color information
#0E9147 (or 0x0E9147) is known color: Salem. HEX triplet: 0E, 91 and 47. RGB value is (14,145,71). Sum of RGB (Red+Green+Blue) = 14+145+71=230 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.09% from 230); Green value is 145 (57.03% from 255 or 63.04% from 230); Blue value is 71 (28.12% from 255 or 30.87% from 230); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9147 is #F16EB8. Grayscale: #616161. Windows color (decimal): -15822521 or 4690190. OLE color: 4690190.
HSL color Cylindrical-coordinate representation of color #0E9147: hue angle of 146.11º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9147 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 145 | 71 | - |
| CMYK | 0.90 | 0 | 0.51 | 0.43 |
| HSL | 146.11º | 0.82% | 0.31% | - |
| HSV(B) | 146.11º | 0.9% | 0.57% | - |
| XYZ | 11.44 | 20.8 | 9.37 | - |
| YUV | 97.4 | 113.1 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 71 | 0.90 | 0 | 0.51 | 0.43 | 146.11 | 0.82 | 0.31 |
| Hex | E | 91 | 47 | 5A | 0 | 33 | 2B | 92 | 52 | 1F |
| Octal | 16 | 221 | 107 | 132 | 0 | 63 | 53 | 222 | 122 | 37 |
| Binary | 1110 | 10010001 | 1000111 | 1011010 | 0 | 110011 | 101011 | 10010010 | 1010010 | 11111 |
Color Harmonies of #0E9147
Complementary color
Monochromatic Colors of #0E9147
Black with #0E9147
Text Example
Text Example
White with #0E9147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9147; }
p { color: rgb(14,145,71); }
H1.HeaderClassName
{
color: #0E9147;
}
.AnyTagClassName
{
color: #0E9147;
}
</style>
background-color css
<style>
a { background-color: #0E9147; }
a { background-color: rgb(14,145,71); }
div.DivClassName
{
background-color: #0E9147;
}
.BgClassName
{
background-color: #0E9147;
}
</style>
border-color css
<style>
span { border-color: #0E9147; }
span { border-color: rgb(14,145,71); }
td.TdClassName
{
border-color: #0E9147;
}
.TagClassName
{
border-color: #0E9147;
}
</style>