Shades of Free Speech Green #01FE1A
Tints of Free Speech Green #01FE1A
RGB
CMYK
RGB Variations
Color information
#01FE1A (or 0x01FE1A) is known color: Free Speech Green. HEX triplet: 01, FE and 1A. RGB value is (1,254,26). Sum of RGB (Red+Green+Blue) = 1+254+26=281 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 281); Green value is 254 (99.61% from 255 or 90.39% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 254 - color contains mainly: green. Hex color #01FE1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FE1A is #FE01E5. Grayscale: #999999. Windows color (decimal): -16646630 or 1768961. OLE color: 1768961.
HSL color Cylindrical-coordinate representation of color #01FE1A: hue angle of 125.93º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01FE1A is Cyan = 1.00, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 1 | 254 | 26 | - |
| CMYK | 1.00 | 0 | 0.90 | 0.00 |
| HSL | 125.93º | 0.99% | 0.5% | - |
| HSV(B) | 125.93º | 1% | 1% | - |
| XYZ | 35.64 | 70.96 | 12.8 | - |
| YUV | 152.36 | 56.68 | 20.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 254 | 26 | 1.00 | 0 | 0.90 | 0.00 | 125.93 | 0.99 | 0.5 |
| Hex | 1 | FE | 1A | 64 | 0 | 5A | 0 | 7E | 63 | 32 |
| Octal | 1 | 376 | 32 | 144 | 0 | 132 | 0 | 176 | 143 | 62 |
| Binary | 1 | 11111110 | 11010 | 1100100 | 0 | 1011010 | 0 | 1111110 | 1100011 | 110010 |
Color Harmonies of #01FE1A
Complementary color
Monochromatic Colors of #01FE1A
Black with #01FE1A
Text Example
Text Example
White with #01FE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FE1A; }
p { color: rgb(1,254,26); }
H1.HeaderClassName
{
color: #01FE1A;
}
.AnyTagClassName
{
color: #01FE1A;
}
</style>
background-color css
<style>
a { background-color: #01FE1A; }
a { background-color: rgb(1,254,26); }
div.DivClassName
{
background-color: #01FE1A;
}
.BgClassName
{
background-color: #01FE1A;
}
</style>
border-color css
<style>
span { border-color: #01FE1A; }
span { border-color: rgb(1,254,26); }
td.TdClassName
{
border-color: #01FE1A;
}
.TagClassName
{
border-color: #01FE1A;
}
</style>