Shades of Free Speech Green #01FA16
Tints of Free Speech Green #01FA16
RGB
CMYK
RGB Variations
Color information
#01FA16 (or 0x01FA16) is known color: Free Speech Green. HEX triplet: 01, FA and 16. RGB value is (1,250,22). Sum of RGB (Red+Green+Blue) = 1+250+22=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 250 (98.05% from 255 or 91.58% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA16 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FA16 is #FE05E9. Grayscale: #969696. Windows color (decimal): -16647658 or 1505793. OLE color: 1505793.
HSL color Cylindrical-coordinate representation of color #01FA16: hue angle of 125.06º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FA16 is Cyan = 1.00, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 22 | - |
| CMYK | 1.00 | 0 | 0.91 | 0.02 |
| HSL | 125.06º | 0.99% | 0.49% | - |
| HSV(B) | 125.06º | 1% | 0.98% | - |
| XYZ | 34.34 | 68.44 | 12.16 | - |
| YUV | 149.56 | 56.01 | 22.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 22 | 1.00 | 0 | 0.91 | 0.02 | 125.06 | 0.99 | 0.49 |
| Hex | 1 | FA | 16 | 64 | 0 | 5B | 2 | 7D | 63 | 31 |
| Octal | 1 | 372 | 26 | 144 | 0 | 133 | 2 | 175 | 143 | 61 |
| Binary | 1 | 11111010 | 10110 | 1100100 | 0 | 1011011 | 10 | 1111101 | 1100011 | 110001 |
Color Harmonies of #01FA16
Complementary color
Monochromatic Colors of #01FA16
Black with #01FA16
Text Example
Text Example
White with #01FA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA16; }
p { color: rgb(1,250,22); }
H1.HeaderClassName
{
color: #01FA16;
}
.AnyTagClassName
{
color: #01FA16;
}
</style>
background-color css
<style>
a { background-color: #01FA16; }
a { background-color: rgb(1,250,22); }
div.DivClassName
{
background-color: #01FA16;
}
.BgClassName
{
background-color: #01FA16;
}
</style>
border-color css
<style>
span { border-color: #01FA16; }
span { border-color: rgb(1,250,22); }
td.TdClassName
{
border-color: #01FA16;
}
.TagClassName
{
border-color: #01FA16;
}
</style>