Shades of Free Speech Green #1DEC10
Tints of Free Speech Green #1DEC10
RGB
CMYK
RGB Variations
Color information
#1DEC10 (or 0x1DEC10) is known color: Free Speech Green. HEX triplet: 1D, EC and 10. RGB value is (29,236,16). Sum of RGB (Red+Green+Blue) = 29+236+16=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 236 (92.58% from 255 or 83.99% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 236 - color contains mainly: green. Hex color #1DEC10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DEC10 is #E213EF. Grayscale: #959595. Windows color (decimal): -14816240 or 1109021. OLE color: 1109021.
HSL color Cylindrical-coordinate representation of color #1DEC10: hue angle of 116.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1DEC10 is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 236 | 16 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.07 |
| HSL | 116.45º | 0.87% | 0.49% | - |
| HSV(B) | 116.45º | 0.93% | 0.93% | - |
| XYZ | 30.6 | 60.29 | 10.51 | - |
| YUV | 149.03 | 52.92 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 236 | 16 | 0.88 | 0 | 0.93 | 0.07 | 116.45 | 0.87 | 0.49 |
| Hex | 1D | EC | 10 | 58 | 0 | 5D | 7 | 74 | 57 | 31 |
| Octal | 35 | 354 | 20 | 130 | 0 | 135 | 7 | 164 | 127 | 61 |
| Binary | 11101 | 11101100 | 10000 | 1011000 | 0 | 1011101 | 111 | 1110100 | 1010111 | 110001 |
Color Harmonies of #1DEC10
Complementary color
Monochromatic Colors of #1DEC10
Black with #1DEC10
Text Example
Text Example
White with #1DEC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DEC10; }
p { color: rgb(29,236,16); }
H1.HeaderClassName
{
color: #1DEC10;
}
.AnyTagClassName
{
color: #1DEC10;
}
</style>
background-color css
<style>
a { background-color: #1DEC10; }
a { background-color: rgb(29,236,16); }
div.DivClassName
{
background-color: #1DEC10;
}
.BgClassName
{
background-color: #1DEC10;
}
</style>
border-color css
<style>
span { border-color: #1DEC10; }
span { border-color: rgb(29,236,16); }
td.TdClassName
{
border-color: #1DEC10;
}
.TagClassName
{
border-color: #1DEC10;
}
</style>