Shades of Free Speech Green #1ED907
Tints of Free Speech Green #1ED907
RGB
CMYK
RGB Variations
Color information
#1ED907 (or 0x1ED907) is known color: Free Speech Green. HEX triplet: 1E, D9 and 07. RGB value is (30,217,7). Sum of RGB (Red+Green+Blue) = 30+217+7=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 217 (85.16% from 255 or 85.43% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED907 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED907 is #E126F8. Grayscale: #898989. Windows color (decimal): -14755577 or 514334. OLE color: 514334.
HSL color Cylindrical-coordinate representation of color #1ED907: hue angle of 113.43º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1ED907 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 7 | - |
| CMYK | 0.86 | 0 | 0.97 | 0.15 |
| HSL | 113.43º | 0.94% | 0.44% | - |
| HSV(B) | 113.43º | 0.97% | 0.85% | - |
| XYZ | 25.39 | 49.92 | 8.5 | - |
| YUV | 137.15 | 54.55 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 7 | 0.86 | 0 | 0.97 | 0.15 | 113.43 | 0.94 | 0.44 |
| Hex | 1E | D9 | 7 | 56 | 0 | 61 | F | 71 | 5E | 2C |
| Octal | 36 | 331 | 7 | 126 | 0 | 141 | 17 | 161 | 136 | 54 |
| Binary | 11110 | 11011001 | 111 | 1010110 | 0 | 1100001 | 1111 | 1110001 | 1011110 | 101100 |
Color Harmonies of #1ED907
Complementary color
Monochromatic Colors of #1ED907
Black with #1ED907
Text Example
Text Example
White with #1ED907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED907; }
p { color: rgb(30,217,7); }
H1.HeaderClassName
{
color: #1ED907;
}
.AnyTagClassName
{
color: #1ED907;
}
</style>
background-color css
<style>
a { background-color: #1ED907; }
a { background-color: rgb(30,217,7); }
div.DivClassName
{
background-color: #1ED907;
}
.BgClassName
{
background-color: #1ED907;
}
</style>
border-color css
<style>
span { border-color: #1ED907; }
span { border-color: rgb(30,217,7); }
td.TdClassName
{
border-color: #1ED907;
}
.TagClassName
{
border-color: #1ED907;
}
</style>