Shades of Salem #0C8D4D
Tints of Salem #0C8D4D
RGB
CMYK
RGB Variations
Color information
#0C8D4D (or 0x0C8D4D) is known color: Salem. HEX triplet: 0C, 8D and 4D. RGB value is (12,141,77). Sum of RGB (Red+Green+Blue) = 12+141+77=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 141 (55.47% from 255 or 61.30% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 141 - color contains mainly: green. Hex color #0C8D4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8D4D is #F372B2. Grayscale: #5F5F5F. Windows color (decimal): -15954611 or 5082380. OLE color: 5082380.
HSL color Cylindrical-coordinate representation of color #0C8D4D: hue angle of 150.23º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C8D4D is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 141 | 77 | - |
| CMYK | 0.91 | 0 | 0.45 | 0.45 |
| HSL | 150.23º | 0.84% | 0.3% | - |
| HSV(B) | 150.23º | 0.91% | 0.55% | - |
| XYZ | 11.02 | 19.66 | 10.24 | - |
| YUV | 95.13 | 117.76 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 141 | 77 | 0.91 | 0 | 0.45 | 0.45 | 150.23 | 0.84 | 0.3 |
| Hex | C | 8D | 4D | 5B | 0 | 2D | 2D | 96 | 54 | 1E |
| Octal | 14 | 215 | 115 | 133 | 0 | 55 | 55 | 226 | 124 | 36 |
| Binary | 1100 | 10001101 | 1001101 | 1011011 | 0 | 101101 | 101101 | 10010110 | 1010100 | 11110 |
Color Harmonies of #0C8D4D
Complementary color
Monochromatic Colors of #0C8D4D
Black with #0C8D4D
Text Example
Text Example
White with #0C8D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8D4D; }
p { color: rgb(12,141,77); }
H1.HeaderClassName
{
color: #0C8D4D;
}
.AnyTagClassName
{
color: #0C8D4D;
}
</style>
background-color css
<style>
a { background-color: #0C8D4D; }
a { background-color: rgb(12,141,77); }
div.DivClassName
{
background-color: #0C8D4D;
}
.BgClassName
{
background-color: #0C8D4D;
}
</style>
border-color css
<style>
span { border-color: #0C8D4D; }
span { border-color: rgb(12,141,77); }
td.TdClassName
{
border-color: #0C8D4D;
}
.TagClassName
{
border-color: #0C8D4D;
}
</style>