AssertionError_Kindly help

I ran into the error listed below trying to build a congruent Stroop task. Everything looks decent on my end, but the program will not run due to this error: File “C:\Program Files\PsychoPy\lib\site-packages\psychopy\visual\helpers.py”, line 217, in setColor

  • assert color.valid, f"Could not create valid Color object from value {raw} in space {colorSpace}"*
    AssertionError: Could not create valid Color object from value green in space rgb

Hi, may I ask how are you setting the colour here?