Shades of Salem #0E9138
Tints of Salem #0E9138
RGB
CMYK
RGB Variations
Color information
#0E9138 (or 0x0E9138) is known color: Salem. HEX triplet: 0E, 91 and 38. RGB value is (14,145,56). Sum of RGB (Red+Green+Blue) = 14+145+56=215 (28% of max value = 765). Red value is 14 (5.86% from 255 or 6.51% from 215); Green value is 145 (57.03% from 255 or 67.44% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 145 - color contains mainly: green. Hex color #0E9138 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9138 is #F16EC7. Grayscale: #5F5F5F. Windows color (decimal): -15822536 or 3707150. OLE color: 3707150.
HSL color Cylindrical-coordinate representation of color #0E9138: hue angle of 139.24º 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 #0E9138 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 14 | 145 | 56 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.43 |
| HSL | 139.24º | 0.82% | 0.31% | - |
| HSV(B) | 139.24º | 0.9% | 0.57% | - |
| XYZ | 11.02 | 20.63 | 7.14 | - |
| YUV | 95.69 | 105.6 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 145 | 56 | 0.90 | 0 | 0.61 | 0.43 | 139.24 | 0.82 | 0.31 |
| Hex | E | 91 | 38 | 5A | 0 | 3D | 2B | 8B | 52 | 1F |
| Octal | 16 | 221 | 70 | 132 | 0 | 75 | 53 | 213 | 122 | 37 |
| Binary | 1110 | 10010001 | 111000 | 1011010 | 0 | 111101 | 101011 | 10001011 | 1010010 | 11111 |
Color Harmonies of #0E9138
Complementary color
Monochromatic Colors of #0E9138
Black with #0E9138
Text Example
Text Example
White with #0E9138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E9138; }
p { color: rgb(14,145,56); }
H1.HeaderClassName
{
color: #0E9138;
}
.AnyTagClassName
{
color: #0E9138;
}
</style>
background-color css
<style>
a { background-color: #0E9138; }
a { background-color: rgb(14,145,56); }
div.DivClassName
{
background-color: #0E9138;
}
.BgClassName
{
background-color: #0E9138;
}
</style>
border-color css
<style>
span { border-color: #0E9138; }
span { border-color: rgb(14,145,56); }
td.TdClassName
{
border-color: #0E9138;
}
.TagClassName
{
border-color: #0E9138;
}
</style>