Shades of Free Speech Green #1DFF10
Tints of Free Speech Green #1DFF10
RGB
CMYK
RGB Variations
Color information
#1DFF10 (or 0x1DFF10) is known color: Free Speech Green. HEX triplet: 1D, FF and 10. RGB value is (29,255,16). Sum of RGB (Red+Green+Blue) = 29+255+16=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 255 (100% from 255 or 85% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DFF10 is #E200EF. Grayscale: #A0A0A0. Windows color (decimal): -14811376 or 1113885. OLE color: 1113885.
HSL color Cylindrical-coordinate representation of color #1DFF10: hue angle of 116.74º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1DFF10 is Cyan = 0.89, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 255 | 16 | - |
| CMYK | 0.89 | 0 | 0.94 | 0 |
| HSL | 116.74º | 1% | 0.53% | - |
| HSV(B) | 116.74º | 0.94% | 1% | - |
| XYZ | 36.36 | 71.82 | 12.44 | - |
| YUV | 160.18 | 46.63 | 34.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 255 | 16 | 0.89 | 0 | 0.94 | 0 | 116.74 | 1 | 0.53 |
| Hex | 1D | FF | 10 | 59 | 0 | 5E | 0 | 75 | 64 | 35 |
| Octal | 35 | 377 | 20 | 131 | 0 | 136 | 0 | 165 | 144 | 65 |
| Binary | 11101 | 11111111 | 10000 | 1011001 | 0 | 1011110 | 0 | 1110101 | 1100100 | 110101 |
Color Harmonies of #1DFF10
Complementary color
Monochromatic Colors of #1DFF10
Black with #1DFF10
Text Example
Text Example
White with #1DFF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DFF10; }
p { color: rgb(29,255,16); }
H1.HeaderClassName
{
color: #1DFF10;
}
.AnyTagClassName
{
color: #1DFF10;
}
</style>
background-color css
<style>
a { background-color: #1DFF10; }
a { background-color: rgb(29,255,16); }
div.DivClassName
{
background-color: #1DFF10;
}
.BgClassName
{
background-color: #1DFF10;
}
</style>
border-color css
<style>
span { border-color: #1DFF10; }
span { border-color: rgb(29,255,16); }
td.TdClassName
{
border-color: #1DFF10;
}
.TagClassName
{
border-color: #1DFF10;
}
</style>