Shades of Free Speech Green #14E405
Tints of Free Speech Green #14E405
RGB
CMYK
RGB Variations
Color information
#14E405 (or 0x14E405) is known color: Free Speech Green. HEX triplet: 14, E4 and 05. RGB value is (20,228,5). Sum of RGB (Red+Green+Blue) = 20+228+5=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 228 (89.45% from 255 or 90.12% from 253); Blue value is 5 (2.34% from 255 or 1.98% from 253); Max value from RGB is 228 - color contains mainly: green. Hex color #14E405 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14E405 is #EB1BFA. Grayscale: #8D8D8D. Windows color (decimal): -15408123 or 386068. OLE color: 386068.
HSL color Cylindrical-coordinate representation of color #14E405: hue angle of 115.96º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #14E405 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 20 | 228 | 5 | - |
| CMYK | 0.91 | 0 | 0.98 | 0.11 |
| HSL | 115.96º | 0.96% | 0.46% | - |
| HSV(B) | 115.96º | 0.98% | 0.89% | - |
| XYZ | 28.06 | 55.65 | 9.41 | - |
| YUV | 140.39 | 51.59 | 42.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 228 | 5 | 0.91 | 0 | 0.98 | 0.11 | 115.96 | 0.96 | 0.46 |
| Hex | 14 | E4 | 5 | 5B | 0 | 62 | B | 74 | 60 | 2E |
| Octal | 24 | 344 | 5 | 133 | 0 | 142 | 13 | 164 | 140 | 56 |
| Binary | 10100 | 11100100 | 101 | 1011011 | 0 | 1100010 | 1011 | 1110100 | 1100000 | 101110 |
Color Harmonies of #14E405
Complementary color
Monochromatic Colors of #14E405
Black with #14E405
Text Example
Text Example
White with #14E405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14E405; }
p { color: rgb(20,228,5); }
H1.HeaderClassName
{
color: #14E405;
}
.AnyTagClassName
{
color: #14E405;
}
</style>
background-color css
<style>
a { background-color: #14E405; }
a { background-color: rgb(20,228,5); }
div.DivClassName
{
background-color: #14E405;
}
.BgClassName
{
background-color: #14E405;
}
</style>
border-color css
<style>
span { border-color: #14E405; }
span { border-color: rgb(20,228,5); }
td.TdClassName
{
border-color: #14E405;
}
.TagClassName
{
border-color: #14E405;
}
</style>