Shades of Free Speech Green #01FA1A
Tints of Free Speech Green #01FA1A
RGB
CMYK
RGB Variations
Color information
#01FA1A (or 0x01FA1A) is known color: Free Speech Green. HEX triplet: 01, FA and 1A. RGB value is (1,250,26). Sum of RGB (Red+Green+Blue) = 1+250+26=277 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 277); Green value is 250 (98.05% from 255 or 90.25% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 250 - color contains mainly: green. Hex color #01FA1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FA1A is #FE05E5. Grayscale: #969696. Windows color (decimal): -16647654 or 1767937. OLE color: 1767937.
HSL color Cylindrical-coordinate representation of color #01FA1A: hue angle of 126.02º 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 #01FA1A is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 1 | 250 | 26 | - |
| CMYK | 1.00 | 0 | 0.90 | 0.02 |
| HSL | 126.02º | 0.99% | 0.49% | - |
| HSV(B) | 126.02º | 1% | 0.98% | - |
| XYZ | 34.38 | 68.45 | 12.38 | - |
| YUV | 150.01 | 58.01 | 21.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 250 | 26 | 1.00 | 0 | 0.90 | 0.02 | 126.02 | 0.99 | 0.49 |
| Hex | 1 | FA | 1A | 64 | 0 | 5A | 2 | 7E | 63 | 31 |
| Octal | 1 | 372 | 32 | 144 | 0 | 132 | 2 | 176 | 143 | 61 |
| Binary | 1 | 11111010 | 11010 | 1100100 | 0 | 1011010 | 10 | 1111110 | 1100011 | 110001 |
Color Harmonies of #01FA1A
Complementary color
Monochromatic Colors of #01FA1A
Black with #01FA1A
Text Example
Text Example
White with #01FA1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FA1A; }
p { color: rgb(1,250,26); }
H1.HeaderClassName
{
color: #01FA1A;
}
.AnyTagClassName
{
color: #01FA1A;
}
</style>
background-color css
<style>
a { background-color: #01FA1A; }
a { background-color: rgb(1,250,26); }
div.DivClassName
{
background-color: #01FA1A;
}
.BgClassName
{
background-color: #01FA1A;
}
</style>
border-color css
<style>
span { border-color: #01FA1A; }
span { border-color: rgb(1,250,26); }
td.TdClassName
{
border-color: #01FA1A;
}
.TagClassName
{
border-color: #01FA1A;
}
</style>