Shades of Free Speech Green #14ED20
Tints of Free Speech Green #14ED20
RGB
CMYK
RGB Variations
Color information
#14ED20 (or 0x14ED20) is known color: Free Speech Green. HEX triplet: 14, ED and 20. RGB value is (20,237,32). Sum of RGB (Red+Green+Blue) = 20+237+32=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 237 (92.97% from 255 or 82.01% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 237 - color contains mainly: green. Hex color #14ED20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14ED20 is #EB12DF. Grayscale: #959595. Windows color (decimal): -15405792 or 2157844. OLE color: 2157844.
HSL color Cylindrical-coordinate representation of color #14ED20: hue angle of 123.32º degrees, saturation: 0.86, 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 #14ED20 is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 237 | 32 | - |
| CMYK | 0.92 | 0 | 0.86 | 0.07 |
| HSL | 123.32º | 0.86% | 0.5% | - |
| HSV(B) | 123.32º | 0.92% | 0.93% | - |
| XYZ | 30.83 | 60.82 | 11.48 | - |
| YUV | 148.75 | 62.11 | 36.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 237 | 32 | 0.92 | 0 | 0.86 | 0.07 | 123.32 | 0.86 | 0.5 |
| Hex | 14 | ED | 20 | 5C | 0 | 56 | 7 | 7B | 56 | 32 |
| Octal | 24 | 355 | 40 | 134 | 0 | 126 | 7 | 173 | 126 | 62 |
| Binary | 10100 | 11101101 | 100000 | 1011100 | 0 | 1010110 | 111 | 1111011 | 1010110 | 110010 |
Color Harmonies of #14ED20
Complementary color
Monochromatic Colors of #14ED20
Black with #14ED20
Text Example
Text Example
White with #14ED20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14ED20; }
p { color: rgb(20,237,32); }
H1.HeaderClassName
{
color: #14ED20;
}
.AnyTagClassName
{
color: #14ED20;
}
</style>
background-color css
<style>
a { background-color: #14ED20; }
a { background-color: rgb(20,237,32); }
div.DivClassName
{
background-color: #14ED20;
}
.BgClassName
{
background-color: #14ED20;
}
</style>
border-color css
<style>
span { border-color: #14ED20; }
span { border-color: rgb(20,237,32); }
td.TdClassName
{
border-color: #14ED20;
}
.TagClassName
{
border-color: #14ED20;
}
</style>