Shades of Free Speech Green #01E904
Tints of Free Speech Green #01E904
RGB
CMYK
RGB Variations
Color information
#01E904 (or 0x01E904) is known color: Free Speech Green. HEX triplet: 01, E9 and 04. RGB value is (1,233,4). Sum of RGB (Red+Green+Blue) = 1+233+4=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 233 (91.41% from 255 or 97.90% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 233 - color contains mainly: green. Hex color #01E904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01E904 is #FE16FB. Grayscale: #8A8A8A. Windows color (decimal): -16652028 or 321793. OLE color: 321793.
HSL color Cylindrical-coordinate representation of color #01E904: hue angle of 120.78º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E904 is Cyan = 1.00, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 1 | 233 | 4 | - |
| CMYK | 1.00 | 0 | 0.98 | 0.09 |
| HSL | 120.78º | 0.99% | 0.46% | - |
| HSV(B) | 120.78º | 1% | 0.91% | - |
| XYZ | 29.17 | 58.29 | 9.83 | - |
| YUV | 137.53 | 52.64 | 30.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 233 | 4 | 1.00 | 0 | 0.98 | 0.09 | 120.78 | 0.99 | 0.46 |
| Hex | 1 | E9 | 4 | 64 | 0 | 62 | 9 | 79 | 63 | 2E |
| Octal | 1 | 351 | 4 | 144 | 0 | 142 | 11 | 171 | 143 | 56 |
| Binary | 1 | 11101001 | 100 | 1100100 | 0 | 1100010 | 1001 | 1111001 | 1100011 | 101110 |
Color Harmonies of #01E904
Complementary color
Monochromatic Colors of #01E904
Black with #01E904
Text Example
Text Example
White with #01E904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E904; }
p { color: rgb(1,233,4); }
H1.HeaderClassName
{
color: #01E904;
}
.AnyTagClassName
{
color: #01E904;
}
</style>
background-color css
<style>
a { background-color: #01E904; }
a { background-color: rgb(1,233,4); }
div.DivClassName
{
background-color: #01E904;
}
.BgClassName
{
background-color: #01E904;
}
</style>
border-color css
<style>
span { border-color: #01E904; }
span { border-color: rgb(1,233,4); }
td.TdClassName
{
border-color: #01E904;
}
.TagClassName
{
border-color: #01E904;
}
</style>