Shades of Salem #12884F
Tints of Salem #12884F
RGB
CMYK
RGB Variations
Color information
#12884F (or 0x12884F) is known color: Salem. HEX triplet: 12, 88 and 4F. RGB value is (18,136,79). Sum of RGB (Red+Green+Blue) = 18+136+79=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 136 (53.52% from 255 or 58.37% from 233); Blue value is 79 (31.25% from 255 or 33.91% from 233); Max value from RGB is 136 - color contains mainly: green. Hex color #12884F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12884F is #ED77B0. Grayscale: #5E5E5E. Windows color (decimal): -15562673 or 5212178. OLE color: 5212178.
HSL color Cylindrical-coordinate representation of color #12884F: hue angle of 151.02º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12884F is Cyan = 0.87, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 18 | 136 | 79 | - |
| CMYK | 0.87 | 0 | 0.42 | 0.47 |
| HSL | 151.02º | 0.77% | 0.3% | - |
| HSV(B) | 151.02º | 0.87% | 0.53% | - |
| XYZ | 10.46 | 18.3 | 10.38 | - |
| YUV | 94.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 136 | 79 | 0.87 | 0 | 0.42 | 0.47 | 151.02 | 0.77 | 0.3 |
| Hex | 12 | 88 | 4F | 57 | 0 | 2A | 2F | 97 | 4D | 1E |
| Octal | 22 | 210 | 117 | 127 | 0 | 52 | 57 | 227 | 115 | 36 |
| Binary | 10010 | 10001000 | 1001111 | 1010111 | 0 | 101010 | 101111 | 10010111 | 1001101 | 11110 |
Color Harmonies of #12884F
Complementary color
Monochromatic Colors of #12884F
Black with #12884F
Text Example
Text Example
White with #12884F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12884F; }
p { color: rgb(18,136,79); }
H1.HeaderClassName
{
color: #12884F;
}
.AnyTagClassName
{
color: #12884F;
}
</style>
background-color css
<style>
a { background-color: #12884F; }
a { background-color: rgb(18,136,79); }
div.DivClassName
{
background-color: #12884F;
}
.BgClassName
{
background-color: #12884F;
}
</style>
border-color css
<style>
span { border-color: #12884F; }
span { border-color: rgb(18,136,79); }
td.TdClassName
{
border-color: #12884F;
}
.TagClassName
{
border-color: #12884F;
}
</style>