Shades of Free Speech Green #20E11A
Tints of Free Speech Green #20E11A
RGB
CMYK
RGB Variations
Color information
#20E11A (or 0x20E11A) is known color: Free Speech Green. HEX triplet: 20, E1 and 1A. RGB value is (32,225,26). Sum of RGB (Red+Green+Blue) = 32+225+26=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 225 (88.28% from 255 or 79.51% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 225 - color contains mainly: green. Hex color #20E11A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20E11A is #DF1EE5. Grayscale: #919191. Windows color (decimal): -14622438 or 1761568. OLE color: 1761568.
HSL color Cylindrical-coordinate representation of color #20E11A: hue angle of 118.19º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20E11A is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 32 | 225 | 26 | - |
| CMYK | 0.86 | 0 | 0.88 | 0.12 |
| HSL | 118.19º | 0.79% | 0.49% | - |
| HSV(B) | 118.19º | 0.88% | 0.88% | - |
| XYZ | 27.71 | 54.23 | 9.98 | - |
| YUV | 144.61 | 61.06 | 47.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 225 | 26 | 0.86 | 0 | 0.88 | 0.12 | 118.19 | 0.79 | 0.49 |
| Hex | 20 | E1 | 1A | 56 | 0 | 58 | C | 76 | 4F | 31 |
| Octal | 40 | 341 | 32 | 126 | 0 | 130 | 14 | 166 | 117 | 61 |
| Binary | 100000 | 11100001 | 11010 | 1010110 | 0 | 1011000 | 1100 | 1110110 | 1001111 | 110001 |
Color Harmonies of #20E11A
Complementary color
Monochromatic Colors of #20E11A
Black with #20E11A
Text Example
Text Example
White with #20E11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20E11A; }
p { color: rgb(32,225,26); }
H1.HeaderClassName
{
color: #20E11A;
}
.AnyTagClassName
{
color: #20E11A;
}
</style>
background-color css
<style>
a { background-color: #20E11A; }
a { background-color: rgb(32,225,26); }
div.DivClassName
{
background-color: #20E11A;
}
.BgClassName
{
background-color: #20E11A;
}
</style>
border-color css
<style>
span { border-color: #20E11A; }
span { border-color: rgb(32,225,26); }
td.TdClassName
{
border-color: #20E11A;
}
.TagClassName
{
border-color: #20E11A;
}
</style>