So I was trying to make a interactive button, when pressed on the button, the background color of the button should change to dark green and if user presses it again, it should get deactivated and change back to light green background.
Light Green Button -> Dark Green Button and when pressed again Dark Green Button -> Light Green Button
How can I do this using JavaScript and HTML?