Shades of Free Speech Green #1ED809
Tints of Free Speech Green #1ED809
RGB
CMYK
RGB Variations
Color information
#1ED809 (or 0x1ED809) is known color: Free Speech Green. HEX triplet: 1E, D8 and 09. RGB value is (30,216,9). Sum of RGB (Red+Green+Blue) = 30+216+9=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 216 (84.77% from 255 or 84.71% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 216 - color contains mainly: green. Hex color #1ED809 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED809 is #E127F6. Grayscale: #898989. Windows color (decimal): -14755831 or 645150. OLE color: 645150.
HSL color Cylindrical-coordinate representation of color #1ED809: hue angle of 113.91º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1ED809 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 216 | 9 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.15 |
| HSL | 113.91º | 0.92% | 0.44% | - |
| HSV(B) | 113.91º | 0.96% | 0.85% | - |
| XYZ | 25.14 | 49.41 | 8.47 | - |
| YUV | 136.79 | 55.88 | 51.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 216 | 9 | 0.86 | 0 | 0.96 | 0.15 | 113.91 | 0.92 | 0.44 |
| Hex | 1E | D8 | 9 | 56 | 0 | 60 | F | 72 | 5C | 2C |
| Octal | 36 | 330 | 11 | 126 | 0 | 140 | 17 | 162 | 134 | 54 |
| Binary | 11110 | 11011000 | 1001 | 1010110 | 0 | 1100000 | 1111 | 1110010 | 1011100 | 101100 |
Color Harmonies of #1ED809
Complementary color
Monochromatic Colors of #1ED809
Black with #1ED809
Text Example
Text Example
White with #1ED809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED809; }
p { color: rgb(30,216,9); }
H1.HeaderClassName
{
color: #1ED809;
}
.AnyTagClassName
{
color: #1ED809;
}
</style>
background-color css
<style>
a { background-color: #1ED809; }
a { background-color: rgb(30,216,9); }
div.DivClassName
{
background-color: #1ED809;
}
.BgClassName
{
background-color: #1ED809;
}
</style>
border-color css
<style>
span { border-color: #1ED809; }
span { border-color: rgb(30,216,9); }
td.TdClassName
{
border-color: #1ED809;
}
.TagClassName
{
border-color: #1ED809;
}
</style>