Shades of Salem #0C8E3D
Tints of Salem #0C8E3D
RGB
CMYK
RGB Variations
Color information
#0C8E3D (or 0x0C8E3D) is known color: Salem. HEX triplet: 0C, 8E and 3D. RGB value is (12,142,61). Sum of RGB (Red+Green+Blue) = 12+142+61=215 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.58% from 215); Green value is 142 (55.86% from 255 or 66.05% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E3D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8E3D is #F371C2. Grayscale: #5E5E5E. Windows color (decimal): -15954371 or 4034060. OLE color: 4034060.
HSL color Cylindrical-coordinate representation of color #0C8E3D: hue angle of 142.62º degrees, saturation: 0.84, 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 #0C8E3D is Cyan = 0.92, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 61 | - |
| CMYK | 0.92 | 0 | 0.57 | 0.44 |
| HSL | 142.62º | 0.84% | 0.3% | - |
| HSV(B) | 142.62º | 0.92% | 0.56% | - |
| XYZ | 10.67 | 19.76 | 7.67 | - |
| YUV | 93.9 | 109.43 | 69.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 61 | 0.92 | 0 | 0.57 | 0.44 | 142.62 | 0.84 | 0.3 |
| Hex | C | 8E | 3D | 5C | 0 | 39 | 2C | 8F | 54 | 1E |
| Octal | 14 | 216 | 75 | 134 | 0 | 71 | 54 | 217 | 124 | 36 |
| Binary | 1100 | 10001110 | 111101 | 1011100 | 0 | 111001 | 101100 | 10001111 | 1010100 | 11110 |
Color Harmonies of #0C8E3D
Complementary color
Monochromatic Colors of #0C8E3D
Black with #0C8E3D
Text Example
Text Example
White with #0C8E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E3D; }
p { color: rgb(12,142,61); }
H1.HeaderClassName
{
color: #0C8E3D;
}
.AnyTagClassName
{
color: #0C8E3D;
}
</style>
background-color css
<style>
a { background-color: #0C8E3D; }
a { background-color: rgb(12,142,61); }
div.DivClassName
{
background-color: #0C8E3D;
}
.BgClassName
{
background-color: #0C8E3D;
}
</style>
border-color css
<style>
span { border-color: #0C8E3D; }
span { border-color: rgb(12,142,61); }
td.TdClassName
{
border-color: #0C8E3D;
}
.TagClassName
{
border-color: #0C8E3D;
}
</style>