Shades of Free Speech Green #1DF70A
Tints of Free Speech Green #1DF70A
RGB
CMYK
RGB Variations
Color information
#1DF70A (or 0x1DF70A) is known color: Free Speech Green. HEX triplet: 1D, F7 and 0A. RGB value is (29,247,10). Sum of RGB (Red+Green+Blue) = 29+247+10=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 247 (96.88% from 255 or 86.36% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 247 - color contains mainly: green. Hex color #1DF70A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DF70A is #E208F5. Grayscale: #9B9B9B. Windows color (decimal): -14813430 or 718621. OLE color: 718621.
HSL color Cylindrical-coordinate representation of color #1DF70A: hue angle of 115.19º 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 #1DF70A is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 29 | 247 | 10 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.03 |
| HSL | 115.19º | 0.94% | 0.5% | - |
| HSV(B) | 115.19º | 0.96% | 0.97% | - |
| XYZ | 33.82 | 66.8 | 11.4 | - |
| YUV | 154.8 | 46.28 | 38.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 247 | 10 | 0.88 | 0 | 0.96 | 0.03 | 115.19 | 0.94 | 0.5 |
| Hex | 1D | F7 | A | 58 | 0 | 60 | 3 | 73 | 5E | 32 |
| Octal | 35 | 367 | 12 | 130 | 0 | 140 | 3 | 163 | 136 | 62 |
| Binary | 11101 | 11110111 | 1010 | 1011000 | 0 | 1100000 | 11 | 1110011 | 1011110 | 110010 |
Color Harmonies of #1DF70A
Complementary color
Monochromatic Colors of #1DF70A
Black with #1DF70A
Text Example
Text Example
White with #1DF70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DF70A; }
p { color: rgb(29,247,10); }
H1.HeaderClassName
{
color: #1DF70A;
}
.AnyTagClassName
{
color: #1DF70A;
}
</style>
background-color css
<style>
a { background-color: #1DF70A; }
a { background-color: rgb(29,247,10); }
div.DivClassName
{
background-color: #1DF70A;
}
.BgClassName
{
background-color: #1DF70A;
}
</style>
border-color css
<style>
span { border-color: #1DF70A; }
span { border-color: rgb(29,247,10); }
td.TdClassName
{
border-color: #1DF70A;
}
.TagClassName
{
border-color: #1DF70A;
}
</style>