Colors Give two DIFFERENT values that could be used to represent the color "green" in a CSS declaration such as the following: p { color: ; } You must choose two DIFFERENT ways of specifying the color. Note that we discussed at least 8 different ways of specifying a color value in class; pick two different ones.
a) rgb(0, 128, 0)
b) #008000
c) hsl(120, 100%, 50%)
d) green