Shades of Free Speech Green #1ED910
Tints of Free Speech Green #1ED910
RGB
CMYK
RGB Variations
Color information
#1ED910 (or 0x1ED910) is known color: Free Speech Green. HEX triplet: 1E, D9 and 10. RGB value is (30,217,16). Sum of RGB (Red+Green+Blue) = 30+217+16=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 217 (85.16% from 255 or 82.51% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED910 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED910 is #E126EF. Grayscale: #8A8A8A. Windows color (decimal): -14755568 or 1104158. OLE color: 1104158.
HSL color Cylindrical-coordinate representation of color #1ED910: hue angle of 115.82º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ED910 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 16 | - |
| CMYK | 0.86 | 0 | 0.93 | 0.15 |
| HSL | 115.82º | 0.86% | 0.46% | - |
| HSV(B) | 115.82º | 0.93% | 0.85% | - |
| XYZ | 25.44 | 49.94 | 8.79 | - |
| YUV | 138.17 | 59.05 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 16 | 0.86 | 0 | 0.93 | 0.15 | 115.82 | 0.86 | 0.46 |
| Hex | 1E | D9 | 10 | 56 | 0 | 5D | F | 74 | 56 | 2E |
| Octal | 36 | 331 | 20 | 126 | 0 | 135 | 17 | 164 | 126 | 56 |
| Binary | 11110 | 11011001 | 10000 | 1010110 | 0 | 1011101 | 1111 | 1110100 | 1010110 | 101110 |
Color Harmonies of #1ED910
Complementary color
Monochromatic Colors of #1ED910
Black with #1ED910
Text Example
Text Example
White with #1ED910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED910; }
p { color: rgb(30,217,16); }
H1.HeaderClassName
{
color: #1ED910;
}
.AnyTagClassName
{
color: #1ED910;
}
</style>
background-color css
<style>
a { background-color: #1ED910; }
a { background-color: rgb(30,217,16); }
div.DivClassName
{
background-color: #1ED910;
}
.BgClassName
{
background-color: #1ED910;
}
</style>
border-color css
<style>
span { border-color: #1ED910; }
span { border-color: rgb(30,217,16); }
td.TdClassName
{
border-color: #1ED910;
}
.TagClassName
{
border-color: #1ED910;
}
</style>