How to Convert Ternary to Hexadecimal
To convert from Ternary (base 3) to Hexadecimal (base 16), first convert to decimal, then convert from decimal to Hexadecimal.
About Ternary
Three-valued logic. Uses digits: 012
About Hexadecimal
Used in programming and colors. Uses digits: 0123456789ABCDEF