Shades of Free Speech Green #1FFA10
Tints of Free Speech Green #1FFA10
RGB
CMYK
RGB Variations
Color information
#1FFA10 (or 0x1FFA10) is known color: Free Speech Green. HEX triplet: 1F, FA and 10. RGB value is (31,250,16). Sum of RGB (Red+Green+Blue) = 31+250+16=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 250 (98.05% from 255 or 84.18% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFA10 is #E005EF. Grayscale: #9E9E9E. Windows color (decimal): -14681584 or 1112607. OLE color: 1112607.
HSL color Cylindrical-coordinate representation of color #1FFA10: hue angle of 116.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FFA10 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 16 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.02 |
| HSL | 116.15º | 0.96% | 0.52% | - |
| HSV(B) | 116.15º | 0.94% | 0.98% | - |
| XYZ | 34.84 | 68.7 | 11.91 | - |
| YUV | 157.84 | 47.95 | 37.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 16 | 0.88 | 0 | 0.94 | 0.02 | 116.15 | 0.96 | 0.52 |
| Hex | 1F | FA | 10 | 58 | 0 | 5E | 2 | 74 | 60 | 34 |
| Octal | 37 | 372 | 20 | 130 | 0 | 136 | 2 | 164 | 140 | 64 |
| Binary | 11111 | 11111010 | 10000 | 1011000 | 0 | 1011110 | 10 | 1110100 | 1100000 | 110100 |
Color Harmonies of #1FFA10
Complementary color
Monochromatic Colors of #1FFA10
Black with #1FFA10
Text Example
Text Example
White with #1FFA10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA10; }
p { color: rgb(31,250,16); }
H1.HeaderClassName
{
color: #1FFA10;
}
.AnyTagClassName
{
color: #1FFA10;
}
</style>
background-color css
<style>
a { background-color: #1FFA10; }
a { background-color: rgb(31,250,16); }
div.DivClassName
{
background-color: #1FFA10;
}
.BgClassName
{
background-color: #1FFA10;
}
</style>
border-color css
<style>
span { border-color: #1FFA10; }
span { border-color: rgb(31,250,16); }
td.TdClassName
{
border-color: #1FFA10;
}
.TagClassName
{
border-color: #1FFA10;
}
</style>