Shades of Free Speech Green #1FDA09
Tints of Free Speech Green #1FDA09
RGB
CMYK
RGB Variations
Color information
#1FDA09 (or 0x1FDA09) is known color: Free Speech Green. HEX triplet: 1F, DA and 09. RGB value is (31,218,9). Sum of RGB (Red+Green+Blue) = 31+218+9=258 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.02% from 258); Green value is 218 (85.55% from 255 or 84.50% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDA09 is #E025F6. Grayscale: #8A8A8A. Windows color (decimal): -14689783 or 645663. OLE color: 645663.
HSL color Cylindrical-coordinate representation of color #1FDA09: hue angle of 113.68º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FDA09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 9 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.15 |
| HSL | 113.68º | 0.92% | 0.45% | - |
| HSV(B) | 113.68º | 0.96% | 0.85% | - |
| XYZ | 25.69 | 50.45 | 8.64 | - |
| YUV | 138.26 | 55.05 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 9 | 0.86 | 0 | 0.96 | 0.15 | 113.68 | 0.92 | 0.45 |
| Hex | 1F | DA | 9 | 56 | 0 | 60 | F | 72 | 5C | 2D |
| Octal | 37 | 332 | 11 | 126 | 0 | 140 | 17 | 162 | 134 | 55 |
| Binary | 11111 | 11011010 | 1001 | 1010110 | 0 | 1100000 | 1111 | 1110010 | 1011100 | 101101 |
Color Harmonies of #1FDA09
Complementary color
Monochromatic Colors of #1FDA09
Black with #1FDA09
Text Example
Text Example
White with #1FDA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA09; }
p { color: rgb(31,218,9); }
H1.HeaderClassName
{
color: #1FDA09;
}
.AnyTagClassName
{
color: #1FDA09;
}
</style>
background-color css
<style>
a { background-color: #1FDA09; }
a { background-color: rgb(31,218,9); }
div.DivClassName
{
background-color: #1FDA09;
}
.BgClassName
{
background-color: #1FDA09;
}
</style>
border-color css
<style>
span { border-color: #1FDA09; }
span { border-color: rgb(31,218,9); }
td.TdClassName
{
border-color: #1FDA09;
}
.TagClassName
{
border-color: #1FDA09;
}
</style>