i have color= #12FFFF . that is color in this format where 12FFFF are hexadecima numbers.Now i want to get the each of indepenent R,G,B componetents in decimal. How do i ...
How can i convert hex color to rgb code in Java? Mostly in google sample is convert from rgb to hex