Shades of Free Speech Green #01EC0D
Tints of Free Speech Green #01EC0D
RGB
CMYK
RGB Variations
Color information
#01EC0D (or 0x01EC0D) is known color: Free Speech Green. HEX triplet: 01, EC and 0D. RGB value is (1,236,13). Sum of RGB (Red+Green+Blue) = 1+236+13=250 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.4% from 250); Green value is 236 (92.58% from 255 or 94.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 236 - color contains mainly: green. Hex color #01EC0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #01EC0D is #FE13F2. Grayscale: #8C8C8C. Windows color (decimal): -16651251 or 912385. OLE color: 912385.
HSL color Cylindrical-coordinate representation of color #01EC0D: hue angle of 123.06º 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 #01EC0D is Cyan = 1.00, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 1 | 236 | 13 | - |
| CMYK | 1.00 | 0 | 0.94 | 0.07 |
| HSL | 123.06º | 0.99% | 0.46% | - |
| HSV(B) | 123.06º | 1% | 0.93% | - |
| XYZ | 30.08 | 60.03 | 10.38 | - |
| YUV | 140.31 | 56.14 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 236 | 13 | 1.00 | 0 | 0.94 | 0.07 | 123.06 | 0.99 | 0.46 |
| Hex | 1 | EC | D | 64 | 0 | 5E | 7 | 7B | 63 | 2E |
| Octal | 1 | 354 | 15 | 144 | 0 | 136 | 7 | 173 | 143 | 56 |
| Binary | 1 | 11101100 | 1101 | 1100100 | 0 | 1011110 | 111 | 1111011 | 1100011 | 101110 |
Color Harmonies of #01EC0D
Complementary color
Monochromatic Colors of #01EC0D
Black with #01EC0D
Text Example
Text Example
White with #01EC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EC0D; }
p { color: rgb(1,236,13); }
H1.HeaderClassName
{
color: #01EC0D;
}
.AnyTagClassName
{
color: #01EC0D;
}
</style>
background-color css
<style>
a { background-color: #01EC0D; }
a { background-color: rgb(1,236,13); }
div.DivClassName
{
background-color: #01EC0D;
}
.BgClassName
{
background-color: #01EC0D;
}
</style>
border-color css
<style>
span { border-color: #01EC0D; }
span { border-color: rgb(1,236,13); }
td.TdClassName
{
border-color: #01EC0D;
}
.TagClassName
{
border-color: #01EC0D;
}
</style>