Shades of Free Speech Green #14E404
Tints of Free Speech Green #14E404
RGB
CMYK
RGB Variations
Color information
#14E404 (or 0x14E404) is known color: Free Speech Green. HEX triplet: 14, E4 and 04. RGB value is (20,228,4). Sum of RGB (Red+Green+Blue) = 20+228+4=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 228 (89.45% from 255 or 90.48% from 252); Blue value is 4 (1.95% from 255 or 1.59% from 252); Max value from RGB is 228 - color contains mainly: green. Hex color #14E404 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E404 is #EB1BFB. Grayscale: #8C8C8C. Windows color (decimal): -15408124 or 320532. OLE color: 320532.
HSL color Cylindrical-coordinate representation of color #14E404: hue angle of 115.71º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14E404 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 4 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.11 |
| HSL | 115.71º | 0.97% | 0.45% | - |
| HSV(B) | 115.71º | 0.98% | 0.89% | - |
| XYZ | 28.05 | 55.64 | 9.38 | - |
| YUV | 140.27 | 51.09 | 42.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 4 | 0.91 | 0 | 0.98 | 0.11 | 115.71 | 0.97 | 0.45 |
| Hex | 14 | E4 | 4 | 5B | 0 | 62 | B | 74 | 61 | 2D |
| Octal | 24 | 344 | 4 | 133 | 0 | 142 | 13 | 164 | 141 | 55 |
| Binary | 10100 | 11100100 | 100 | 1011011 | 0 | 1100010 | 1011 | 1110100 | 1100001 | 101101 |
Color Harmonies of #14E404
Complementary color
Monochromatic Colors of #14E404
Black with #14E404
Text Example
Text Example
White with #14E404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E404; }
p { color: rgb(20,228,4); }
H1.HeaderClassName
{
color: #14E404;
}
.AnyTagClassName
{
color: #14E404;
}
</style>
background-color css
<style>
a { background-color: #14E404; }
a { background-color: rgb(20,228,4); }
div.DivClassName
{
background-color: #14E404;
}
.BgClassName
{
background-color: #14E404;
}
</style>
border-color css
<style>
span { border-color: #14E404; }
span { border-color: rgb(20,228,4); }
td.TdClassName
{
border-color: #14E404;
}
.TagClassName
{
border-color: #14E404;
}
</style>