Shades of Free Speech Green #1FDB09
Tints of Free Speech Green #1FDB09
RGB
CMYK
RGB Variations
Color information
#1FDB09 (or 0x1FDB09) is known color: Free Speech Green. HEX triplet: 1F, DB and 09. RGB value is (31,219,9). Sum of RGB (Red+Green+Blue) = 31+219+9=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 219 (85.94% from 255 or 84.56% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 219 - color contains mainly: green. Hex color #1FDB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FDB09 is #E024F6. Grayscale: #8B8B8B. Windows color (decimal): -14689527 or 645919. OLE color: 645919.
HSL color Cylindrical-coordinate representation of color #1FDB09: hue angle of 113.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FDB09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 31 | 219 | 9 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.14 |
| HSL | 113.71º | 0.92% | 0.45% | - |
| HSV(B) | 113.71º | 0.96% | 0.86% | - |
| XYZ | 25.95 | 50.97 | 8.73 | - |
| YUV | 138.85 | 54.72 | 51.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 219 | 9 | 0.86 | 0 | 0.96 | 0.14 | 113.71 | 0.92 | 0.45 |
| Hex | 1F | DB | 9 | 56 | 0 | 60 | E | 72 | 5C | 2D |
| Octal | 37 | 333 | 11 | 126 | 0 | 140 | 16 | 162 | 134 | 55 |
| Binary | 11111 | 11011011 | 1001 | 1010110 | 0 | 1100000 | 1110 | 1110010 | 1011100 | 101101 |
Color Harmonies of #1FDB09
Complementary color
Monochromatic Colors of #1FDB09
Black with #1FDB09
Text Example
Text Example
White with #1FDB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FDB09; }
p { color: rgb(31,219,9); }
H1.HeaderClassName
{
color: #1FDB09;
}
.AnyTagClassName
{
color: #1FDB09;
}
</style>
background-color css
<style>
a { background-color: #1FDB09; }
a { background-color: rgb(31,219,9); }
div.DivClassName
{
background-color: #1FDB09;
}
.BgClassName
{
background-color: #1FDB09;
}
</style>
border-color css
<style>
span { border-color: #1FDB09; }
span { border-color: rgb(31,219,9); }
td.TdClassName
{
border-color: #1FDB09;
}
.TagClassName
{
border-color: #1FDB09;
}
</style>