Shades of Salem #149250
Tints of Salem #149250
RGB
CMYK
RGB Variations
Color information
#149250 (or 0x149250) is known color: Salem. HEX triplet: 14, 92 and 50. RGB value is (20,146,80). Sum of RGB (Red+Green+Blue) = 20+146+80=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 146 (57.42% from 255 or 59.35% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 146 - color contains mainly: green. Hex color #149250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149250 is #EB6DAF. Grayscale: #646464. Windows color (decimal): -15429040 or 5280276. OLE color: 5280276.
HSL color Cylindrical-coordinate representation of color #149250: hue angle of 148.57º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149250 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 20 | 146 | 80 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.43 |
| HSL | 148.57º | 0.76% | 0.33% | - |
| HSV(B) | 148.57º | 0.86% | 0.57% | - |
| XYZ | 12.02 | 21.29 | 11.06 | - |
| YUV | 100.8 | 116.26 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 146 | 80 | 0.86 | 0 | 0.45 | 0.43 | 148.57 | 0.76 | 0.33 |
| Hex | 14 | 92 | 50 | 56 | 0 | 2D | 2B | 95 | 4C | 21 |
| Octal | 24 | 222 | 120 | 126 | 0 | 55 | 53 | 225 | 114 | 41 |
| Binary | 10100 | 10010010 | 1010000 | 1010110 | 0 | 101101 | 101011 | 10010101 | 1001100 | 100001 |
Color Harmonies of #149250
Complementary color
Monochromatic Colors of #149250
Black with #149250
Text Example
Text Example
White with #149250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #149250; }
p { color: rgb(20,146,80); }
H1.HeaderClassName
{
color: #149250;
}
.AnyTagClassName
{
color: #149250;
}
</style>
background-color css
<style>
a { background-color: #149250; }
a { background-color: rgb(20,146,80); }
div.DivClassName
{
background-color: #149250;
}
.BgClassName
{
background-color: #149250;
}
</style>
border-color css
<style>
span { border-color: #149250; }
span { border-color: rgb(20,146,80); }
td.TdClassName
{
border-color: #149250;
}
.TagClassName
{
border-color: #149250;
}
</style>