Shades of Salem #128F54
Tints of Salem #128F54
RGB
CMYK
RGB Variations
Color information
#128F54 (or 0x128F54) is known color: Salem. HEX triplet: 12, 8F and 54. RGB value is (18,143,84). Sum of RGB (Red+Green+Blue) = 18+143+84=245 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.35% from 245); Green value is 143 (56.25% from 255 or 58.37% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 143 - color contains mainly: green. Hex color #128F54 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128F54 is #ED70AB. Grayscale: #636363. Windows color (decimal): -15560876 or 5541650. OLE color: 5541650.
HSL color Cylindrical-coordinate representation of color #128F54: hue angle of 151.68º 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 #128F54 is Cyan = 0.87, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 18 | 143 | 84 | - |
| CMYK | 0.87 | 0 | 0.41 | 0.44 |
| HSL | 151.68º | 0.78% | 0.32% | - |
| HSV(B) | 151.68º | 0.87% | 0.56% | - |
| XYZ | 11.67 | 20.41 | 11.71 | - |
| YUV | 98.9 | 119.59 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 143 | 84 | 0.87 | 0 | 0.41 | 0.44 | 151.68 | 0.78 | 0.32 |
| Hex | 12 | 8F | 54 | 57 | 0 | 29 | 2C | 98 | 4E | 20 |
| Octal | 22 | 217 | 124 | 127 | 0 | 51 | 54 | 230 | 116 | 40 |
| Binary | 10010 | 10001111 | 1010100 | 1010111 | 0 | 101001 | 101100 | 10011000 | 1001110 | 100000 |
Color Harmonies of #128F54
Complementary color
Monochromatic Colors of #128F54
Black with #128F54
Text Example
Text Example
White with #128F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #128F54; }
p { color: rgb(18,143,84); }
H1.HeaderClassName
{
color: #128F54;
}
.AnyTagClassName
{
color: #128F54;
}
</style>
background-color css
<style>
a { background-color: #128F54; }
a { background-color: rgb(18,143,84); }
div.DivClassName
{
background-color: #128F54;
}
.BgClassName
{
background-color: #128F54;
}
</style>
border-color css
<style>
span { border-color: #128F54; }
span { border-color: rgb(18,143,84); }
td.TdClassName
{
border-color: #128F54;
}
.TagClassName
{
border-color: #128F54;
}
</style>