Shades of Free Speech Green #20F901
Tints of Free Speech Green #20F901
RGB
CMYK
RGB Variations
Color information
#20F901 (or 0x20F901) is known color: Free Speech Green. HEX triplet: 20, F9 and 01. RGB value is (32,249,1). Sum of RGB (Red+Green+Blue) = 32+249+1=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 249 (97.66% from 255 or 88.30% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 249 - color contains mainly: green. Hex color #20F901 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20F901 is #DF06FE. Grayscale: #9C9C9C. Windows color (decimal): -14616319 or 129312. OLE color: 129312.
HSL color Cylindrical-coordinate representation of color #20F901: hue angle of 112.5º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20F901 is Cyan = 0.87, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 32 | 249 | 1 | - |
| CMYK | 0.87 | 0 | 1.00 | 0.02 |
| HSL | 112.5º | 0.99% | 0.49% | - |
| HSV(B) | 112.5º | 1% | 0.98% | - |
| XYZ | 34.48 | 68.06 | 11.35 | - |
| YUV | 155.85 | 40.61 | 39.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 249 | 1 | 0.87 | 0 | 1.00 | 0.02 | 112.5 | 0.99 | 0.49 |
| Hex | 20 | F9 | 1 | 57 | 0 | 64 | 2 | 70 | 63 | 31 |
| Octal | 40 | 371 | 1 | 127 | 0 | 144 | 2 | 160 | 143 | 61 |
| Binary | 100000 | 11111001 | 1 | 1010111 | 0 | 1100100 | 10 | 1110000 | 1100011 | 110001 |
Color Harmonies of #20F901
Complementary color
Monochromatic Colors of #20F901
Black with #20F901
Text Example
Text Example
White with #20F901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20F901; }
p { color: rgb(32,249,1); }
H1.HeaderClassName
{
color: #20F901;
}
.AnyTagClassName
{
color: #20F901;
}
</style>
background-color css
<style>
a { background-color: #20F901; }
a { background-color: rgb(32,249,1); }
div.DivClassName
{
background-color: #20F901;
}
.BgClassName
{
background-color: #20F901;
}
</style>
border-color css
<style>
span { border-color: #20F901; }
span { border-color: rgb(32,249,1); }
td.TdClassName
{
border-color: #20F901;
}
.TagClassName
{
border-color: #20F901;
}
</style>