Which of the following options will change the color of a link only when it is clicked on?
a:active { color: green; }
a:focus { color: green; }
a:hover { color: green; }
a:clicked { color: green; }