Problems
567 - Find The Color
SUBMIT PROBLEM

Find The Color

Time Limit: 1 sec

 

The Problem

Siam got a color box contains 16 colors. He gave numbers to all his colors so that he can find them easily according to their position.

 

 

1 - > Red                     2 -> Light Red             3 - > Leaf Green          4 - > Bottle Green

5 -> Light Green          6 - > Blue                    7 - > Sky Blue              8 -> Blackish Blue        

9 - > Olive Green        10 - > Water Green     11 - > White                 12 -> Black                

13 - > Grey                 14 - > Orange              15 -> Purple                16 - > Violet

 

If Siam tells you the position can you tell him which color it is??

 

Example :

Red is in the position 1.

If Siam tells 1 you need to answer "Red"

 

The Input

The Input file contains several lines. Each line contains an integer number N (N<=16) the Position of the Color

 

The Output

For each line of input output file contains the Name of the Color in a separate line.

 

Sample Input

5

6

 

Sample Output

The Color is: Light Green

The Color is: Blue

 

 

 

 

Problem Setter: Samia Safa Ahmed