Shades of Salem #0C8E36
Tints of Salem #0C8E36
RGB
CMYK
RGB Variations
Color information
#0C8E36 (or 0x0C8E36) is known color: Salem. HEX triplet: 0C, 8E and 36. RGB value is (12,142,54). Sum of RGB (Red+Green+Blue) = 12+142+54=208 (27% of max value = 765). Red value is 12 (5.08% from 255 or 5.77% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 54 (21.48% from 255 or 25.96% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #0C8E36 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0C8E36 is #F371C9. Grayscale: #5D5D5D. Windows color (decimal): -15954378 or 3575308. OLE color: 3575308.
HSL color Cylindrical-coordinate representation of color #0C8E36: hue angle of 139.38º 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 #0C8E36 is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 142 | 54 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.44 |
| HSL | 139.38º | 0.84% | 0.3% | - |
| HSV(B) | 139.38º | 0.92% | 0.56% | - |
| XYZ | 10.49 | 19.69 | 6.74 | - |
| YUV | 93.1 | 105.93 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 142 | 54 | 0.92 | 0 | 0.62 | 0.44 | 139.38 | 0.84 | 0.3 |
| Hex | C | 8E | 36 | 5C | 0 | 3E | 2C | 8B | 54 | 1E |
| Octal | 14 | 216 | 66 | 134 | 0 | 76 | 54 | 213 | 124 | 36 |
| Binary | 1100 | 10001110 | 110110 | 1011100 | 0 | 111110 | 101100 | 10001011 | 1010100 | 11110 |
Color Harmonies of #0C8E36
Complementary color
Monochromatic Colors of #0C8E36
Black with #0C8E36
Text Example
Text Example
White with #0C8E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8E36; }
p { color: rgb(12,142,54); }
H1.HeaderClassName
{
color: #0C8E36;
}
.AnyTagClassName
{
color: #0C8E36;
}
</style>
background-color css
<style>
a { background-color: #0C8E36; }
a { background-color: rgb(12,142,54); }
div.DivClassName
{
background-color: #0C8E36;
}
.BgClassName
{
background-color: #0C8E36;
}
</style>
border-color css
<style>
span { border-color: #0C8E36; }
span { border-color: rgb(12,142,54); }
td.TdClassName
{
border-color: #0C8E36;
}
.TagClassName
{
border-color: #0C8E36;
}
</style>