Shades of Free Speech Green #00E20A
Tints of Free Speech Green #00E20A
RGB
CMYK
RGB Variations
Color information
#00E20A (or 0x00E20A) is known color: Free Speech Green. HEX triplet: 00, E2 and 0A. RGB value is (0,226,10). Sum of RGB (Red+Green+Blue) = 0+226+10=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 226 (88.67% from 255 or 95.76% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 226 - color contains mainly: green. Hex color #00E20A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E20A is #FF1DF5. Grayscale: #868686. Windows color (decimal): -16719350 or 713216. OLE color: 713216.
HSL color Cylindrical-coordinate representation of color #00E20A: hue angle of 122.65º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E20A is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 226 | 10 | - |
| CMYK | 1 | 0 | 0.96 | 0.11 |
| HSL | 122.65º | 1% | 0.44% | - |
| HSV(B) | 122.65º | 1% | 0.89% | - |
| XYZ | 27.25 | 54.41 | 9.35 | - |
| YUV | 133.8 | 58.13 | 32.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 226 | 10 | 1 | 0 | 0.96 | 0.11 | 122.65 | 1 | 0.44 |
| Hex | 0 | E2 | A | 64 | 0 | 60 | B | 7B | 64 | 2C |
| Octal | 0 | 342 | 12 | 144 | 0 | 140 | 13 | 173 | 144 | 54 |
| Binary | 0 | 11100010 | 1010 | 1100100 | 0 | 1100000 | 1011 | 1111011 | 1100100 | 101100 |
Color Harmonies of #00E20A
Complementary color
Monochromatic Colors of #00E20A
Black with #00E20A
Text Example
Text Example
White with #00E20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00E20A; }
p { color: rgb(0,226,10); }
H1.HeaderClassName
{
color: #00E20A;
}
.AnyTagClassName
{
color: #00E20A;
}
</style>
background-color css
<style>
a { background-color: #00E20A; }
a { background-color: rgb(0,226,10); }
div.DivClassName
{
background-color: #00E20A;
}
.BgClassName
{
background-color: #00E20A;
}
</style>
border-color css
<style>
span { border-color: #00E20A; }
span { border-color: rgb(0,226,10); }
td.TdClassName
{
border-color: #00E20A;
}
.TagClassName
{
border-color: #00E20A;
}
</style>