Shades of Free Speech Green #1ED912
Tints of Free Speech Green #1ED912
RGB
CMYK
RGB Variations
Color information
#1ED912 (or 0x1ED912) is known color: Free Speech Green. HEX triplet: 1E, D9 and 12. RGB value is (30,217,18). Sum of RGB (Red+Green+Blue) = 30+217+18=265 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.32% from 265); Green value is 217 (85.16% from 255 or 81.89% from 265); Blue value is 18 (7.42% from 255 or 6.79% from 265); Max value from RGB is 217 - color contains mainly: green. Hex color #1ED912 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ED912 is #E126ED. Grayscale: #8B8B8B. Windows color (decimal): -14755566 or 1235230. OLE color: 1235230.
HSL color Cylindrical-coordinate representation of color #1ED912: hue angle of 116.38º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1ED912 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 30 | 217 | 18 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.15 |
| HSL | 116.38º | 0.85% | 0.46% | - |
| HSV(B) | 116.38º | 0.92% | 0.85% | - |
| XYZ | 25.46 | 49.95 | 8.87 | - |
| YUV | 138.4 | 60.05 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 217 | 18 | 0.86 | 0 | 0.92 | 0.15 | 116.38 | 0.85 | 0.46 |
| Hex | 1E | D9 | 12 | 56 | 0 | 5C | F | 74 | 55 | 2E |
| Octal | 36 | 331 | 22 | 126 | 0 | 134 | 17 | 164 | 125 | 56 |
| Binary | 11110 | 11011001 | 10010 | 1010110 | 0 | 1011100 | 1111 | 1110100 | 1010101 | 101110 |
Color Harmonies of #1ED912
Complementary color
Monochromatic Colors of #1ED912
Black with #1ED912
Text Example
Text Example
White with #1ED912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ED912; }
p { color: rgb(30,217,18); }
H1.HeaderClassName
{
color: #1ED912;
}
.AnyTagClassName
{
color: #1ED912;
}
</style>
background-color css
<style>
a { background-color: #1ED912; }
a { background-color: rgb(30,217,18); }
div.DivClassName
{
background-color: #1ED912;
}
.BgClassName
{
background-color: #1ED912;
}
</style>
border-color css
<style>
span { border-color: #1ED912; }
span { border-color: rgb(30,217,18); }
td.TdClassName
{
border-color: #1ED912;
}
.TagClassName
{
border-color: #1ED912;
}
</style>