Shades of Free Speech Green #1DF809
Tints of Free Speech Green #1DF809
RGB
CMYK
RGB Variations
Color information
#1DF809 (or 0x1DF809) is known color: Free Speech Green. HEX triplet: 1D, F8 and 09. RGB value is (29,248,9). Sum of RGB (Red+Green+Blue) = 29+248+9=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 248 (97.27% from 255 or 86.71% from 286); Blue value is 9 (3.91% from 255 or 3.15% from 286); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF809 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF809 is #E207F6. Grayscale: #9C9C9C. Windows color (decimal): -14813175 or 653341. OLE color: 653341.
HSL color Cylindrical-coordinate representation of color #1DF809: hue angle of 114.98º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DF809 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 248 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.03 |
| HSL | 114.98º | 0.94% | 0.5% | - |
| HSV(B) | 114.98º | 0.96% | 0.97% | - |
| XYZ | 34.12 | 67.42 | 11.47 | - |
| YUV | 155.27 | 45.45 | 37.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 248 | 9 | 0.88 | 0 | 0.96 | 0.03 | 114.98 | 0.94 | 0.5 |
| Hex | 1D | F8 | 9 | 58 | 0 | 60 | 3 | 73 | 5E | 32 |
| Octal | 35 | 370 | 11 | 130 | 0 | 140 | 3 | 163 | 136 | 62 |
| Binary | 11101 | 11111000 | 1001 | 1011000 | 0 | 1100000 | 11 | 1110011 | 1011110 | 110010 |
Color Harmonies of #1DF809
Complementary color
Monochromatic Colors of #1DF809
Black with #1DF809
Text Example
Text Example
White with #1DF809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF809; }
p { color: rgb(29,248,9); }
H1.HeaderClassName
{
color: #1DF809;
}
.AnyTagClassName
{
color: #1DF809;
}
</style>
background-color css
<style>
a { background-color: #1DF809; }
a { background-color: rgb(29,248,9); }
div.DivClassName
{
background-color: #1DF809;
}
.BgClassName
{
background-color: #1DF809;
}
</style>
border-color css
<style>
span { border-color: #1DF809; }
span { border-color: rgb(29,248,9); }
td.TdClassName
{
border-color: #1DF809;
}
.TagClassName
{
border-color: #1DF809;
}
</style>