Shades of Salem #148D50
Tints of Salem #148D50
RGB
CMYK
RGB Variations
Color information
#148D50 (or 0x148D50) is known color: Salem. HEX triplet: 14, 8D and 50. RGB value is (20,141,80). Sum of RGB (Red+Green+Blue) = 20+141+80=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 141 (55.47% from 255 or 58.51% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 141 - color contains mainly: green. Hex color #148D50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148D50 is #EB72AF. Grayscale: #616161. Windows color (decimal): -15430320 or 5278996. OLE color: 5278996.
HSL color Cylindrical-coordinate representation of color #148D50: hue angle of 149.75º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148D50 is Cyan = 0.86, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 20 | 141 | 80 | - |
| CMYK | 0.86 | 0 | 0.43 | 0.45 |
| HSL | 149.75º | 0.75% | 0.32% | - |
| HSV(B) | 149.75º | 0.86% | 0.55% | - |
| XYZ | 11.26 | 19.78 | 10.81 | - |
| YUV | 97.87 | 117.91 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 141 | 80 | 0.86 | 0 | 0.43 | 0.45 | 149.75 | 0.75 | 0.32 |
| Hex | 14 | 8D | 50 | 56 | 0 | 2B | 2D | 96 | 4B | 20 |
| Octal | 24 | 215 | 120 | 126 | 0 | 53 | 55 | 226 | 113 | 40 |
| Binary | 10100 | 10001101 | 1010000 | 1010110 | 0 | 101011 | 101101 | 10010110 | 1001011 | 100000 |
Color Harmonies of #148D50
Complementary color
Monochromatic Colors of #148D50
Black with #148D50
Text Example
Text Example
White with #148D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148D50; }
p { color: rgb(20,141,80); }
H1.HeaderClassName
{
color: #148D50;
}
.AnyTagClassName
{
color: #148D50;
}
</style>
background-color css
<style>
a { background-color: #148D50; }
a { background-color: rgb(20,141,80); }
div.DivClassName
{
background-color: #148D50;
}
.BgClassName
{
background-color: #148D50;
}
</style>
border-color css
<style>
span { border-color: #148D50; }
span { border-color: rgb(20,141,80); }
td.TdClassName
{
border-color: #148D50;
}
.TagClassName
{
border-color: #148D50;
}
</style>