Shades of Salem #0C8942
Tints of Salem #0C8942
RGB
CMYK
RGB Variations
Color information
#0C8942 (or 0x0C8942) is known color: Salem. HEX triplet: 0C, 89 and 42. RGB value is (12,137,66). Sum of RGB (Red+Green+Blue) = 12+137+66=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 66 (26.17% from 255 or 30.70% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #0C8942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8942 is #F376BD. Grayscale: #5B5B5B. Windows color (decimal): -15955646 or 4360460. OLE color: 4360460.
HSL color Cylindrical-coordinate representation of color #0C8942: hue angle of 145.92º 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 #0C8942 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 137 | 66 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.46 |
| HSL | 145.92º | 0.84% | 0.29% | - |
| HSV(B) | 145.92º | 0.91% | 0.54% | - |
| XYZ | 10.08 | 18.36 | 8.17 | - |
| YUV | 91.53 | 113.59 | 71.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 137 | 66 | 0.91 | 0 | 0.52 | 0.46 | 145.92 | 0.84 | 0.29 |
| Hex | C | 89 | 42 | 5B | 0 | 34 | 2E | 92 | 54 | 1D |
| Octal | 14 | 211 | 102 | 133 | 0 | 64 | 56 | 222 | 124 | 35 |
| Binary | 1100 | 10001001 | 1000010 | 1011011 | 0 | 110100 | 101110 | 10010010 | 1010100 | 11101 |
Color Harmonies of #0C8942
Complementary color
Monochromatic Colors of #0C8942
Black with #0C8942
Text Example
Text Example
White with #0C8942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8942; }
p { color: rgb(12,137,66); }
H1.HeaderClassName
{
color: #0C8942;
}
.AnyTagClassName
{
color: #0C8942;
}
</style>
background-color css
<style>
a { background-color: #0C8942; }
a { background-color: rgb(12,137,66); }
div.DivClassName
{
background-color: #0C8942;
}
.BgClassName
{
background-color: #0C8942;
}
</style>
border-color css
<style>
span { border-color: #0C8942; }
span { border-color: rgb(12,137,66); }
td.TdClassName
{
border-color: #0C8942;
}
.TagClassName
{
border-color: #0C8942;
}
</style>