Shades of Salem #0F8A3E
Tints of Salem #0F8A3E
RGB
CMYK
RGB Variations
Color information
#0F8A3E (or 0x0F8A3E) is known color: Salem. HEX triplet: 0F, 8A and 3E. RGB value is (15,138,62). Sum of RGB (Red+Green+Blue) = 15+138+62=215 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.98% from 215); Green value is 138 (54.30% from 255 or 64.19% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 138 - color contains mainly: green. Hex color #0F8A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F8A3E is #F075C1. Grayscale: #5C5C5C. Windows color (decimal): -15758786 or 4098575. OLE color: 4098575.
HSL color Cylindrical-coordinate representation of color #0F8A3E: hue angle of 142.93º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8A3E is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 15 | 138 | 62 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.46 |
| HSL | 142.93º | 0.8% | 0.3% | - |
| HSV(B) | 142.93º | 0.89% | 0.54% | - |
| XYZ | 10.15 | 18.63 | 7.62 | - |
| YUV | 92.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 138 | 62 | 0.89 | 0 | 0.55 | 0.46 | 142.93 | 0.8 | 0.3 |
| Hex | F | 8A | 3E | 59 | 0 | 37 | 2E | 8F | 50 | 1E |
| Octal | 17 | 212 | 76 | 131 | 0 | 67 | 56 | 217 | 120 | 36 |
| Binary | 1111 | 10001010 | 111110 | 1011001 | 0 | 110111 | 101110 | 10001111 | 1010000 | 11110 |
Color Harmonies of #0F8A3E
Complementary color
Monochromatic Colors of #0F8A3E
Black with #0F8A3E
Text Example
Text Example
White with #0F8A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F8A3E; }
p { color: rgb(15,138,62); }
H1.HeaderClassName
{
color: #0F8A3E;
}
.AnyTagClassName
{
color: #0F8A3E;
}
</style>
background-color css
<style>
a { background-color: #0F8A3E; }
a { background-color: rgb(15,138,62); }
div.DivClassName
{
background-color: #0F8A3E;
}
.BgClassName
{
background-color: #0F8A3E;
}
</style>
border-color css
<style>
span { border-color: #0F8A3E; }
span { border-color: rgb(15,138,62); }
td.TdClassName
{
border-color: #0F8A3E;
}
.TagClassName
{
border-color: #0F8A3E;
}
</style>