Shades of Salem #0C8F3C
Tints of Salem #0C8F3C
RGB
CMYK
RGB Variations
Color information
#0C8F3C (or 0x0C8F3C) is known color: Salem. HEX triplet: 0C, 8F and 3C. RGB value is (12,143,60). Sum of RGB (Red+Green+Blue) = 12+143+60=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 143 (56.25% from 255 or 66.51% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 143 - color contains mainly: green. Hex color #0C8F3C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8F3C is #F370C3. Grayscale: #5E5E5E. Windows color (decimal): -15954116 or 3968780. OLE color: 3968780.
HSL color Cylindrical-coordinate representation of color #0C8F3C: hue angle of 141.98º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C8F3C is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 143 | 60 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.44 |
| HSL | 141.98º | 0.85% | 0.3% | - |
| HSV(B) | 141.98º | 0.92% | 0.56% | - |
| XYZ | 10.79 | 20.05 | 7.58 | - |
| YUV | 94.37 | 108.6 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 143 | 60 | 0.92 | 0 | 0.58 | 0.44 | 141.98 | 0.85 | 0.3 |
| Hex | C | 8F | 3C | 5C | 0 | 3A | 2C | 8E | 55 | 1E |
| Octal | 14 | 217 | 74 | 134 | 0 | 72 | 54 | 216 | 125 | 36 |
| Binary | 1100 | 10001111 | 111100 | 1011100 | 0 | 111010 | 101100 | 10001110 | 1010101 | 11110 |
Color Harmonies of #0C8F3C
Complementary color
Monochromatic Colors of #0C8F3C
Black with #0C8F3C
Text Example
Text Example
White with #0C8F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8F3C; }
p { color: rgb(12,143,60); }
H1.HeaderClassName
{
color: #0C8F3C;
}
.AnyTagClassName
{
color: #0C8F3C;
}
</style>
background-color css
<style>
a { background-color: #0C8F3C; }
a { background-color: rgb(12,143,60); }
div.DivClassName
{
background-color: #0C8F3C;
}
.BgClassName
{
background-color: #0C8F3C;
}
</style>
border-color css
<style>
span { border-color: #0C8F3C; }
span { border-color: rgb(12,143,60); }
td.TdClassName
{
border-color: #0C8F3C;
}
.TagClassName
{
border-color: #0C8F3C;
}
</style>