I am needing to know the hexadecimal value of pink, gray, dark gray, light gray, and orange that greenfoot knows, so i can add it to a Actor in my game. if you know eithor the hexadecimal value or the RGB value that would be greatly appreciated.


1 | public int pinkRed = Color.PINK.getRed |
1 | System.out.println(java.awt.Color.pink.toString()); |