Shades of Free Speech Green #1DF910
Tints of Free Speech Green #1DF910
RGB
CMYK
RGB Variations
Color information
#1DF910 (or 0x1DF910) is known color: Free Speech Green. HEX triplet: 1D, F9 and 10. RGB value is (29,249,16). Sum of RGB (Red+Green+Blue) = 29+249+16=294 (38% of max value = 765). Red value is 29 (11.72% from 255 or 9.86% from 294); Green value is 249 (97.66% from 255 or 84.69% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF910 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF910 is #E206EF. Grayscale: #9D9D9D. Windows color (decimal): -14812912 or 1112349. OLE color: 1112349.
HSL color Cylindrical-coordinate representation of color #1DF910: hue angle of 116.65º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DF910 is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 249 | 16 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.02 |
| HSL | 116.65º | 0.95% | 0.52% | - |
| HSV(B) | 116.65º | 0.94% | 0.98% | - |
| XYZ | 34.48 | 68.05 | 11.81 | - |
| YUV | 156.66 | 48.61 | 36.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 249 | 16 | 0.88 | 0 | 0.94 | 0.02 | 116.65 | 0.95 | 0.52 |
| Hex | 1D | F9 | 10 | 58 | 0 | 5E | 2 | 75 | 5F | 34 |
| Octal | 35 | 371 | 20 | 130 | 0 | 136 | 2 | 165 | 137 | 64 |
| Binary | 11101 | 11111001 | 10000 | 1011000 | 0 | 1011110 | 10 | 1110101 | 1011111 | 110100 |
Color Harmonies of #1DF910
Complementary color
Monochromatic Colors of #1DF910
Black with #1DF910
Text Example
Text Example
White with #1DF910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF910; }
p { color: rgb(29,249,16); }
H1.HeaderClassName
{
color: #1DF910;
}
.AnyTagClassName
{
color: #1DF910;
}
</style>
background-color css
<style>
a { background-color: #1DF910; }
a { background-color: rgb(29,249,16); }
div.DivClassName
{
background-color: #1DF910;
}
.BgClassName
{
background-color: #1DF910;
}
</style>
border-color css
<style>
span { border-color: #1DF910; }
span { border-color: rgb(29,249,16); }
td.TdClassName
{
border-color: #1DF910;
}
.TagClassName
{
border-color: #1DF910;
}
</style>