Shades of Free Speech Green #14EC04
Tints of Free Speech Green #14EC04
RGB
CMYK
RGB Variations
Color information
#14EC04 (or 0x14EC04) is known color: Free Speech Green. HEX triplet: 14, EC and 04. RGB value is (20,236,4). Sum of RGB (Red+Green+Blue) = 20+236+4=260 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.69% from 260); Green value is 236 (92.58% from 255 or 90.77% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 236 - color contains mainly: green. Hex color #14EC04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #14EC04 is #EB13FB. Grayscale: #919191. Windows color (decimal): -15406076 or 322580. OLE color: 322580.
HSL color Cylindrical-coordinate representation of color #14EC04: hue angle of 115.86º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14EC04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 236 | 4 | - |
| CMYK | 0.92 | 0 | 0.98 | 0.07 |
| HSL | 115.86º | 0.97% | 0.47% | - |
| HSV(B) | 115.86º | 0.98% | 0.93% | - |
| XYZ | 30.31 | 60.15 | 10.13 | - |
| YUV | 144.97 | 48.44 | 38.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 236 | 4 | 0.92 | 0 | 0.98 | 0.07 | 115.86 | 0.97 | 0.47 |
| Hex | 14 | EC | 4 | 5C | 0 | 62 | 7 | 74 | 61 | 2F |
| Octal | 24 | 354 | 4 | 134 | 0 | 142 | 7 | 164 | 141 | 57 |
| Binary | 10100 | 11101100 | 100 | 1011100 | 0 | 1100010 | 111 | 1110100 | 1100001 | 101111 |
Color Harmonies of #14EC04
Complementary color
Monochromatic Colors of #14EC04
Black with #14EC04
Text Example
Text Example
White with #14EC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14EC04; }
p { color: rgb(20,236,4); }
H1.HeaderClassName
{
color: #14EC04;
}
.AnyTagClassName
{
color: #14EC04;
}
</style>
background-color css
<style>
a { background-color: #14EC04; }
a { background-color: rgb(20,236,4); }
div.DivClassName
{
background-color: #14EC04;
}
.BgClassName
{
background-color: #14EC04;
}
</style>
border-color css
<style>
span { border-color: #14EC04; }
span { border-color: rgb(20,236,4); }
td.TdClassName
{
border-color: #14EC04;
}
.TagClassName
{
border-color: #14EC04;
}
</style>