Shades of Salem #0C8A54
Tints of Salem #0C8A54
RGB
CMYK
RGB Variations
Color information
#0C8A54 (or 0x0C8A54) is known color: Salem. HEX triplet: 0C, 8A and 54. RGB value is (12,138,84). Sum of RGB (Red+Green+Blue) = 12+138+84=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 138 (54.30% from 255 or 58.97% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 138 - color contains mainly: green. Hex color #0C8A54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8A54 is #F375AB. Grayscale: #5E5E5E. Windows color (decimal): -15955372 or 5540364. OLE color: 5540364.
HSL color Cylindrical-coordinate representation of color #0C8A54: hue angle of 154.29º 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 #0C8A54 is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 12 | 138 | 84 | - |
| CMYK | 0.91 | 0 | 0.39 | 0.46 |
| HSL | 154.29º | 0.84% | 0.29% | - |
| HSV(B) | 154.29º | 0.91% | 0.54% | - |
| XYZ | 10.84 | 18.9 | 11.46 | - |
| YUV | 94.17 | 122.26 | 69.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 138 | 84 | 0.91 | 0 | 0.39 | 0.46 | 154.29 | 0.84 | 0.29 |
| Hex | C | 8A | 54 | 5B | 0 | 27 | 2E | 9A | 54 | 1D |
| Octal | 14 | 212 | 124 | 133 | 0 | 47 | 56 | 232 | 124 | 35 |
| Binary | 1100 | 10001010 | 1010100 | 1011011 | 0 | 100111 | 101110 | 10011010 | 1010100 | 11101 |
Color Harmonies of #0C8A54
Complementary color
Monochromatic Colors of #0C8A54
Black with #0C8A54
Text Example
Text Example
White with #0C8A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8A54; }
p { color: rgb(12,138,84); }
H1.HeaderClassName
{
color: #0C8A54;
}
.AnyTagClassName
{
color: #0C8A54;
}
</style>
background-color css
<style>
a { background-color: #0C8A54; }
a { background-color: rgb(12,138,84); }
div.DivClassName
{
background-color: #0C8A54;
}
.BgClassName
{
background-color: #0C8A54;
}
</style>
border-color css
<style>
span { border-color: #0C8A54; }
span { border-color: rgb(12,138,84); }
td.TdClassName
{
border-color: #0C8A54;
}
.TagClassName
{
border-color: #0C8A54;
}
</style>