Shades of Free Speech Green #1EDC0E
Tints of Free Speech Green #1EDC0E
RGB
CMYK
RGB Variations
Color information
#1EDC0E (or 0x1EDC0E) is known color: Free Speech Green. HEX triplet: 1E, DC and 0E. RGB value is (30,220,14). Sum of RGB (Red+Green+Blue) = 30+220+14=264 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.36% from 264); Green value is 220 (86.33% from 255 or 83.33% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 220 - color contains mainly: green. Hex color #1EDC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1EDC0E is #E123F1. Grayscale: #8C8C8C. Windows color (decimal): -14754802 or 973854. OLE color: 973854.
HSL color Cylindrical-coordinate representation of color #1EDC0E: hue angle of 115.34º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1EDC0E is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 30 | 220 | 14 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.14 |
| HSL | 115.34º | 0.88% | 0.46% | - |
| HSV(B) | 115.34º | 0.94% | 0.86% | - |
| XYZ | 26.21 | 51.49 | 8.97 | - |
| YUV | 139.71 | 57.05 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 220 | 14 | 0.86 | 0 | 0.94 | 0.14 | 115.34 | 0.88 | 0.46 |
| Hex | 1E | DC | E | 56 | 0 | 5E | E | 73 | 58 | 2E |
| Octal | 36 | 334 | 16 | 126 | 0 | 136 | 16 | 163 | 130 | 56 |
| Binary | 11110 | 11011100 | 1110 | 1010110 | 0 | 1011110 | 1110 | 1110011 | 1011000 | 101110 |
Color Harmonies of #1EDC0E
Complementary color
Monochromatic Colors of #1EDC0E
Black with #1EDC0E
Text Example
Text Example
White with #1EDC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EDC0E; }
p { color: rgb(30,220,14); }
H1.HeaderClassName
{
color: #1EDC0E;
}
.AnyTagClassName
{
color: #1EDC0E;
}
</style>
background-color css
<style>
a { background-color: #1EDC0E; }
a { background-color: rgb(30,220,14); }
div.DivClassName
{
background-color: #1EDC0E;
}
.BgClassName
{
background-color: #1EDC0E;
}
</style>
border-color css
<style>
span { border-color: #1EDC0E; }
span { border-color: rgb(30,220,14); }
td.TdClassName
{
border-color: #1EDC0E;
}
.TagClassName
{
border-color: #1EDC0E;
}
</style>