Shades of Free Speech Green #01E619
Tints of Free Speech Green #01E619
RGB
CMYK
RGB Variations
Color information
#01E619 (or 0x01E619) is known color: Free Speech Green. HEX triplet: 01, E6 and 19. RGB value is (1,230,25). Sum of RGB (Red+Green+Blue) = 1+230+25=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 230 (90.23% from 255 or 89.84% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 230 - color contains mainly: green. Hex color #01E619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01E619 is #FE19E6. Grayscale: #8A8A8A. Windows color (decimal): -16652775 or 1697281. OLE color: 1697281.
HSL color Cylindrical-coordinate representation of color #01E619: hue angle of 126.29º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01E619 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 1 | 230 | 25 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.10 |
| HSL | 126.29º | 0.99% | 0.45% | - |
| HSV(B) | 126.29º | 1% | 0.9% | - |
| XYZ | 28.48 | 56.67 | 10.36 | - |
| YUV | 138.16 | 64.13 | 30.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 230 | 25 | 1.00 | 0 | 0.89 | 0.10 | 126.29 | 0.99 | 0.45 |
| Hex | 1 | E6 | 19 | 64 | 0 | 59 | A | 7E | 63 | 2D |
| Octal | 1 | 346 | 31 | 144 | 0 | 131 | 12 | 176 | 143 | 55 |
| Binary | 1 | 11100110 | 11001 | 1100100 | 0 | 1011001 | 1010 | 1111110 | 1100011 | 101101 |
Color Harmonies of #01E619
Complementary color
Monochromatic Colors of #01E619
Black with #01E619
Text Example
Text Example
White with #01E619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01E619; }
p { color: rgb(1,230,25); }
H1.HeaderClassName
{
color: #01E619;
}
.AnyTagClassName
{
color: #01E619;
}
</style>
background-color css
<style>
a { background-color: #01E619; }
a { background-color: rgb(1,230,25); }
div.DivClassName
{
background-color: #01E619;
}
.BgClassName
{
background-color: #01E619;
}
</style>
border-color css
<style>
span { border-color: #01E619; }
span { border-color: rgb(1,230,25); }
td.TdClassName
{
border-color: #01E619;
}
.TagClassName
{
border-color: #01E619;
}
</style>