A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9
RGB - Red, green, blue. A widely used color code scheme with three components for each of these three colours. Each of these components can have a value from 0 to 255. Some examples:
- (255, 0, 0) = red
- (0, 255, 0) = grenn
- (0, 0, 255) = blue
- (255, 255, 0) = yellow