Shades of Free Speech Green #01E426
Tints of Free Speech Green #01E426
RGB
CMYK
RGB Variations
Color information
#01E426 (or 0x01E426) is known color: Free Speech Green. HEX triplet: 01, E4 and 26. RGB value is (1,228,38). Sum of RGB (Red+Green+Blue) = 1+228+38=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 228 (89.45% from 255 or 85.39% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 228 - color contains mainly: green. Hex color #01E426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #01E426 is #FE1BD9. Grayscale: #8B8B8B. Windows color (decimal): -16653274 or 2548737. OLE color: 2548737.
HSL color Cylindrical-coordinate representation of color #01E426: hue angle of 129.78º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E426 is Cyan = 1.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 1 | 228 | 38 | - |
| CMYK | 1.00 | 0 | 0.83 | 0.11 |
| HSL | 129.78º | 0.99% | 0.45% | - |
| HSV(B) | 129.78º | 1% | 0.89% | - |
| XYZ | 28.11 | 55.63 | 11.09 | - |
| YUV | 138.47 | 71.29 | 29.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 228 | 38 | 1.00 | 0 | 0.83 | 0.11 | 129.78 | 0.99 | 0.45 |
| Hex | 1 | E4 | 26 | 64 | 0 | 53 | B | 82 | 63 | 2D |
| Octal | 1 | 344 | 46 | 144 | 0 | 123 | 13 | 202 | 143 | 55 |
| Binary | 1 | 11100100 | 100110 | 1100100 | 0 | 1010011 | 1011 | 10000010 | 1100011 | 101101 |
Color Harmonies of #01E426
Complementary color
Monochromatic Colors of #01E426
Black with #01E426
Text Example
Text Example
White with #01E426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E426; }
p { color: rgb(1,228,38); }
H1.HeaderClassName
{
color: #01E426;
}
.AnyTagClassName
{
color: #01E426;
}
</style>
background-color css
<style>
a { background-color: #01E426; }
a { background-color: rgb(1,228,38); }
div.DivClassName
{
background-color: #01E426;
}
.BgClassName
{
background-color: #01E426;
}
</style>
border-color css
<style>
span { border-color: #01E426; }
span { border-color: rgb(1,228,38); }
td.TdClassName
{
border-color: #01E426;
}
.TagClassName
{
border-color: #01E426;
}
</style>