Shades of Free Speech Green #20FF14
Tints of Free Speech Green #20FF14
RGB
CMYK
RGB Variations
Color information
#20FF14 (or 0x20FF14) is known color: Free Speech Green. HEX triplet: 20, FF and 14. RGB value is (32,255,20). Sum of RGB (Red+Green+Blue) = 32+255+20=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 255 (100% from 255 or 83.06% from 307); Blue value is 20 (8.20% from 255 or 6.51% from 307); Max value from RGB is 255 - color contains mainly: green. Hex color #20FF14 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #20FF14 is #DF00EB. Grayscale: #A2A2A2. Windows color (decimal): -14614764 or 1376032. OLE color: 1376032.
HSL color Cylindrical-coordinate representation of color #20FF14: hue angle of 116.94º 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 #20FF14 is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 255 | 20 | - |
| CMYK | 0.87 | 0 | 0.92 | 0 |
| HSL | 116.94º | 1% | 0.54% | - |
| HSV(B) | 116.94º | 0.92% | 1% | - |
| XYZ | 36.48 | 71.88 | 12.61 | - |
| YUV | 161.53 | 48.12 | 35.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 255 | 20 | 0.87 | 0 | 0.92 | 0 | 116.94 | 1 | 0.54 |
| Hex | 20 | FF | 14 | 57 | 0 | 5C | 0 | 75 | 64 | 36 |
| Octal | 40 | 377 | 24 | 127 | 0 | 134 | 0 | 165 | 144 | 66 |
| Binary | 100000 | 11111111 | 10100 | 1010111 | 0 | 1011100 | 0 | 1110101 | 1100100 | 110110 |
Color Harmonies of #20FF14
Complementary color
Monochromatic Colors of #20FF14
Black with #20FF14
Text Example
Text Example
White with #20FF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20FF14; }
p { color: rgb(32,255,20); }
H1.HeaderClassName
{
color: #20FF14;
}
.AnyTagClassName
{
color: #20FF14;
}
</style>
background-color css
<style>
a { background-color: #20FF14; }
a { background-color: rgb(32,255,20); }
div.DivClassName
{
background-color: #20FF14;
}
.BgClassName
{
background-color: #20FF14;
}
</style>
border-color css
<style>
span { border-color: #20FF14; }
span { border-color: rgb(32,255,20); }
td.TdClassName
{
border-color: #20FF14;
}
.TagClassName
{
border-color: #20FF14;
}
</style>