Following is an exampe of color-chart with Hexadecimal value and RGB value which you can use to mention color of the floating texts on Cotheeka Java Applets. Colors are not limited for the applets, you can mention any other hexadecimal or RGB value of colors of your choice.
|
Hexadecimal
Value
|
Color
|
RGB Value
|
|
FF0000
|
255,
0, 0
|
|
|
0000FF
|
0,
0, 255
|
|
|
009900
|
0,
153, 0
|
|
|
FFFF00
|
255,
255, 0
|
|
|
999999
|
153,
153, 153
|
|
|
FF00FF
|
255,
0, 255
|
|
|
00CCFF
|
0,
204, 255
|
|
|
00FF00
|
0,
255, 0
|
|
|
CC6633
|
204,
102, 51
|
|
|
663399
|
102,
51, 153
|
|
|
CCCC99
|
204,
204, 153
|