Hex Color Codes For Buttons

Does anyone know what the Hex Color Codes are for the O,U,Y,A buttons that appear on the screen?  

I'm more interested in the brighter lettering but the darker shades around them would be good too.

Best Answer

  • tychontychon Posts: 6Member
    Answer ✓
    They seem to be, for light and dark respectively:

    O = (#9fc451, #414833)
    U = (#66b6ff, #314468)
    Y = (#f4af14, #4f3b21)
    A = (#ff2a00, #6c1e20)

    You can pull screenshots from the Ouya to check things like this with:

    adb shell /system/bin/screencap -p /sdcard/ss.png
    adb pull /sdcard/ss.png ss.png
Sign In or Register to comment.