065c8184b0591ff891bf7fd8e20ff081543ec845
[jalview.git] / help / html / colourSchemes / nucleotide.html
1 <html>
2 <!--
3  * Jalview - A Sequence Alignment Editor and Viewer (Version 2.8.2)
4  * Copyright (C) 2014 The Jalview Authors
5  * 
6  * This file is part of Jalview.
7  * 
8  * Jalview is free software: you can redistribute it and/or
9  * modify it under the terms of the GNU General Public License 
10  * as published by the Free Software Foundation, either version 3
11  * of the License, or (at your option) any later version.
12  *  
13  * Jalview is distributed in the hope that it will be useful, but 
14  * WITHOUT ANY WARRANTY; without even the implied warranty 
15  * of MERCHANTABILITY or FITNESS FOR A PARTICULAR 
16  * PURPOSE.  See the GNU General Public License for more details.
17  * 
18  * You should have received a copy of the GNU General Public License
19  * along with Jalview.  If not, see <http://www.gnu.org/licenses/>.
20  * The Jalview Authors are detailed in the 'AUTHORS' file.
21  -->
22 <head><title>Nucleotide Colour Scheme</title>
23 <style type="text/css">
24 <!--
25 td {
26         text-align: center;
27 }
28 -->
29 </style>
30 </head>
31
32 <body>
33 <p><strong>Nucleotide Colours</strong></p>
34 <div align="center">
35   <table width="200" border="1">
36     <tr>
37       <td bgcolor="#64F73F">A</td>
38       <td bgcolor="#FFB340">C</td>
39       <td bgcolor="#EB413C">G</td>
40       <td bgcolor="#3C88EE">T</td>
41       <td bgcolor="#3C88EE">U</td>
42     </tr>
43   </table>
44 </div>
45 </body>
46 </html>