Welcome!

This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!

3

1
Rodrigo Serafim
On 11/20/19, 4:52 PM

There is a function appropriately named HEXCOLOUR that has the hex code (without the hash symbol) as a parameter:

HEXCOLOUR("A0FF03")

There is also another function that takes the name of the color, but only works with a limited set of names:

NCOLOUR("WHITE")



0
Tiago Xavier
On 11/21/19, 4:43 PM

The color RGB is the same like Hex code.

The code in RGB is representable betwen 0 to 255 in decimal for each color (red, green and blue).

So for example RGB = 255,144,29 is the same like Hex = FF901D (R: 255>FF | G:144>90 | B:29>1D)


But like Rodrigo said you ofcourse have a function with name HEXCOLOUR.


Keep Informed

About the Community

This platform is for beginners and experts willing to share their Genio knowledge. It's not a forum to discuss ideas, but a knowledge base of questions and their answers. Read Guidelines

Question tools

14 follower(s)

Stats

Asked: 11/20/19, 11:44 AM
Seen: 1617 times
Last updated: 4/22/20, 2:13 PM