Shades of Salem #0C8B4F
Tints of Salem #0C8B4F
RGB
CMYK
RGB Variations
Color information
#0C8B4F (or 0x0C8B4F) is known color: Salem. HEX triplet: 0C, 8B and 4F. RGB value is (12,139,79). Sum of RGB (Red+Green+Blue) = 12+139+79=230 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.22% from 230); Green value is 139 (54.69% from 255 or 60.43% from 230); Blue value is 79 (31.25% from 255 or 34.35% from 230); Max value from RGB is 139 - color contains mainly: green. Hex color #0C8B4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0C8B4F is #F374B0. Grayscale: #5E5E5E. Windows color (decimal): -15955121 or 5212940. OLE color: 5212940.
HSL color Cylindrical-coordinate representation of color #0C8B4F: hue angle of 151.65º 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 #0C8B4F is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 12 | 139 | 79 | - |
| CMYK | 0.91 | 0 | 0.43 | 0.45 |
| HSL | 151.65º | 0.84% | 0.3% | - |
| HSV(B) | 151.65º | 0.91% | 0.55% | - |
| XYZ | 10.8 | 19.11 | 10.52 | - |
| YUV | 94.19 | 119.42 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 139 | 79 | 0.91 | 0 | 0.43 | 0.45 | 151.65 | 0.84 | 0.3 |
| Hex | C | 8B | 4F | 5B | 0 | 2B | 2D | 98 | 54 | 1E |
| Octal | 14 | 213 | 117 | 133 | 0 | 53 | 55 | 230 | 124 | 36 |
| Binary | 1100 | 10001011 | 1001111 | 1011011 | 0 | 101011 | 101101 | 10011000 | 1010100 | 11110 |
Color Harmonies of #0C8B4F
Complementary color
Monochromatic Colors of #0C8B4F
Black with #0C8B4F
Text Example
Text Example
White with #0C8B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C8B4F; }
p { color: rgb(12,139,79); }
H1.HeaderClassName
{
color: #0C8B4F;
}
.AnyTagClassName
{
color: #0C8B4F;
}
</style>
background-color css
<style>
a { background-color: #0C8B4F; }
a { background-color: rgb(12,139,79); }
div.DivClassName
{
background-color: #0C8B4F;
}
.BgClassName
{
background-color: #0C8B4F;
}
</style>
border-color css
<style>
span { border-color: #0C8B4F; }
span { border-color: rgb(12,139,79); }
td.TdClassName
{
border-color: #0C8B4F;
}
.TagClassName
{
border-color: #0C8B4F;
}
</style>