Shades of Free Speech Green #14FF20
Tints of Free Speech Green #14FF20
RGB
CMYK
RGB Variations
Color information
#14FF20 (or 0x14FF20) is known color: Free Speech Green. HEX triplet: 14, FF and 20. RGB value is (20,255,32). Sum of RGB (Red+Green+Blue) = 20+255+32=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #14FF20 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14FF20 is #EB00DF. Grayscale: #9F9F9F. Windows color (decimal): -15401184 or 2162452. OLE color: 2162452.
HSL color Cylindrical-coordinate representation of color #14FF20: hue angle of 123.06º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14FF20 is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 20 | 255 | 32 | - |
| CMYK | 0.92 | 0 | 0.87 | 0 |
| HSL | 123.06º | 1% | 0.54% | - |
| HSV(B) | 123.06º | 0.92% | 1% | - |
| XYZ | 36.31 | 71.77 | 13.31 | - |
| YUV | 159.31 | 56.14 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 255 | 32 | 0.92 | 0 | 0.87 | 0 | 123.06 | 1 | 0.54 |
| Hex | 14 | FF | 20 | 5C | 0 | 57 | 0 | 7B | 64 | 36 |
| Octal | 24 | 377 | 40 | 134 | 0 | 127 | 0 | 173 | 144 | 66 |
| Binary | 10100 | 11111111 | 100000 | 1011100 | 0 | 1010111 | 0 | 1111011 | 1100100 | 110110 |
Color Harmonies of #14FF20
Complementary color
Monochromatic Colors of #14FF20
Black with #14FF20
Text Example
Text Example
White with #14FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14FF20; }
p { color: rgb(20,255,32); }
H1.HeaderClassName
{
color: #14FF20;
}
.AnyTagClassName
{
color: #14FF20;
}
</style>
background-color css
<style>
a { background-color: #14FF20; }
a { background-color: rgb(20,255,32); }
div.DivClassName
{
background-color: #14FF20;
}
.BgClassName
{
background-color: #14FF20;
}
</style>
border-color css
<style>
span { border-color: #14FF20; }
span { border-color: rgb(20,255,32); }
td.TdClassName
{
border-color: #14FF20;
}
.TagClassName
{
border-color: #14FF20;
}
</style>