Skip to content

AkhirahStrong/color_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What is the RGB Color Game?

The RGB Color Game is a game that teaches editors, graphic designers, web designer, programmers, etc., how to use or create unique colors using the red, green, and blue color scheme.

What is RGB?

RGB is an additive color model in which red, green, and blue lights are added together in various ways to reproduce a broad array of colors.

When using color codes, they may come in different formats, and two of the main formats are Hex Codes #RRGGBB, and Decimal Code rgb(R,G,B).

With Hex Codes which looks like #rrggbb, hex code byte values range from 00, which is the lowest intensity of a color, to FF which represents the highest intensity. The color white, for example, is made by mixing each of the three primary colors at their full intensity, resulting in the Hex color code of #FFFFFF.

Black, the absence of any color on a screen display, is the complete opposite, with each color displayed at their lowest possible intensity and a Hex color code of #000000.

With Decimal Code there is a range between 0 - 255, for instance, if there is a color such as rgb(255,0,0) the color would be red. The first number represents the percentage of red, the second number represent the percentage of green, and the third number represents blue 0 being the lesser amount and 255 being the most.

Click here for an article about to use red, green, and blue together to create new or existing colors.

Click here or here for a chart that compares two types of color codes.

How did I come up with this game?

Well... I didn't create this game from scratch. I actually got this game from a tutorial by Colt Steele and altered what I wanted too. If you would like to see this game made by the originator, you can check him out on You Tube.

How to play?

In the header of the game, there is an rgb color displayed (r,g,b). Use what you know about RGB colors to to determine which color pad represents the color in the header.

Game image

About

A color memory game. Play the game, and be creative. https://ahkyhabib.github.io/color_game/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published