 |
Java Games: Flashcards, matching, concentration, and word search. |
 |
 |
RGB Colours
Test your ability to match the colour with the RGB triplet
|
| A | B |
| (0,0,0) | Black |
| (255,0,0) | Red |
| (255,255,255) | White |
| (0,255,0) | Green |
| (0,0,255) | Blue |
| (100,100,100) | Grey |
| (255,180,0) | Orange |
| (255,255,0) | Yellow |
| (0,255,255) | Teal |
| (255,0,255) | Pink |
|
| |