Shades of Free Speech Green #1FDA0C
Tints of Free Speech Green #1FDA0C
RGB
CMYK
RGB Variations
Color information
#1FDA0C (or 0x1FDA0C) is known color: Free Speech Green. HEX triplet: 1F, DA and 0C. RGB value is (31,218,12). Sum of RGB (Red+Green+Blue) = 31+218+12=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 218 (85.55% from 255 or 83.52% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA0C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDA0C is #E025F3. Grayscale: #8B8B8B. Windows color (decimal): -14689780 or 842271. OLE color: 842271.
HSL color Cylindrical-coordinate representation of color #1FDA0C: hue angle of 114.47º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1FDA0C is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 218 | 12 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.15 |
| HSL | 114.47º | 0.9% | 0.45% | - |
| HSV(B) | 114.47º | 0.94% | 0.85% | - |
| XYZ | 25.7 | 50.46 | 8.73 | - |
| YUV | 138.6 | 56.55 | 51.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 218 | 12 | 0.86 | 0 | 0.94 | 0.15 | 114.47 | 0.9 | 0.45 |
| Hex | 1F | DA | C | 56 | 0 | 5E | F | 72 | 5A | 2D |
| Octal | 37 | 332 | 14 | 126 | 0 | 136 | 17 | 162 | 132 | 55 |
| Binary | 11111 | 11011010 | 1100 | 1010110 | 0 | 1011110 | 1111 | 1110010 | 1011010 | 101101 |
Color Harmonies of #1FDA0C
Complementary color
Monochromatic Colors of #1FDA0C
Black with #1FDA0C
Text Example
Text Example
White with #1FDA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDA0C; }
p { color: rgb(31,218,12); }
H1.HeaderClassName
{
color: #1FDA0C;
}
.AnyTagClassName
{
color: #1FDA0C;
}
</style>
background-color css
<style>
a { background-color: #1FDA0C; }
a { background-color: rgb(31,218,12); }
div.DivClassName
{
background-color: #1FDA0C;
}
.BgClassName
{
background-color: #1FDA0C;
}
</style>
border-color css
<style>
span { border-color: #1FDA0C; }
span { border-color: rgb(31,218,12); }
td.TdClassName
{
border-color: #1FDA0C;
}
.TagClassName
{
border-color: #1FDA0C;
}
</style>