Shades of Salem #0F9139
Tints of Salem #0F9139
RGB
CMYK
RGB Variations
Color information
#0F9139 (or 0x0F9139) is known color: Salem. HEX triplet: 0F, 91 and 39. RGB value is (15,145,57). Sum of RGB (Red+Green+Blue) = 15+145+57=217 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.91% from 217); Green value is 145 (57.03% from 255 or 66.82% from 217); Blue value is 57 (22.66% from 255 or 26.27% from 217); Max value from RGB is 145 - color contains mainly: green. Hex color #0F9139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F9139 is #F06EC6. Grayscale: #606060. Windows color (decimal): -15756999 or 3772687. OLE color: 3772687.
HSL color Cylindrical-coordinate representation of color #0F9139: hue angle of 139.38º degrees, saturation: 0.81, 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 #0F9139 is Cyan = 0.90, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 57 | - |
| CMYK | 0.90 | 0 | 0.61 | 0.43 |
| HSL | 139.38º | 0.81% | 0.31% | - |
| HSV(B) | 139.38º | 0.9% | 0.57% | - |
| XYZ | 11.06 | 20.65 | 7.27 | - |
| YUV | 96.1 | 105.93 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 57 | 0.90 | 0 | 0.61 | 0.43 | 139.38 | 0.81 | 0.31 |
| Hex | F | 91 | 39 | 5A | 0 | 3D | 2B | 8B | 51 | 1F |
| Octal | 17 | 221 | 71 | 132 | 0 | 75 | 53 | 213 | 121 | 37 |
| Binary | 1111 | 10010001 | 111001 | 1011010 | 0 | 111101 | 101011 | 10001011 | 1010001 | 11111 |
Color Harmonies of #0F9139
Complementary color
Monochromatic Colors of #0F9139
Black with #0F9139
Text Example
Text Example
White with #0F9139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9139; }
p { color: rgb(15,145,57); }
H1.HeaderClassName
{
color: #0F9139;
}
.AnyTagClassName
{
color: #0F9139;
}
</style>
background-color css
<style>
a { background-color: #0F9139; }
a { background-color: rgb(15,145,57); }
div.DivClassName
{
background-color: #0F9139;
}
.BgClassName
{
background-color: #0F9139;
}
</style>
border-color css
<style>
span { border-color: #0F9139; }
span { border-color: rgb(15,145,57); }
td.TdClassName
{
border-color: #0F9139;
}
.TagClassName
{
border-color: #0F9139;
}
</style>