Shades of Salem #0C8940
Tints of Salem #0C8940
RGB
CMYK
RGB Variations
Color information
#0C8940 (or 0x0C8940) is known color: Salem. HEX triplet: 0C, 89 and 40. RGB value is (12,137,64). Sum of RGB (Red+Green+Blue) = 12+137+64=213 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.63% from 213); Green value is 137 (53.91% from 255 or 64.32% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8940 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8940 is #F376BF. Grayscale: #5B5B5B. Windows color (decimal): -15955648 or 4229388. OLE color: 4229388.
HSL color Cylindrical-coordinate representation of color #0C8940: hue angle of 144.96º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8940 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 64 | - |
| CMYK | 0.91 | 0 | 0.53 | 0.46 |
| HSL | 144.96º | 0.84% | 0.29% | - |
| HSV(B) | 144.96º | 0.91% | 0.54% | - |
| XYZ | 10.02 | 18.34 | 7.86 | - |
| YUV | 91.3 | 112.59 | 71.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 64 | 0.91 | 0 | 0.53 | 0.46 | 144.96 | 0.84 | 0.29 |
| Hex | C | 89 | 40 | 5B | 0 | 35 | 2E | 91 | 54 | 1D |
| Octal | 14 | 211 | 100 | 133 | 0 | 65 | 56 | 221 | 124 | 35 |
| Binary | 1100 | 10001001 | 1000000 | 1011011 | 0 | 110101 | 101110 | 10010001 | 1010100 | 11101 |
Color Harmonies of #0C8940
Complementary color
Monochromatic Colors of #0C8940
Black with #0C8940
Text Example
Text Example
White with #0C8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8940; }
p { color: rgb(12,137,64); }
H1.HeaderClassName
{
color: #0C8940;
}
.AnyTagClassName
{
color: #0C8940;
}
</style>
background-color css
<style>
a { background-color: #0C8940; }
a { background-color: rgb(12,137,64); }
div.DivClassName
{
background-color: #0C8940;
}
.BgClassName
{
background-color: #0C8940;
}
</style>
border-color css
<style>
span { border-color: #0C8940; }
span { border-color: rgb(12,137,64); }
td.TdClassName
{
border-color: #0C8940;
}
.TagClassName
{
border-color: #0C8940;
}
</style>