Shades of Salem #0F914E
Tints of Salem #0F914E
RGB
CMYK
RGB Variations
Color information
#0F914E (or 0x0F914E) is known color: Salem. HEX triplet: 0F, 91 and 4E. RGB value is (15,145,78). Sum of RGB (Red+Green+Blue) = 15+145+78=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 145 (57.03% from 255 or 60.92% from 238); Blue value is 78 (30.86% from 255 or 32.77% from 238); Max value from RGB is 145 - color contains mainly: green. Hex color #0F914E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F914E is #F06EB1. Grayscale: #626262. Windows color (decimal): -15756978 or 5148943. OLE color: 5148943.
HSL color Cylindrical-coordinate representation of color #0F914E: hue angle of 149.08º 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 #0F914E is Cyan = 0.90, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 15 | 145 | 78 | - |
| CMYK | 0.90 | 0 | 0.46 | 0.43 |
| HSL | 149.08º | 0.81% | 0.31% | - |
| HSV(B) | 149.08º | 0.9% | 0.57% | - |
| XYZ | 11.7 | 20.9 | 10.63 | - |
| YUV | 98.49 | 116.43 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 145 | 78 | 0.90 | 0 | 0.46 | 0.43 | 149.08 | 0.81 | 0.31 |
| Hex | F | 91 | 4E | 5A | 0 | 2E | 2B | 95 | 51 | 1F |
| Octal | 17 | 221 | 116 | 132 | 0 | 56 | 53 | 225 | 121 | 37 |
| Binary | 1111 | 10010001 | 1001110 | 1011010 | 0 | 101110 | 101011 | 10010101 | 1010001 | 11111 |
Color Harmonies of #0F914E
Complementary color
Monochromatic Colors of #0F914E
Black with #0F914E
Text Example
Text Example
White with #0F914E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F914E; }
p { color: rgb(15,145,78); }
H1.HeaderClassName
{
color: #0F914E;
}
.AnyTagClassName
{
color: #0F914E;
}
</style>
background-color css
<style>
a { background-color: #0F914E; }
a { background-color: rgb(15,145,78); }
div.DivClassName
{
background-color: #0F914E;
}
.BgClassName
{
background-color: #0F914E;
}
</style>
border-color css
<style>
span { border-color: #0F914E; }
span { border-color: rgb(15,145,78); }
td.TdClassName
{
border-color: #0F914E;
}
.TagClassName
{
border-color: #0F914E;
}
</style>