Shades of Salem #0F913B
Tints of Salem #0F913B
RGB
CMYK
RGB Variations
Color information
#0F913B (or 0x0F913B) is known color: Salem. HEX triplet: 0F, 91 and 3B. RGB value is (15,145,59). Sum of RGB (Red+Green+Blue) = 15+145+59=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 145 (57.03% from 255 or 66.21% from 219); Blue value is 59 (23.44% from 255 or 26.94% from 219); Max value from RGB is 145 - color contains mainly: green. Hex color #0F913B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F913B is #F06EC4. Grayscale: #606060. Windows color (decimal): -15756997 or 3903759. OLE color: 3903759.
HSL color Cylindrical-coordinate representation of color #0F913B: hue angle of 140.31º 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 #0F913B is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 59 | - |
| CMYK | 0.90 | 0 | 0.59 | 0.43 |
| HSL | 140.31º | 0.81% | 0.31% | - |
| HSV(B) | 140.31º | 0.9% | 0.57% | - |
| XYZ | 11.11 | 20.67 | 7.54 | - |
| YUV | 96.33 | 106.93 | 69.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 59 | 0.90 | 0 | 0.59 | 0.43 | 140.31 | 0.81 | 0.31 |
| Hex | F | 91 | 3B | 5A | 0 | 3B | 2B | 8C | 51 | 1F |
| Octal | 17 | 221 | 73 | 132 | 0 | 73 | 53 | 214 | 121 | 37 |
| Binary | 1111 | 10010001 | 111011 | 1011010 | 0 | 111011 | 101011 | 10001100 | 1010001 | 11111 |
Color Harmonies of #0F913B
Complementary color
Monochromatic Colors of #0F913B
Black with #0F913B
Text Example
Text Example
White with #0F913B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F913B; }
p { color: rgb(15,145,59); }
H1.HeaderClassName
{
color: #0F913B;
}
.AnyTagClassName
{
color: #0F913B;
}
</style>
background-color css
<style>
a { background-color: #0F913B; }
a { background-color: rgb(15,145,59); }
div.DivClassName
{
background-color: #0F913B;
}
.BgClassName
{
background-color: #0F913B;
}
</style>
border-color css
<style>
span { border-color: #0F913B; }
span { border-color: rgb(15,145,59); }
td.TdClassName
{
border-color: #0F913B;
}
.TagClassName
{
border-color: #0F913B;
}
</style>