Shades of Salem #109250
Tints of Salem #109250
RGB
CMYK
RGB Variations
Color information
#109250 (or 0x109250) is known color: Salem. HEX triplet: 10, 92 and 50. RGB value is (16,146,80). Sum of RGB (Red+Green+Blue) = 16+146+80=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 146 (57.42% from 255 or 60.33% from 242); Blue value is 80 (31.64% from 255 or 33.06% from 242); Max value from RGB is 146 - color contains mainly: green. Hex color #109250 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #109250 is #EF6DAF. Grayscale: #636363. Windows color (decimal): -15691184 or 5280272. OLE color: 5280272.
HSL color Cylindrical-coordinate representation of color #109250: hue angle of 149.54º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #109250 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 16 | 146 | 80 | - |
| CMYK | 0.89 | 0 | 0.45 | 0.43 |
| HSL | 149.54º | 0.8% | 0.32% | - |
| HSV(B) | 149.54º | 0.89% | 0.57% | - |
| XYZ | 11.94 | 21.25 | 11.06 | - |
| YUV | 99.61 | 116.93 | 68.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 146 | 80 | 0.89 | 0 | 0.45 | 0.43 | 149.54 | 0.8 | 0.32 |
| Hex | 10 | 92 | 50 | 59 | 0 | 2D | 2B | 96 | 50 | 20 |
| Octal | 20 | 222 | 120 | 131 | 0 | 55 | 53 | 226 | 120 | 40 |
| Binary | 10000 | 10010010 | 1010000 | 1011001 | 0 | 101101 | 101011 | 10010110 | 1010000 | 100000 |
Color Harmonies of #109250
Complementary color
Monochromatic Colors of #109250
Black with #109250
Text Example
Text Example
White with #109250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #109250; }
p { color: rgb(16,146,80); }
H1.HeaderClassName
{
color: #109250;
}
.AnyTagClassName
{
color: #109250;
}
</style>
background-color css
<style>
a { background-color: #109250; }
a { background-color: rgb(16,146,80); }
div.DivClassName
{
background-color: #109250;
}
.BgClassName
{
background-color: #109250;
}
</style>
border-color css
<style>
span { border-color: #109250; }
span { border-color: rgb(16,146,80); }
td.TdClassName
{
border-color: #109250;
}
.TagClassName
{
border-color: #109250;
}
</style>