Shades of Free Speech Green #01EC20
Tints of Free Speech Green #01EC20
RGB
CMYK
RGB Variations
Color information
#01EC20 (or 0x01EC20) is known color: Free Speech Green. HEX triplet: 01, EC and 20. RGB value is (1,236,32). Sum of RGB (Red+Green+Blue) = 1+236+32=269 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 269); Green value is 236 (92.58% from 255 or 87.73% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #01EC20 is #FE13DF. Grayscale: #8F8F8F. Windows color (decimal): -16651232 or 2157569. OLE color: 2157569.
HSL color Cylindrical-coordinate representation of color #01EC20: hue angle of 127.91º 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 #01EC20 is Cyan = 1.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 32 | - |
| CMYK | 1.00 | 0 | 0.86 | 0.07 |
| HSL | 127.91º | 0.99% | 0.46% | - |
| HSV(B) | 127.91º | 1% | 0.93% | - |
| XYZ | 30.27 | 60.1 | 11.37 | - |
| YUV | 142.48 | 65.64 | 27.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 32 | 1.00 | 0 | 0.86 | 0.07 | 127.91 | 0.99 | 0.46 |
| Hex | 1 | EC | 20 | 64 | 0 | 56 | 7 | 80 | 63 | 2E |
| Octal | 1 | 354 | 40 | 144 | 0 | 126 | 7 | 200 | 143 | 56 |
| Binary | 1 | 11101100 | 100000 | 1100100 | 0 | 1010110 | 111 | 10000000 | 1100011 | 101110 |
Color Harmonies of #01EC20
Complementary color
Monochromatic Colors of #01EC20
Black with #01EC20
Text Example
Text Example
White with #01EC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC20; }
p { color: rgb(1,236,32); }
H1.HeaderClassName
{
color: #01EC20;
}
.AnyTagClassName
{
color: #01EC20;
}
</style>
background-color css
<style>
a { background-color: #01EC20; }
a { background-color: rgb(1,236,32); }
div.DivClassName
{
background-color: #01EC20;
}
.BgClassName
{
background-color: #01EC20;
}
</style>
border-color css
<style>
span { border-color: #01EC20; }
span { border-color: rgb(1,236,32); }
td.TdClassName
{
border-color: #01EC20;
}
.TagClassName
{
border-color: #01EC20;
}
</style>