Shades of Free Speech Green #01FA0D
Tints of Free Speech Green #01FA0D
RGB
CMYK
RGB Variations
Color information
#01FA0D (or 0x01FA0D) is known color: Free Speech Green. HEX triplet: 01, FA and 0D. RGB value is (1,250,13). Sum of RGB (Red+Green+Blue) = 1+250+13=264 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 264); Green value is 250 (98.05% from 255 or 94.70% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01FA0D is #FE05F2. Grayscale: #959595. Windows color (decimal): -16647667 or 915969. OLE color: 915969.
HSL color Cylindrical-coordinate representation of color #01FA0D: hue angle of 122.89º 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 #01FA0D is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 13 | - |
| CMYK | 1.00 | 0 | 0.95 | 0.02 |
| HSL | 122.89º | 0.99% | 0.49% | - |
| HSV(B) | 122.89º | 1% | 0.98% | - |
| XYZ | 34.27 | 68.41 | 11.78 | - |
| YUV | 148.53 | 51.51 | 22.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 13 | 1.00 | 0 | 0.95 | 0.02 | 122.89 | 0.99 | 0.49 |
| Hex | 1 | FA | D | 64 | 0 | 5F | 2 | 7B | 63 | 31 |
| Octal | 1 | 372 | 15 | 144 | 0 | 137 | 2 | 173 | 143 | 61 |
| Binary | 1 | 11111010 | 1101 | 1100100 | 0 | 1011111 | 10 | 1111011 | 1100011 | 110001 |
Color Harmonies of #01FA0D
Complementary color
Monochromatic Colors of #01FA0D
Black with #01FA0D
Text Example
Text Example
White with #01FA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA0D; }
p { color: rgb(1,250,13); }
H1.HeaderClassName
{
color: #01FA0D;
}
.AnyTagClassName
{
color: #01FA0D;
}
</style>
background-color css
<style>
a { background-color: #01FA0D; }
a { background-color: rgb(1,250,13); }
div.DivClassName
{
background-color: #01FA0D;
}
.BgClassName
{
background-color: #01FA0D;
}
</style>
border-color css
<style>
span { border-color: #01FA0D; }
span { border-color: rgb(1,250,13); }
td.TdClassName
{
border-color: #01FA0D;
}
.TagClassName
{
border-color: #01FA0D;
}
</style>