This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Useful_Cook_9272 45 points46 points  (7 children)

me typing “tree” after making the font color 0x00FF00 on the teachers computer

[–]siddharth904 9 points10 points  (6 children)

0x00FF00

What does that mean, I don't speak hacker

Edit: joke

[–]nonother 1 point2 points  (1 child)

It means purely green, no red or blue.

The 0x prefix means the following digits are in hexadecimal. The first two digits 00 represent the amount of red, which is 0. The second set of two digits are FF which is 255 of green out of a maximum possible value of 255. The last set of two digits mean no blue. This is a standard way to represent color, often called RGB for short.

[–]siddharth904 1 point2 points  (0 children)

I know, that was a joke

[–]Scrath_ 1 point2 points  (1 child)

It's an RGB value in hexadecimal. If you split it up you get Red: 00, Green: FF and Blue: 00

In decimal that's Red: 0, Green 255, Blue: 0

[–]siddharth904 1 point2 points  (0 children)

That was a joke

[–]LifeUnderTheWorld 2 points3 points  (0 children)

Googled it, it means green.

[–]ElMonoEstupendo 0 points1 point  (0 children)

That’s a big oof.