Shades of Salem #108E40
Tints of Salem #108E40
RGB
CMYK
RGB Variations
Color information
#108E40 (or 0x108E40) is known color: Salem. HEX triplet: 10, 8E and 40. RGB value is (16,142,64). Sum of RGB (Red+Green+Blue) = 16+142+64=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 142 (55.86% from 255 or 63.96% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 142 - color contains mainly: green. Hex color #108E40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #108E40 is #EF71BF. Grayscale: #5F5F5F. Windows color (decimal): -15692224 or 4230672. OLE color: 4230672.
HSL color Cylindrical-coordinate representation of color #108E40: hue angle of 142.86º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #108E40 is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 16 | 142 | 64 | - |
| CMYK | 0.89 | 0 | 0.55 | 0.44 |
| HSL | 142.86º | 0.8% | 0.31% | - |
| HSV(B) | 142.86º | 0.89% | 0.56% | - |
| XYZ | 10.81 | 19.83 | 8.11 | - |
| YUV | 95.43 | 110.26 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 142 | 64 | 0.89 | 0 | 0.55 | 0.44 | 142.86 | 0.8 | 0.31 |
| Hex | 10 | 8E | 40 | 59 | 0 | 37 | 2C | 8F | 50 | 1F |
| Octal | 20 | 216 | 100 | 131 | 0 | 67 | 54 | 217 | 120 | 37 |
| Binary | 10000 | 10001110 | 1000000 | 1011001 | 0 | 110111 | 101100 | 10001111 | 1010000 | 11111 |
Color Harmonies of #108E40
Complementary color
Monochromatic Colors of #108E40
Black with #108E40
Text Example
Text Example
White with #108E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #108E40; }
p { color: rgb(16,142,64); }
H1.HeaderClassName
{
color: #108E40;
}
.AnyTagClassName
{
color: #108E40;
}
</style>
background-color css
<style>
a { background-color: #108E40; }
a { background-color: rgb(16,142,64); }
div.DivClassName
{
background-color: #108E40;
}
.BgClassName
{
background-color: #108E40;
}
</style>
border-color css
<style>
span { border-color: #108E40; }
span { border-color: rgb(16,142,64); }
td.TdClassName
{
border-color: #108E40;
}
.TagClassName
{
border-color: #108E40;
}
</style>