Shades of Free Speech Green #00F50A
Tints of Free Speech Green #00F50A
RGB
CMYK
RGB Variations
Color information
#00F50A (or 0x00F50A) is known color: Free Speech Green. HEX triplet: 00, F5 and 0A. RGB value is (0,245,10). Sum of RGB (Red+Green+Blue) = 0+245+10=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 245 (96.09% from 255 or 96.08% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 245 - color contains mainly: green. Hex color #00F50A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F50A is #FF0AF5. Grayscale: #919191. Windows color (decimal): -16714486 or 718080. OLE color: 718080.
HSL color Cylindrical-coordinate representation of color #00F50A: hue angle of 122.45º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F50A is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 0 | 245 | 10 | - |
| CMYK | 1 | 0 | 0.96 | 0.04 |
| HSL | 122.45º | 1% | 0.48% | - |
| HSV(B) | 122.45º | 1% | 0.96% | - |
| XYZ | 32.71 | 65.33 | 11.17 | - |
| YUV | 144.96 | 51.83 | 24.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 245 | 10 | 1 | 0 | 0.96 | 0.04 | 122.45 | 1 | 0.48 |
| Hex | 0 | F5 | A | 64 | 0 | 60 | 4 | 7A | 64 | 30 |
| Octal | 0 | 365 | 12 | 144 | 0 | 140 | 4 | 172 | 144 | 60 |
| Binary | 0 | 11110101 | 1010 | 1100100 | 0 | 1100000 | 100 | 1111010 | 1100100 | 110000 |
Color Harmonies of #00F50A
Complementary color
Monochromatic Colors of #00F50A
Black with #00F50A
Text Example
Text Example
White with #00F50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F50A; }
p { color: rgb(0,245,10); }
H1.HeaderClassName
{
color: #00F50A;
}
.AnyTagClassName
{
color: #00F50A;
}
</style>
background-color css
<style>
a { background-color: #00F50A; }
a { background-color: rgb(0,245,10); }
div.DivClassName
{
background-color: #00F50A;
}
.BgClassName
{
background-color: #00F50A;
}
</style>
border-color css
<style>
span { border-color: #00F50A; }
span { border-color: rgb(0,245,10); }
td.TdClassName
{
border-color: #00F50A;
}
.TagClassName
{
border-color: #00F50A;
}
</style>