Shades of Free Speech Green #1FD90D
Tints of Free Speech Green #1FD90D
RGB
CMYK
RGB Variations
Color information
#1FD90D (or 0x1FD90D) is known color: Free Speech Green. HEX triplet: 1F, D9 and 0D. RGB value is (31,217,13). Sum of RGB (Red+Green+Blue) = 31+217+13=261 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.88% from 261); Green value is 217 (85.16% from 255 or 83.14% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD90D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD90D is #E026F2. Grayscale: #8A8A8A. Windows color (decimal): -14690035 or 907551. OLE color: 907551.
HSL color Cylindrical-coordinate representation of color #1FD90D: hue angle of 114.71º degrees, saturation: 0.89, 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 #1FD90D is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 13 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.15 |
| HSL | 114.71º | 0.89% | 0.45% | - |
| HSV(B) | 114.71º | 0.94% | 0.85% | - |
| XYZ | 25.45 | 49.95 | 8.68 | - |
| YUV | 138.13 | 57.38 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 13 | 0.86 | 0 | 0.94 | 0.15 | 114.71 | 0.89 | 0.45 |
| Hex | 1F | D9 | D | 56 | 0 | 5E | F | 73 | 59 | 2D |
| Octal | 37 | 331 | 15 | 126 | 0 | 136 | 17 | 163 | 131 | 55 |
| Binary | 11111 | 11011001 | 1101 | 1010110 | 0 | 1011110 | 1111 | 1110011 | 1011001 | 101101 |
Color Harmonies of #1FD90D
Complementary color
Monochromatic Colors of #1FD90D
Black with #1FD90D
Text Example
Text Example
White with #1FD90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD90D; }
p { color: rgb(31,217,13); }
H1.HeaderClassName
{
color: #1FD90D;
}
.AnyTagClassName
{
color: #1FD90D;
}
</style>
background-color css
<style>
a { background-color: #1FD90D; }
a { background-color: rgb(31,217,13); }
div.DivClassName
{
background-color: #1FD90D;
}
.BgClassName
{
background-color: #1FD90D;
}
</style>
border-color css
<style>
span { border-color: #1FD90D; }
span { border-color: rgb(31,217,13); }
td.TdClassName
{
border-color: #1FD90D;
}
.TagClassName
{
border-color: #1FD90D;
}
</style>