Question: Which color will look the brightest on your screen, assuming the background is white?
- `background-color: #aaa;`
- `background-color: #999999;`
- `background-color: rgba(170,170,170,0.5);`
- `background-color: rgba(170,170,170,0.2);`
Answer: The correct answer of the above question is Option D:`background-color: rgba(170,170,170,0.2);`