Shades of Salem #128F50
Tints of Salem #128F50
RGB
CMYK
RGB Variations
Color information
#128F50 (or 0x128F50) is known color: Salem. HEX triplet: 12, 8F and 50. RGB value is (18,143,80). Sum of RGB (Red+Green+Blue) = 18+143+80=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 143 (56.25% from 255 or 59.34% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 143 - color contains mainly: green. Hex color #128F50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F50 is #ED70AF. Grayscale: #626262. Windows color (decimal): -15560880 or 5279506. OLE color: 5279506.
HSL color Cylindrical-coordinate representation of color #128F50: hue angle of 149.76º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128F50 is Cyan = 0.87, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 80 | - |
| CMYK | 0.87 | 0 | 0.44 | 0.44 |
| HSL | 149.76º | 0.78% | 0.32% | - |
| HSV(B) | 149.76º | 0.87% | 0.56% | - |
| XYZ | 11.52 | 20.35 | 10.91 | - |
| YUV | 98.44 | 117.59 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 80 | 0.87 | 0 | 0.44 | 0.44 | 149.76 | 0.78 | 0.32 |
| Hex | 12 | 8F | 50 | 57 | 0 | 2C | 2C | 96 | 4E | 20 |
| Octal | 22 | 217 | 120 | 127 | 0 | 54 | 54 | 226 | 116 | 40 |
| Binary | 10010 | 10001111 | 1010000 | 1010111 | 0 | 101100 | 101100 | 10010110 | 1001110 | 100000 |
Color Harmonies of #128F50
Complementary color
Monochromatic Colors of #128F50
Black with #128F50
Text Example
Text Example
White with #128F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F50; }
p { color: rgb(18,143,80); }
H1.HeaderClassName
{
color: #128F50;
}
.AnyTagClassName
{
color: #128F50;
}
</style>
background-color css
<style>
a { background-color: #128F50; }
a { background-color: rgb(18,143,80); }
div.DivClassName
{
background-color: #128F50;
}
.BgClassName
{
background-color: #128F50;
}
</style>
border-color css
<style>
span { border-color: #128F50; }
span { border-color: rgb(18,143,80); }
td.TdClassName
{
border-color: #128F50;
}
.TagClassName
{
border-color: #128F50;
}
</style>