Shades of Salem #0C904F
Tints of Salem #0C904F
RGB
CMYK
RGB Variations
Color information
#0C904F (or 0x0C904F) is known color: Salem. HEX triplet: 0C, 90 and 4F. RGB value is (12,144,79). Sum of RGB (Red+Green+Blue) = 12+144+79=235 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5.11% from 235); Green value is 144 (56.64% from 255 or 61.28% from 235); Blue value is 79 (31.25% from 255 or 33.62% from 235); Max value from RGB is 144 - color contains mainly: green. Hex color #0C904F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C904F is #F36FB0. Grayscale: #616161. Windows color (decimal): -15953841 or 5214220. OLE color: 5214220.
HSL color Cylindrical-coordinate representation of color #0C904F: hue angle of 150.45º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C904F is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 12 | 144 | 79 | - |
| CMYK | 0.92 | 0 | 0.45 | 0.44 |
| HSL | 150.45º | 0.85% | 0.31% | - |
| HSV(B) | 150.45º | 0.92% | 0.56% | - |
| XYZ | 11.54 | 20.59 | 10.76 | - |
| YUV | 97.12 | 117.77 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 144 | 79 | 0.92 | 0 | 0.45 | 0.44 | 150.45 | 0.85 | 0.31 |
| Hex | C | 90 | 4F | 5C | 0 | 2D | 2C | 96 | 55 | 1F |
| Octal | 14 | 220 | 117 | 134 | 0 | 55 | 54 | 226 | 125 | 37 |
| Binary | 1100 | 10010000 | 1001111 | 1011100 | 0 | 101101 | 101100 | 10010110 | 1010101 | 11111 |
Color Harmonies of #0C904F
Complementary color
Monochromatic Colors of #0C904F
Black with #0C904F
Text Example
Text Example
White with #0C904F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C904F; }
p { color: rgb(12,144,79); }
H1.HeaderClassName
{
color: #0C904F;
}
.AnyTagClassName
{
color: #0C904F;
}
</style>
background-color css
<style>
a { background-color: #0C904F; }
a { background-color: rgb(12,144,79); }
div.DivClassName
{
background-color: #0C904F;
}
.BgClassName
{
background-color: #0C904F;
}
</style>
border-color css
<style>
span { border-color: #0C904F; }
span { border-color: rgb(12,144,79); }
td.TdClassName
{
border-color: #0C904F;
}
.TagClassName
{
border-color: #0C904F;
}
</style>