Shades of Salem #0E9144
Tints of Salem #0E9144
RGB
CMYK
RGB Variations
Color information
#0E9144 (or 0x0E9144) is known color: Salem. HEX triplet: 0E, 91 and 44. RGB value is (14,145,68). Sum of RGB (Red+Green+Blue) = 14+145+68=227 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.17% from 227); Green value is 145 (57.03% from 255 or 63.88% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9144 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9144 is #F16EBB. Grayscale: #616161. Windows color (decimal): -15822524 or 4493582. OLE color: 4493582.
HSL color Cylindrical-coordinate representation of color #0E9144: hue angle of 144.73º 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 #0E9144 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 145 | 68 | - |
| CMYK | 0.90 | 0 | 0.53 | 0.43 |
| HSL | 144.73º | 0.82% | 0.31% | - |
| HSV(B) | 144.73º | 0.9% | 0.57% | - |
| XYZ | 11.35 | 20.76 | 8.88 | - |
| YUV | 97.05 | 111.6 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 68 | 0.90 | 0 | 0.53 | 0.43 | 144.73 | 0.82 | 0.31 |
| Hex | E | 91 | 44 | 5A | 0 | 35 | 2B | 91 | 52 | 1F |
| Octal | 16 | 221 | 104 | 132 | 0 | 65 | 53 | 221 | 122 | 37 |
| Binary | 1110 | 10010001 | 1000100 | 1011010 | 0 | 110101 | 101011 | 10010001 | 1010010 | 11111 |
Color Harmonies of #0E9144
Complementary color
Monochromatic Colors of #0E9144
Black with #0E9144
Text Example
Text Example
White with #0E9144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9144; }
p { color: rgb(14,145,68); }
H1.HeaderClassName
{
color: #0E9144;
}
.AnyTagClassName
{
color: #0E9144;
}
</style>
background-color css
<style>
a { background-color: #0E9144; }
a { background-color: rgb(14,145,68); }
div.DivClassName
{
background-color: #0E9144;
}
.BgClassName
{
background-color: #0E9144;
}
</style>
border-color css
<style>
span { border-color: #0E9144; }
span { border-color: rgb(14,145,68); }
td.TdClassName
{
border-color: #0E9144;
}
.TagClassName
{
border-color: #0E9144;
}
</style>