Shades of Salem #169250
Tints of Salem #169250
RGB
CMYK
RGB Variations
Color information
#169250 (or 0x169250) is known color: Salem. HEX triplet: 16, 92 and 50. RGB value is (22,146,80). Sum of RGB (Red+Green+Blue) = 22+146+80=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 80 (31.64% from 255 or 32.26% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #169250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #169250 is #E96DAF. Grayscale: #656565. Windows color (decimal): -15297968 or 5280278. OLE color: 5280278.
HSL color Cylindrical-coordinate representation of color #169250: hue angle of 148.06º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #169250 is Cyan = 0.85, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 22 | 146 | 80 | - |
| CMYK | 0.85 | 0 | 0.45 | 0.43 |
| HSL | 148.06º | 0.74% | 0.33% | - |
| HSV(B) | 148.06º | 0.85% | 0.57% | - |
| XYZ | 12.06 | 21.31 | 11.07 | - |
| YUV | 101.4 | 115.92 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 146 | 80 | 0.85 | 0 | 0.45 | 0.43 | 148.06 | 0.74 | 0.33 |
| Hex | 16 | 92 | 50 | 55 | 0 | 2D | 2B | 94 | 4A | 21 |
| Octal | 26 | 222 | 120 | 125 | 0 | 55 | 53 | 224 | 112 | 41 |
| Binary | 10110 | 10010010 | 1010000 | 1010101 | 0 | 101101 | 101011 | 10010100 | 1001010 | 100001 |
Color Harmonies of #169250
Complementary color
Monochromatic Colors of #169250
Black with #169250
Text Example
Text Example
White with #169250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169250; }
p { color: rgb(22,146,80); }
H1.HeaderClassName
{
color: #169250;
}
.AnyTagClassName
{
color: #169250;
}
</style>
background-color css
<style>
a { background-color: #169250; }
a { background-color: rgb(22,146,80); }
div.DivClassName
{
background-color: #169250;
}
.BgClassName
{
background-color: #169250;
}
</style>
border-color css
<style>
span { border-color: #169250; }
span { border-color: rgb(22,146,80); }
td.TdClassName
{
border-color: #169250;
}
.TagClassName
{
border-color: #169250;
}
</style>