Shades of Free Speech Green #1ED908
Tints of Free Speech Green #1ED908
RGB
CMYK
RGB Variations
Color information
#1ED908 (or 0x1ED908) is known color: Free Speech Green. HEX triplet: 1E, D9 and 08. RGB value is (30,217,8). Sum of RGB (Red+Green+Blue) = 30+217+8=255 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.76% from 255); Green value is 217 (85.16% from 255 or 85.10% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED908 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED908 is #E126F7. Grayscale: #898989. Windows color (decimal): -14755576 or 579870. OLE color: 579870.
HSL color Cylindrical-coordinate representation of color #1ED908: hue angle of 113.68º degrees, saturation: 0.93, 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 #1ED908 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 8 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.15 |
| HSL | 113.68º | 0.93% | 0.44% | - |
| HSV(B) | 113.68º | 0.96% | 0.85% | - |
| XYZ | 25.39 | 49.92 | 8.53 | - |
| YUV | 137.26 | 55.05 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 8 | 0.86 | 0 | 0.96 | 0.15 | 113.68 | 0.93 | 0.44 |
| Hex | 1E | D9 | 8 | 56 | 0 | 60 | F | 72 | 5D | 2C |
| Octal | 36 | 331 | 10 | 126 | 0 | 140 | 17 | 162 | 135 | 54 |
| Binary | 11110 | 11011001 | 1000 | 1010110 | 0 | 1100000 | 1111 | 1110010 | 1011101 | 101100 |
Color Harmonies of #1ED908
Complementary color
Monochromatic Colors of #1ED908
Black with #1ED908
Text Example
Text Example
White with #1ED908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED908; }
p { color: rgb(30,217,8); }
H1.HeaderClassName
{
color: #1ED908;
}
.AnyTagClassName
{
color: #1ED908;
}
</style>
background-color css
<style>
a { background-color: #1ED908; }
a { background-color: rgb(30,217,8); }
div.DivClassName
{
background-color: #1ED908;
}
.BgClassName
{
background-color: #1ED908;
}
</style>
border-color css
<style>
span { border-color: #1ED908; }
span { border-color: rgb(30,217,8); }
td.TdClassName
{
border-color: #1ED908;
}
.TagClassName
{
border-color: #1ED908;
}
</style>