Shades of Salem #1A8950
Tints of Salem #1A8950
RGB
CMYK
RGB Variations
Color information
#1A8950 (or 0x1A8950) is known color: Salem. HEX triplet: 1A, 89 and 50. RGB value is (26,137,80). Sum of RGB (Red+Green+Blue) = 26+137+80=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 137 (53.91% from 255 or 56.38% from 243); Blue value is 80 (31.64% from 255 or 32.92% from 243); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8950 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A8950 is #E576AF. Grayscale: #616161. Windows color (decimal): -15038128 or 5277978. OLE color: 5277978.
HSL color Cylindrical-coordinate representation of color #1A8950: hue angle of 149.19º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8950 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 80 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.46 |
| HSL | 149.19º | 0.68% | 0.32% | - |
| HSV(B) | 149.19º | 0.81% | 0.54% | - |
| XYZ | 10.82 | 18.69 | 10.63 | - |
| YUV | 97.31 | 118.23 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 80 | 0.81 | 0 | 0.42 | 0.46 | 149.19 | 0.68 | 0.32 |
| Hex | 1A | 89 | 50 | 51 | 0 | 2A | 2E | 95 | 44 | 20 |
| Octal | 32 | 211 | 120 | 121 | 0 | 52 | 56 | 225 | 104 | 40 |
| Binary | 11010 | 10001001 | 1010000 | 1010001 | 0 | 101010 | 101110 | 10010101 | 1000100 | 100000 |
Color Harmonies of #1A8950
Complementary color
Monochromatic Colors of #1A8950
Black with #1A8950
Text Example
Text Example
White with #1A8950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8950; }
p { color: rgb(26,137,80); }
H1.HeaderClassName
{
color: #1A8950;
}
.AnyTagClassName
{
color: #1A8950;
}
</style>
background-color css
<style>
a { background-color: #1A8950; }
a { background-color: rgb(26,137,80); }
div.DivClassName
{
background-color: #1A8950;
}
.BgClassName
{
background-color: #1A8950;
}
</style>
border-color css
<style>
span { border-color: #1A8950; }
span { border-color: rgb(26,137,80); }
td.TdClassName
{
border-color: #1A8950;
}
.TagClassName
{
border-color: #1A8950;
}
</style>