Shades of Free Speech Green #14FE3A
Tints of Free Speech Green #14FE3A
RGB
CMYK
RGB Variations
Color information
#14FE3A (or 0x14FE3A) is known color: Free Speech Green. HEX triplet: 14, FE and 3A. RGB value is (20,254,58). Sum of RGB (Red+Green+Blue) = 20+254+58=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 254 (99.61% from 255 or 76.51% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 254 - color contains mainly: green. Hex color #14FE3A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FE3A is #EB01C5. Grayscale: #A2A2A2. Windows color (decimal): -15401414 or 3866132. OLE color: 3866132.
HSL color Cylindrical-coordinate representation of color #14FE3A: hue angle of 129.74º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FE3A is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 20 | 254 | 58 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.00 |
| HSL | 129.74º | 0.99% | 0.54% | - |
| HSV(B) | 129.74º | 0.92% | 1% | - |
| XYZ | 36.49 | 71.34 | 15.85 | - |
| YUV | 161.69 | 69.48 | 26.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 254 | 58 | 0.92 | 0 | 0.77 | 0.00 | 129.74 | 0.99 | 0.54 |
| Hex | 14 | FE | 3A | 5C | 0 | 4D | 0 | 82 | 63 | 36 |
| Octal | 24 | 376 | 72 | 134 | 0 | 115 | 0 | 202 | 143 | 66 |
| Binary | 10100 | 11111110 | 111010 | 1011100 | 0 | 1001101 | 0 | 10000010 | 1100011 | 110110 |
Color Harmonies of #14FE3A
Complementary color
Monochromatic Colors of #14FE3A
Black with #14FE3A
Text Example
Text Example
White with #14FE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FE3A; }
p { color: rgb(20,254,58); }
H1.HeaderClassName
{
color: #14FE3A;
}
.AnyTagClassName
{
color: #14FE3A;
}
</style>
background-color css
<style>
a { background-color: #14FE3A; }
a { background-color: rgb(20,254,58); }
div.DivClassName
{
background-color: #14FE3A;
}
.BgClassName
{
background-color: #14FE3A;
}
</style>
border-color css
<style>
span { border-color: #14FE3A; }
span { border-color: rgb(20,254,58); }
td.TdClassName
{
border-color: #14FE3A;
}
.TagClassName
{
border-color: #14FE3A;
}
</style>