Shades of Free Speech Green #1DF616
Tints of Free Speech Green #1DF616
RGB
CMYK
RGB Variations
Color information
#1DF616 (or 0x1DF616) is known color: Free Speech Green. HEX triplet: 1D, F6 and 16. RGB value is (29,246,22). Sum of RGB (Red+Green+Blue) = 29+246+22=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 246 (96.48% from 255 or 82.83% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF616 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF616 is #E209E9. Grayscale: #9C9C9C. Windows color (decimal): -14813674 or 1504797. OLE color: 1504797.
HSL color Cylindrical-coordinate representation of color #1DF616: hue angle of 118.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DF616 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 29 | 246 | 22 | - |
| CMYK | 0.88 | 0 | 0.91 | 0.04 |
| HSL | 118.13º | 0.93% | 0.53% | - |
| HSV(B) | 118.13º | 0.91% | 0.96% | - |
| XYZ | 33.61 | 66.23 | 11.77 | - |
| YUV | 155.58 | 52.61 | 37.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 246 | 22 | 0.88 | 0 | 0.91 | 0.04 | 118.13 | 0.93 | 0.53 |
| Hex | 1D | F6 | 16 | 58 | 0 | 5B | 4 | 76 | 5D | 35 |
| Octal | 35 | 366 | 26 | 130 | 0 | 133 | 4 | 166 | 135 | 65 |
| Binary | 11101 | 11110110 | 10110 | 1011000 | 0 | 1011011 | 100 | 1110110 | 1011101 | 110101 |
Color Harmonies of #1DF616
Complementary color
Monochromatic Colors of #1DF616
Black with #1DF616
Text Example
Text Example
White with #1DF616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF616; }
p { color: rgb(29,246,22); }
H1.HeaderClassName
{
color: #1DF616;
}
.AnyTagClassName
{
color: #1DF616;
}
</style>
background-color css
<style>
a { background-color: #1DF616; }
a { background-color: rgb(29,246,22); }
div.DivClassName
{
background-color: #1DF616;
}
.BgClassName
{
background-color: #1DF616;
}
</style>
border-color css
<style>
span { border-color: #1DF616; }
span { border-color: rgb(29,246,22); }
td.TdClassName
{
border-color: #1DF616;
}
.TagClassName
{
border-color: #1DF616;
}
</style>