Shades of Free Speech Green #01FF0F
Tints of Free Speech Green #01FF0F
RGB
CMYK
RGB Variations
Color information
#01FF0F (or 0x01FF0F) is known color: Free Speech Green. HEX triplet: 01, FF and 0F. RGB value is (1,255,15). Sum of RGB (Red+Green+Blue) = 1+255+15=271 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 271); Green value is 255 (100% from 255 or 94.10% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FF0F is #FE00F0. Grayscale: #989898. Windows color (decimal): -16646385 or 1048321. OLE color: 1048321.
HSL color Cylindrical-coordinate representation of color #01FF0F: hue angle of 123.31º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FF0F is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 15 | - |
| CMYK | 1.00 | 0 | 0.94 | 0 |
| HSL | 123.31º | 1% | 0.5% | - |
| HSV(B) | 123.31º | 1% | 1% | - |
| XYZ | 35.86 | 71.56 | 12.37 | - |
| YUV | 151.69 | 50.85 | 20.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 15 | 1.00 | 0 | 0.94 | 0 | 123.31 | 1 | 0.5 |
| Hex | 1 | FF | F | 64 | 0 | 5E | 0 | 7B | 64 | 32 |
| Octal | 1 | 377 | 17 | 144 | 0 | 136 | 0 | 173 | 144 | 62 |
| Binary | 1 | 11111111 | 1111 | 1100100 | 0 | 1011110 | 0 | 1111011 | 1100100 | 110010 |
Color Harmonies of #01FF0F
Complementary color
Monochromatic Colors of #01FF0F
Black with #01FF0F
Text Example
Text Example
White with #01FF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF0F; }
p { color: rgb(1,255,15); }
H1.HeaderClassName
{
color: #01FF0F;
}
.AnyTagClassName
{
color: #01FF0F;
}
</style>
background-color css
<style>
a { background-color: #01FF0F; }
a { background-color: rgb(1,255,15); }
div.DivClassName
{
background-color: #01FF0F;
}
.BgClassName
{
background-color: #01FF0F;
}
</style>
border-color css
<style>
span { border-color: #01FF0F; }
span { border-color: rgb(1,255,15); }
td.TdClassName
{
border-color: #01FF0F;
}
.TagClassName
{
border-color: #01FF0F;
}
</style>