Shades of Salem #12914C
Tints of Salem #12914C
RGB
CMYK
RGB Variations
Color information
#12914C (or 0x12914C) is known color: Salem. HEX triplet: 12, 91 and 4C. RGB value is (18,145,76). Sum of RGB (Red+Green+Blue) = 18+145+76=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 145 (57.03% from 255 or 60.67% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 145 - color contains mainly: green. Hex color #12914C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12914C is #ED6EB3. Grayscale: #636363. Windows color (decimal): -15560372 or 5017874. OLE color: 5017874.
HSL color Cylindrical-coordinate representation of color #12914C: hue angle of 147.4º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12914C is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 18 | 145 | 76 | - |
| CMYK | 0.88 | 0 | 0.48 | 0.43 |
| HSL | 147.4º | 0.78% | 0.32% | - |
| HSV(B) | 147.4º | 0.88% | 0.57% | - |
| XYZ | 11.68 | 20.9 | 10.26 | - |
| YUV | 99.16 | 114.92 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 145 | 76 | 0.88 | 0 | 0.48 | 0.43 | 147.4 | 0.78 | 0.32 |
| Hex | 12 | 91 | 4C | 58 | 0 | 30 | 2B | 93 | 4E | 20 |
| Octal | 22 | 221 | 114 | 130 | 0 | 60 | 53 | 223 | 116 | 40 |
| Binary | 10010 | 10010001 | 1001100 | 1011000 | 0 | 110000 | 101011 | 10010011 | 1001110 | 100000 |
Color Harmonies of #12914C
Complementary color
Monochromatic Colors of #12914C
Black with #12914C
Text Example
Text Example
White with #12914C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #12914C; }
p { color: rgb(18,145,76); }
H1.HeaderClassName
{
color: #12914C;
}
.AnyTagClassName
{
color: #12914C;
}
</style>
background-color css
<style>
a { background-color: #12914C; }
a { background-color: rgb(18,145,76); }
div.DivClassName
{
background-color: #12914C;
}
.BgClassName
{
background-color: #12914C;
}
</style>
border-color css
<style>
span { border-color: #12914C; }
span { border-color: rgb(18,145,76); }
td.TdClassName
{
border-color: #12914C;
}
.TagClassName
{
border-color: #12914C;
}
</style>