Shades of Free Speech Green #01FF26
Tints of Free Speech Green #01FF26
RGB
CMYK
RGB Variations
Color information
#01FF26 (or 0x01FF26) is known color: Free Speech Green. HEX triplet: 01, FF and 26. RGB value is (1,255,38). Sum of RGB (Red+Green+Blue) = 1+255+38=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 255 (100% from 255 or 86.73% from 294); Blue value is 38 (15.23% from 255 or 12.93% from 294); Max value from RGB is 255 - color contains mainly: green. Hex color #01FF26 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01FF26 is #FE00D9. Grayscale: #9A9A9A. Windows color (decimal): -16646362 or 2555649. OLE color: 2555649.
HSL color Cylindrical-coordinate representation of color #01FF26: hue angle of 128.74º 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 #01FF26 is Cyan = 1.00, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 1 | 255 | 38 | - |
| CMYK | 1.00 | 0 | 0.85 | 0 |
| HSL | 128.74º | 1% | 0.5% | - |
| HSV(B) | 128.74º | 1% | 1% | - |
| XYZ | 36.12 | 71.67 | 13.76 | - |
| YUV | 154.32 | 62.35 | 18.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 255 | 38 | 1.00 | 0 | 0.85 | 0 | 128.74 | 1 | 0.5 |
| Hex | 1 | FF | 26 | 64 | 0 | 55 | 0 | 81 | 64 | 32 |
| Octal | 1 | 377 | 46 | 144 | 0 | 125 | 0 | 201 | 144 | 62 |
| Binary | 1 | 11111111 | 100110 | 1100100 | 0 | 1010101 | 0 | 10000001 | 1100100 | 110010 |
Color Harmonies of #01FF26
Complementary color
Monochromatic Colors of #01FF26
Black with #01FF26
Text Example
Text Example
White with #01FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01FF26; }
p { color: rgb(1,255,38); }
H1.HeaderClassName
{
color: #01FF26;
}
.AnyTagClassName
{
color: #01FF26;
}
</style>
background-color css
<style>
a { background-color: #01FF26; }
a { background-color: rgb(1,255,38); }
div.DivClassName
{
background-color: #01FF26;
}
.BgClassName
{
background-color: #01FF26;
}
</style>
border-color css
<style>
span { border-color: #01FF26; }
span { border-color: rgb(1,255,38); }
td.TdClassName
{
border-color: #01FF26;
}
.TagClassName
{
border-color: #01FF26;
}
</style>