Shades of Free Speech Green #20FC1A
Tints of Free Speech Green #20FC1A
RGB
CMYK
RGB Variations
Color information
#20FC1A (or 0x20FC1A) is known color: Free Speech Green. HEX triplet: 20, FC and 1A. RGB value is (32,252,26). Sum of RGB (Red+Green+Blue) = 32+252+26=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 252 (98.83% from 255 or 81.29% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 252 - color contains mainly: green. Hex color #20FC1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #20FC1A is #DF03E5. Grayscale: #A1A1A1. Windows color (decimal): -14615526 or 1768480. OLE color: 1768480.
HSL color Cylindrical-coordinate representation of color #20FC1A: hue angle of 118.41º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20FC1A is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 252 | 26 | - |
| CMYK | 0.87 | 0 | 0.90 | 0.01 |
| HSL | 118.41º | 0.97% | 0.55% | - |
| HSV(B) | 118.41º | 0.9% | 0.99% | - |
| XYZ | 35.59 | 70 | 12.61 | - |
| YUV | 160.46 | 52.11 | 36.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 252 | 26 | 0.87 | 0 | 0.90 | 0.01 | 118.41 | 0.97 | 0.55 |
| Hex | 20 | FC | 1A | 57 | 0 | 5A | 1 | 76 | 61 | 37 |
| Octal | 40 | 374 | 32 | 127 | 0 | 132 | 1 | 166 | 141 | 67 |
| Binary | 100000 | 11111100 | 11010 | 1010111 | 0 | 1011010 | 1 | 1110110 | 1100001 | 110111 |
Color Harmonies of #20FC1A
Complementary color
Monochromatic Colors of #20FC1A
Black with #20FC1A
Text Example
Text Example
White with #20FC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FC1A; }
p { color: rgb(32,252,26); }
H1.HeaderClassName
{
color: #20FC1A;
}
.AnyTagClassName
{
color: #20FC1A;
}
</style>
background-color css
<style>
a { background-color: #20FC1A; }
a { background-color: rgb(32,252,26); }
div.DivClassName
{
background-color: #20FC1A;
}
.BgClassName
{
background-color: #20FC1A;
}
</style>
border-color css
<style>
span { border-color: #20FC1A; }
span { border-color: rgb(32,252,26); }
td.TdClassName
{
border-color: #20FC1A;
}
.TagClassName
{
border-color: #20FC1A;
}
</style>