Shades of Free Speech Green #1FFA16
Tints of Free Speech Green #1FFA16
RGB
CMYK
RGB Variations
Color information
#1FFA16 (or 0x1FFA16) is known color: Free Speech Green. HEX triplet: 1F, FA and 16. RGB value is (31,250,22). Sum of RGB (Red+Green+Blue) = 31+250+22=303 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.23% from 303); Green value is 250 (98.05% from 255 or 82.51% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA16 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFA16 is #E005E9. Grayscale: #9F9F9F. Windows color (decimal): -14681578 or 1505823. OLE color: 1505823.
HSL color Cylindrical-coordinate representation of color #1FFA16: hue angle of 117.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1FFA16 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 22 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.02 |
| HSL | 117.63º | 0.96% | 0.53% | - |
| HSV(B) | 117.63º | 0.91% | 0.98% | - |
| XYZ | 34.9 | 68.72 | 12.18 | - |
| YUV | 158.53 | 50.95 | 37.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 22 | 0.88 | 0 | 0.91 | 0.02 | 117.63 | 0.96 | 0.53 |
| Hex | 1F | FA | 16 | 58 | 0 | 5B | 2 | 76 | 60 | 35 |
| Octal | 37 | 372 | 26 | 130 | 0 | 133 | 2 | 166 | 140 | 65 |
| Binary | 11111 | 11111010 | 10110 | 1011000 | 0 | 1011011 | 10 | 1110110 | 1100000 | 110101 |
Color Harmonies of #1FFA16
Complementary color
Monochromatic Colors of #1FFA16
Black with #1FFA16
Text Example
Text Example
White with #1FFA16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA16; }
p { color: rgb(31,250,22); }
H1.HeaderClassName
{
color: #1FFA16;
}
.AnyTagClassName
{
color: #1FFA16;
}
</style>
background-color css
<style>
a { background-color: #1FFA16; }
a { background-color: rgb(31,250,22); }
div.DivClassName
{
background-color: #1FFA16;
}
.BgClassName
{
background-color: #1FFA16;
}
</style>
border-color css
<style>
span { border-color: #1FFA16; }
span { border-color: rgb(31,250,22); }
td.TdClassName
{
border-color: #1FFA16;
}
.TagClassName
{
border-color: #1FFA16;
}
</style>