New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.
Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
Claim $300 Free
Go from Code to Production URL in Seconds
Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.
Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
The program will turn a color into a list of 10 words, obtained
according to a custom designed algorithm based on letter shape
and position in the alphabet.
- Click inside the frame on the left to pick a color through the
color chooser window
- The program will match the color with the colors corresponding
to a list of all the English words contained in the file
wordcolor.txt
- The first 10 matches will appear in the frame on the right
- Right-click - Copy to copy the word matches and the RGB values
This version comes with a text file (wordcolor.txt) containing
all the English words followed by Red, Green, Blue channel values
for the corresponding color. ...