Shades of Free Speech Green #1FFA20
Tints of Free Speech Green #1FFA20
RGB
CMYK
RGB Variations
Color information
#1FFA20 (or 0x1FFA20) is known color: Free Speech Green. HEX triplet: 1F, FA and 20. RGB value is (31,250,32). Sum of RGB (Red+Green+Blue) = 31+250+32=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 250 (98.05% from 255 or 79.87% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFA20 is #E005DF. Grayscale: #A0A0A0. Windows color (decimal): -14681568 or 2161183. OLE color: 2161183.
HSL color Cylindrical-coordinate representation of color #1FFA20: hue angle of 120.27º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1FFA20 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 32 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.02 |
| HSL | 120.27º | 0.96% | 0.55% | - |
| HSV(B) | 120.27º | 0.88% | 0.98% | - |
| XYZ | 35.01 | 68.77 | 12.79 | - |
| YUV | 159.67 | 55.95 | 36.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 32 | 0.88 | 0 | 0.87 | 0.02 | 120.27 | 0.96 | 0.55 |
| Hex | 1F | FA | 20 | 58 | 0 | 57 | 2 | 78 | 60 | 37 |
| Octal | 37 | 372 | 40 | 130 | 0 | 127 | 2 | 170 | 140 | 67 |
| Binary | 11111 | 11111010 | 100000 | 1011000 | 0 | 1010111 | 10 | 1111000 | 1100000 | 110111 |
Color Harmonies of #1FFA20
Complementary color
Monochromatic Colors of #1FFA20
Black with #1FFA20
Text Example
Text Example
White with #1FFA20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA20; }
p { color: rgb(31,250,32); }
H1.HeaderClassName
{
color: #1FFA20;
}
.AnyTagClassName
{
color: #1FFA20;
}
</style>
background-color css
<style>
a { background-color: #1FFA20; }
a { background-color: rgb(31,250,32); }
div.DivClassName
{
background-color: #1FFA20;
}
.BgClassName
{
background-color: #1FFA20;
}
</style>
border-color css
<style>
span { border-color: #1FFA20; }
span { border-color: rgb(31,250,32); }
td.TdClassName
{
border-color: #1FFA20;
}
.TagClassName
{
border-color: #1FFA20;
}
</style>