Shades of Free Speech Green #1FD908
Tints of Free Speech Green #1FD908
RGB
CMYK
RGB Variations
Color information
#1FD908 (or 0x1FD908) is known color: Free Speech Green. HEX triplet: 1F, D9 and 08. RGB value is (31,217,8). Sum of RGB (Red+Green+Blue) = 31+217+8=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 217 (85.16% from 255 or 84.77% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FD908 is #E026F7. Grayscale: #8A8A8A. Windows color (decimal): -14690040 or 579871. OLE color: 579871.
HSL color Cylindrical-coordinate representation of color #1FD908: hue angle of 113.4º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FD908 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 31 | 217 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.15 |
| HSL | 113.4º | 0.93% | 0.44% | - |
| HSV(B) | 113.4º | 0.96% | 0.85% | - |
| XYZ | 25.42 | 49.93 | 8.53 | - |
| YUV | 137.56 | 54.88 | 51.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 217 | 8 | 0.86 | 0 | 0.96 | 0.15 | 113.4 | 0.93 | 0.44 |
| Hex | 1F | D9 | 8 | 56 | 0 | 60 | F | 71 | 5D | 2C |
| Octal | 37 | 331 | 10 | 126 | 0 | 140 | 17 | 161 | 135 | 54 |
| Binary | 11111 | 11011001 | 1000 | 1010110 | 0 | 1100000 | 1111 | 1110001 | 1011101 | 101100 |
Color Harmonies of #1FD908
Complementary color
Monochromatic Colors of #1FD908
Black with #1FD908
Text Example
Text Example
White with #1FD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FD908; }
p { color: rgb(31,217,8); }
H1.HeaderClassName
{
color: #1FD908;
}
.AnyTagClassName
{
color: #1FD908;
}
</style>
background-color css
<style>
a { background-color: #1FD908; }
a { background-color: rgb(31,217,8); }
div.DivClassName
{
background-color: #1FD908;
}
.BgClassName
{
background-color: #1FD908;
}
</style>
border-color css
<style>
span { border-color: #1FD908; }
span { border-color: rgb(31,217,8); }
td.TdClassName
{
border-color: #1FD908;
}
.TagClassName
{
border-color: #1FD908;
}
</style>