Shades of Free Speech Green #1FFA1D
Tints of Free Speech Green #1FFA1D
RGB
CMYK
RGB Variations
Color information
#1FFA1D (or 0x1FFA1D) is known color: Free Speech Green. HEX triplet: 1F, FA and 1D. RGB value is (31,250,29). Sum of RGB (Red+Green+Blue) = 31+250+29=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 250 (98.05% from 255 or 80.65% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1FFA1D is #E005E2. Grayscale: #9F9F9F. Windows color (decimal): -14681571 or 1964575. OLE color: 1964575.
HSL color Cylindrical-coordinate representation of color #1FFA1D: hue angle of 119.46º 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 #1FFA1D is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 31 | 250 | 29 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.02 |
| HSL | 119.46º | 0.96% | 0.55% | - |
| HSV(B) | 119.46º | 0.88% | 0.98% | - |
| XYZ | 34.97 | 68.75 | 12.59 | - |
| YUV | 159.33 | 54.45 | 36.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 250 | 29 | 0.88 | 0 | 0.88 | 0.02 | 119.46 | 0.96 | 0.55 |
| Hex | 1F | FA | 1D | 58 | 0 | 58 | 2 | 77 | 60 | 37 |
| Octal | 37 | 372 | 35 | 130 | 0 | 130 | 2 | 167 | 140 | 67 |
| Binary | 11111 | 11111010 | 11101 | 1011000 | 0 | 1011000 | 10 | 1110111 | 1100000 | 110111 |
Color Harmonies of #1FFA1D
Complementary color
Monochromatic Colors of #1FFA1D
Black with #1FFA1D
Text Example
Text Example
White with #1FFA1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FFA1D; }
p { color: rgb(31,250,29); }
H1.HeaderClassName
{
color: #1FFA1D;
}
.AnyTagClassName
{
color: #1FFA1D;
}
</style>
background-color css
<style>
a { background-color: #1FFA1D; }
a { background-color: rgb(31,250,29); }
div.DivClassName
{
background-color: #1FFA1D;
}
.BgClassName
{
background-color: #1FFA1D;
}
</style>
border-color css
<style>
span { border-color: #1FFA1D; }
span { border-color: rgb(31,250,29); }
td.TdClassName
{
border-color: #1FFA1D;
}
.TagClassName
{
border-color: #1FFA1D;
}
</style>