Shades of Free Speech Green #1DED09
Tints of Free Speech Green #1DED09
RGB
CMYK
RGB Variations
Color information
#1DED09 (or 0x1DED09) is known color: Free Speech Green. HEX triplet: 1D, ED and 09. RGB value is (29,237,9). Sum of RGB (Red+Green+Blue) = 29+237+9=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 237 (92.97% from 255 or 86.18% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 237 - color contains mainly: green. Hex color #1DED09 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1DED09 is #E212F6. Grayscale: #959595. Windows color (decimal): -14815991 or 650525. OLE color: 650525.
HSL color Cylindrical-coordinate representation of color #1DED09: hue angle of 114.74º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1DED09 is Cyan = 0.88, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 237 | 9 | - |
| CMYK | 0.88 | 0 | 0.96 | 0.07 |
| HSL | 114.74º | 0.93% | 0.48% | - |
| HSV(B) | 114.74º | 0.96% | 0.93% | - |
| XYZ | 30.84 | 60.85 | 10.38 | - |
| YUV | 148.82 | 49.09 | 42.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 237 | 9 | 0.88 | 0 | 0.96 | 0.07 | 114.74 | 0.93 | 0.48 |
| Hex | 1D | ED | 9 | 58 | 0 | 60 | 7 | 73 | 5D | 30 |
| Octal | 35 | 355 | 11 | 130 | 0 | 140 | 7 | 163 | 135 | 60 |
| Binary | 11101 | 11101101 | 1001 | 1011000 | 0 | 1100000 | 111 | 1110011 | 1011101 | 110000 |
Color Harmonies of #1DED09
Complementary color
Monochromatic Colors of #1DED09
Black with #1DED09
Text Example
Text Example
White with #1DED09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DED09; }
p { color: rgb(29,237,9); }
H1.HeaderClassName
{
color: #1DED09;
}
.AnyTagClassName
{
color: #1DED09;
}
</style>
background-color css
<style>
a { background-color: #1DED09; }
a { background-color: rgb(29,237,9); }
div.DivClassName
{
background-color: #1DED09;
}
.BgClassName
{
background-color: #1DED09;
}
</style>
border-color css
<style>
span { border-color: #1DED09; }
span { border-color: rgb(29,237,9); }
td.TdClassName
{
border-color: #1DED09;
}
.TagClassName
{
border-color: #1DED09;
}
</style>