In nature, any colour can be made by combining three primary colours - red, green and blue. In the world of computing,
it is the same as well. To make it a reality, the computer world has been forced to rely on 0 - 9 digits as well as a-f letters of the
alphabet. In short, the hexadecimal numbering system was born - base 16 instead of 10. So, the above programme is capable of
making 16 million colours at the click of a button - and of course, if you have enough time!
This programme was using AJAX technology; the programme addresses the need at the click of a button, without
taking the contents of the whole page through the internet while clogging up the arteries of the network
unnecessarily. It takes only the bear minimum of data needed for the calculation. The absence of flicker or refreshing
shows the power of the new technology.
Example One: Red = 255; Green = 255; Blue = 0
Example One: Red = 255; Green = 0; Blue = 255
Example One: Red = 0; Green = 255; Blue = 255