Shades of Free Speech Green #1FE809
Tints of Free Speech Green #1FE809
RGB
CMYK
RGB Variations
Color information
#1FE809 (or 0x1FE809) is known color: Free Speech Green. HEX triplet: 1F, E8 and 09. RGB value is (31,232,9). Sum of RGB (Red+Green+Blue) = 31+232+9=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 232 (91.02% from 255 or 85.29% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 232 - color contains mainly: green. Hex color #1FE809 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE809 is #E017F6. Grayscale: #939393. Windows color (decimal): -14686199 or 649247. OLE color: 649247.
HSL color Cylindrical-coordinate representation of color #1FE809: hue angle of 114.08º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FE809 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 31 | 232 | 9 | - |
| CMYK | 0.87 | 0 | 0.96 | 0.09 |
| HSL | 114.08º | 0.93% | 0.47% | - |
| HSV(B) | 114.08º | 0.96% | 0.91% | - |
| XYZ | 29.47 | 58.02 | 9.9 | - |
| YUV | 146.48 | 50.41 | 45.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 232 | 9 | 0.87 | 0 | 0.96 | 0.09 | 114.08 | 0.93 | 0.47 |
| Hex | 1F | E8 | 9 | 57 | 0 | 60 | 9 | 72 | 5D | 2F |
| Octal | 37 | 350 | 11 | 127 | 0 | 140 | 11 | 162 | 135 | 57 |
| Binary | 11111 | 11101000 | 1001 | 1010111 | 0 | 1100000 | 1001 | 1110010 | 1011101 | 101111 |
Color Harmonies of #1FE809
Complementary color
Monochromatic Colors of #1FE809
Black with #1FE809
Text Example
Text Example
White with #1FE809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FE809; }
p { color: rgb(31,232,9); }
H1.HeaderClassName
{
color: #1FE809;
}
.AnyTagClassName
{
color: #1FE809;
}
</style>
background-color css
<style>
a { background-color: #1FE809; }
a { background-color: rgb(31,232,9); }
div.DivClassName
{
background-color: #1FE809;
}
.BgClassName
{
background-color: #1FE809;
}
</style>
border-color css
<style>
span { border-color: #1FE809; }
span { border-color: rgb(31,232,9); }
td.TdClassName
{
border-color: #1FE809;
}
.TagClassName
{
border-color: #1FE809;
}
</style>