Shades of Free Speech Green #14EC1D
Tints of Free Speech Green #14EC1D
RGB
CMYK
RGB Variations
Color information
#14EC1D (or 0x14EC1D) is known color: Free Speech Green. HEX triplet: 14, EC and 1D. RGB value is (20,236,29). Sum of RGB (Red+Green+Blue) = 20+236+29=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 236 (92.58% from 255 or 82.81% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14EC1D is #EB13E2. Grayscale: #949494. Windows color (decimal): -15406051 or 1960980. OLE color: 1960980.
HSL color Cylindrical-coordinate representation of color #14EC1D: hue angle of 122.5º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14EC1D is Cyan = 0.92, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 29 | - |
| CMYK | 0.92 | 0 | 0.88 | 0.07 |
| HSL | 122.5º | 0.85% | 0.5% | - |
| HSV(B) | 122.5º | 0.92% | 0.93% | - |
| XYZ | 30.51 | 60.23 | 11.18 | - |
| YUV | 147.82 | 60.94 | 36.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 29 | 0.92 | 0 | 0.88 | 0.07 | 122.5 | 0.85 | 0.5 |
| Hex | 14 | EC | 1D | 5C | 0 | 58 | 7 | 7B | 55 | 32 |
| Octal | 24 | 354 | 35 | 134 | 0 | 130 | 7 | 173 | 125 | 62 |
| Binary | 10100 | 11101100 | 11101 | 1011100 | 0 | 1011000 | 111 | 1111011 | 1010101 | 110010 |
Color Harmonies of #14EC1D
Complementary color
Monochromatic Colors of #14EC1D
Black with #14EC1D
Text Example
Text Example
White with #14EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC1D; }
p { color: rgb(20,236,29); }
H1.HeaderClassName
{
color: #14EC1D;
}
.AnyTagClassName
{
color: #14EC1D;
}
</style>
background-color css
<style>
a { background-color: #14EC1D; }
a { background-color: rgb(20,236,29); }
div.DivClassName
{
background-color: #14EC1D;
}
.BgClassName
{
background-color: #14EC1D;
}
</style>
border-color css
<style>
span { border-color: #14EC1D; }
span { border-color: rgb(20,236,29); }
td.TdClassName
{
border-color: #14EC1D;
}
.TagClassName
{
border-color: #14EC1D;
}
</style>