Shades of Free Speech Green #01EC19
Tints of Free Speech Green #01EC19
RGB
CMYK
RGB Variations
Color information
#01EC19 (or 0x01EC19) is known color: Free Speech Green. HEX triplet: 01, EC and 19. RGB value is (1,236,25). Sum of RGB (Red+Green+Blue) = 1+236+25=262 (34% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 262); Green value is 236 (92.58% from 255 or 90.08% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01EC19 is #FE13E6. Grayscale: #8E8E8E. Windows color (decimal): -16651239 or 1698817. OLE color: 1698817.
HSL color Cylindrical-coordinate representation of color #01EC19: hue angle of 126.13º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EC19 is Cyan = 1.00, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 25 | - |
| CMYK | 1.00 | 0 | 0.89 | 0.07 |
| HSL | 126.13º | 0.99% | 0.46% | - |
| HSV(B) | 126.13º | 1% | 0.93% | - |
| XYZ | 30.18 | 60.07 | 10.92 | - |
| YUV | 141.68 | 62.14 | 27.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 25 | 1.00 | 0 | 0.89 | 0.07 | 126.13 | 0.99 | 0.46 |
| Hex | 1 | EC | 19 | 64 | 0 | 59 | 7 | 7E | 63 | 2E |
| Octal | 1 | 354 | 31 | 144 | 0 | 131 | 7 | 176 | 143 | 56 |
| Binary | 1 | 11101100 | 11001 | 1100100 | 0 | 1011001 | 111 | 1111110 | 1100011 | 101110 |
Color Harmonies of #01EC19
Complementary color
Monochromatic Colors of #01EC19
Black with #01EC19
Text Example
Text Example
White with #01EC19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC19; }
p { color: rgb(1,236,25); }
H1.HeaderClassName
{
color: #01EC19;
}
.AnyTagClassName
{
color: #01EC19;
}
</style>
background-color css
<style>
a { background-color: #01EC19; }
a { background-color: rgb(1,236,25); }
div.DivClassName
{
background-color: #01EC19;
}
.BgClassName
{
background-color: #01EC19;
}
</style>
border-color css
<style>
span { border-color: #01EC19; }
span { border-color: rgb(1,236,25); }
td.TdClassName
{
border-color: #01EC19;
}
.TagClassName
{
border-color: #01EC19;
}
</style>