Shades of Free Speech Green #01F510
Tints of Free Speech Green #01F510
RGB
CMYK
RGB Variations
Color information
#01F510 (or 0x01F510) is known color: Free Speech Green. HEX triplet: 01, F5 and 10. RGB value is (1,245,16). Sum of RGB (Red+Green+Blue) = 1+245+16=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 245 (96.09% from 255 or 93.51% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 245 - color contains mainly: green. Hex color #01F510 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01F510 is #FE0AEF. Grayscale: #929292. Windows color (decimal): -16648944 or 1111297. OLE color: 1111297.
HSL color Cylindrical-coordinate representation of color #01F510: hue angle of 123.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01F510 is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 1 | 245 | 16 | - |
| CMYK | 1.00 | 0 | 0.93 | 0.04 |
| HSL | 123.69º | 0.99% | 0.48% | - |
| HSV(B) | 123.69º | 1% | 0.96% | - |
| XYZ | 32.76 | 65.35 | 11.38 | - |
| YUV | 145.94 | 54.66 | 24.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 245 | 16 | 1.00 | 0 | 0.93 | 0.04 | 123.69 | 0.99 | 0.48 |
| Hex | 1 | F5 | 10 | 64 | 0 | 5D | 4 | 7C | 63 | 30 |
| Octal | 1 | 365 | 20 | 144 | 0 | 135 | 4 | 174 | 143 | 60 |
| Binary | 1 | 11110101 | 10000 | 1100100 | 0 | 1011101 | 100 | 1111100 | 1100011 | 110000 |
Color Harmonies of #01F510
Complementary color
Monochromatic Colors of #01F510
Black with #01F510
Text Example
Text Example
White with #01F510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01F510; }
p { color: rgb(1,245,16); }
H1.HeaderClassName
{
color: #01F510;
}
.AnyTagClassName
{
color: #01F510;
}
</style>
background-color css
<style>
a { background-color: #01F510; }
a { background-color: rgb(1,245,16); }
div.DivClassName
{
background-color: #01F510;
}
.BgClassName
{
background-color: #01F510;
}
</style>
border-color css
<style>
span { border-color: #01F510; }
span { border-color: rgb(1,245,16); }
td.TdClassName
{
border-color: #01F510;
}
.TagClassName
{
border-color: #01F510;
}
</style>