Shades of Free Speech Green #1DFB09
Tints of Free Speech Green #1DFB09
RGB
CMYK
RGB Variations
Color information
#1DFB09 (or 0x1DFB09) is known color: Free Speech Green. HEX triplet: 1D, FB and 09. RGB value is (29,251,9). Sum of RGB (Red+Green+Blue) = 29+251+9=289 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.03% from 289); Green value is 251 (98.44% from 255 or 86.85% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 251 - color contains mainly: green. Hex color #1DFB09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFB09 is #E204F6. Grayscale: #9D9D9D. Windows color (decimal): -14812407 or 654109. OLE color: 654109.
HSL color Cylindrical-coordinate representation of color #1DFB09: hue angle of 115.04º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DFB09 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 251 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.02 |
| HSL | 115.04º | 0.97% | 0.51% | - |
| HSV(B) | 115.04º | 0.96% | 0.98% | - |
| XYZ | 35.05 | 69.28 | 11.78 | - |
| YUV | 157.03 | 44.45 | 36.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 251 | 9 | 0.88 | 0 | 0.96 | 0.02 | 115.04 | 0.97 | 0.51 |
| Hex | 1D | FB | 9 | 58 | 0 | 60 | 2 | 73 | 61 | 33 |
| Octal | 35 | 373 | 11 | 130 | 0 | 140 | 2 | 163 | 141 | 63 |
| Binary | 11101 | 11111011 | 1001 | 1011000 | 0 | 1100000 | 10 | 1110011 | 1100001 | 110011 |
Color Harmonies of #1DFB09
Complementary color
Monochromatic Colors of #1DFB09
Black with #1DFB09
Text Example
Text Example
White with #1DFB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFB09; }
p { color: rgb(29,251,9); }
H1.HeaderClassName
{
color: #1DFB09;
}
.AnyTagClassName
{
color: #1DFB09;
}
</style>
background-color css
<style>
a { background-color: #1DFB09; }
a { background-color: rgb(29,251,9); }
div.DivClassName
{
background-color: #1DFB09;
}
.BgClassName
{
background-color: #1DFB09;
}
</style>
border-color css
<style>
span { border-color: #1DFB09; }
span { border-color: rgb(29,251,9); }
td.TdClassName
{
border-color: #1DFB09;
}
.TagClassName
{
border-color: #1DFB09;
}
</style>