package com.mindprod.palette;import static java.lang.System.out;import static java.lang.System.err; import java.awt.Color; /** * List of 138 All 140 HTML5 colours sorted alphabetically. */ public interface Palette140ByAlpha { /* everything is implicitly public static final */ /* R G B Hue Sat Bri */ Color ALICEBLUE = new Color(0xf0f8ff) /* 0.422 0.059 1.000 */; Color ANTIQUEWHITE = new Color(0xfaebd7) /* 0.905 0.140 0.980 */; Color AQUAMARINE = new Color(0x7fffd4) /* 0.556 0.502 1.000 */; Color AZURE = new Color(0xf0ffff) /* 0.500 0.059 1.000 */; Color BEIGE = new Color(0xf5f5dc) /* 0.833 0.102 0.961 */; Color BISQUE = new Color(0xffe4c4) /* 0.910 0.231 1.000 */; Color BLACK = new Color(0x000000) /* 0.000 0.000 0.000 */; Color BLANCHEDALMOND = new Color(0xffebcd) /* 0.900 0.196 1.000 */; Color BLUE = new Color(0x0000ff) /* 0.333 1.000 1.000 */; Color BLUEVIOLET = new Color(0x8a2be2) /* 0.247 0.810 0.886 */; Color BROWN = new Color(0xa52a2a) /* 0.000 0.745 0.647 */; Color BURLYWOOD = new Color(0xdeb887) /* 0.906 0.392 0.871 */; Color CADETBLUE = new Color(0x5f9ea0) /* 0.495 0.406 0.627 */; Color CHARTREUSE = new Color(0x7fff00) /* 0.750 1.000 1.000 */; Color CHOCOLATE = new Color(0xd2691e) /* 0.931 0.857 0.824 */; Color CORAL = new Color(0xff7f50) /* 0.955 0.686 1.000 */; Color CORNFLOWERBLUE = new Color(0x6495ed) /* 0.393 0.578 0.929 */; Color CORNSILK = new Color(0xfff8dc) /* 0.867 0.137 1.000 */; Color CRIMSON = new Color(0xdc143c) /* 0.033 0.909 0.863 */; Color CYAN = new Color(0x00ffff) /* 0.500 1.000 1.000 */; Color DARKBLUE = new Color(0x00008b) /* 0.333 1.000 0.545 */; Color DARKCYAN = new Color(0x008b8b) /* 0.500 1.000 0.545 */; Color DARKGOLDENROD = new Color(0xb8860b) /* 0.882 0.940 0.722 */; Color DARKGREEN = new Color(0x006400) /* 0.667 1.000 0.392 */; Color DARKGREY = new Color(0xa9a9a9) /* 0.000 0.000 0.663 */; Color DARKKHAKI = new Color(0xbdb76b) /* 0.846 0.434 0.741 */; Color DARKMAGENTA = new Color(0x8b008b) /* 0.167 1.000 0.545 */; Color DARKOLIVEGREEN = new Color(0x556b2f) /* 0.772 0.561 0.420 */; Color DARKORANGE = new Color(0xff8c00) /* 0.908 1.000 1.000 */; Color DARKORCHID = new Color(0x9932cc) /* 0.222 0.755 0.800 */; Color DARKRED = new Color(0x8b0000) /* 0.000 1.000 0.545 */; Color DARKSALMON = new Color(0xe9967a) /* 0.958 0.476 0.914 */; Color DARKSEAGREEN = new Color(0x8fbc8f) /* 0.667 0.239 0.737 */; Color DARKSLATEBLUE = new Color(0x483d8b) /* 0.310 0.561 0.545 */; Color DARKSLATEGREY = new Color(0x2f4f4f) /* 0.500 0.405 0.310 */; Color DARKTURQUOISE = new Color(0x00ced1) /* 0.498 1.000 0.820 */; Color DARKVIOLET = new Color(0x9400d3) /* 0.216 1.000 0.827 */; Color DEEPPINK = new Color(0xff1493) /* 0.090 0.922 1.000 */; Color DEEPSKYBLUE = new Color(0x00bfff) /* 0.458 1.000 1.000 */; Color DIMGREY = new Color(0x696969) /* 0.000 0.000 0.412 */; Color DODGERBLUE = new Color(0x1e90ff) /* 0.418 0.882 1.000 */; Color FIREBRICK = new Color(0xb22222) /* 0.000 0.809 0.698 */; Color FLORALWHITE = new Color(0xfffaf0) /* 0.889 0.059 1.000 */; Color FORESTGREEN = new Color(0x228b22) /* 0.667 0.755 0.545 */; Color GAINSBORO = new Color(0xdcdcdc) /* 0.000 0.000 0.863 */; Color GHOSTWHITE = new Color(0xf8f8ff) /* 0.333 0.027 1.000 */; Color GOLD = new Color(0xffd700) /* 0.859 1.000 1.000 */; Color GOLDENROD = new Color(0xdaa520) /* 0.881 0.853 0.855 */; Color GREEN = new Color(0x008000) /* 0.667 1.000 0.502 */; Color GREENYELLOW = new Color(0xadff2f) /* 0.768 0.816 1.000 */; Color GREY = new Color(0x808080) /* 0.000 0.000 0.502 */; Color HONEYDEW = new Color(0xf0fff0) /* 0.667 0.059 1.000 */; Color HOTPINK = new Color(0xff69b4) /* 0.083 0.588 1.000 */; Color INDIANRED = new Color(0xcd5c5c) /* 0.000 0.551 0.804 */; Color INDIGO = new Color(0x4b0082) /* 0.237 1.000 0.510 */; Color IVORY = new Color(0xfffff0) /* 0.833 0.059 1.000 */; Color KHAKI = new Color(0xf0e68c) /* 0.850 0.417 0.941 */; Color LAVENDER = new Color(0xe6e6fa) /* 0.333 0.080 0.980 */; Color LAVENDERBLUSH = new Color(0xfff0f5) /* 0.056 0.059 1.000 */; Color LAWNGREEN = new Color(0x7cfc00) /* 0.749 1.000 0.988 */; Color LEMONCHIFFON = new Color(0xfffacd) /* 0.850 0.196 1.000 */; Color LIGHTBLUE = new Color(0xadd8e6) /* 0.459 0.248 0.902 */; Color LIGHTCORAL = new Color(0xf08080) /* 0.000 0.467 0.941 */; Color LIGHTCYAN = new Color(0xe0ffff) /* 0.500 0.122 1.000 */; Color LIGHTGOLDENRODYELLOW = new Color(0xfafad2) /* 0.833 0.160 0.980 */; Color LIGHTGREEN = new Color(0x90ee90) /* 0.667 0.395 0.933 */; Color LIGHTGREY = new Color(0xd3d3d3) /* 0.000 0.000 0.827 */; Color LIGHTPINK = new Color(0xffb6c1) /* 0.025 0.286 1.000 */; Color LIGHTSALMON = new Color(0xffa07a) /* 0.952 0.522 1.000 */; Color LIGHTSEAGREEN = new Color(0x20b2aa) /* 0.509 0.820 0.698 */; Color LIGHTSKYBLUE = new Color(0x87cefa) /* 0.436 0.460 0.980 */; Color LIGHTSLATEGREY = new Color(0x778899) /* 0.417 0.222 0.600 */; Color LIGHTSTEELBLUE = new Color(0xb0c4de) /* 0.406 0.207 0.871 */; Color LIGHTYELLOW = new Color(0xffffe0) /* 0.833 0.122 1.000 */; Color LIME = new Color(0x00ff00) /* 0.667 1.000 1.000 */; Color LIMEGREEN = new Color(0x32cd32) /* 0.667 0.756 0.804 */; Color LINEN = new Color(0xfaf0e6) /* 0.917 0.080 0.980 */; Color MAGENTA = new Color(0xff00ff) /* 0.167 1.000 1.000 */; Color MAROON = new Color(0x800000) /* 0.000 1.000 0.502 */; Color MEDIUMAQUAMARINE = new Color(0x66cdaa) /* 0.557 0.502 0.804 */; Color MEDIUMBLUE = new Color(0x0000cd) /* 0.333 1.000 0.804 */; Color MEDIUMORCHID = new Color(0xba55d3) /* 0.200 0.597 0.827 */; Color MEDIUMPURPLE = new Color(0x9370db) /* 0.279 0.489 0.859 */; Color MEDIUMSEAGREEN = new Color(0x3cb371) /* 0.592 0.665 0.702 */; Color MEDIUMSLATEBLUE = new Color(0x7b68ee) /* 0.310 0.563 0.933 */; Color MEDIUMSPRINGGREEN = new Color(0x00fa9a) /* 0.564 1.000 0.980 */; Color MEDIUMTURQUOISE = new Color(0x48d1cc) /* 0.506 0.656 0.820 */; Color MEDIUMVIOLETRED = new Color(0xc71585) /* 0.105 0.894 0.780 */; Color MIDNIGHTBLUE = new Color(0x191970) /* 0.333 0.777 0.439 */; Color MINTCREAM = new Color(0xf5fffa) /* 0.583 0.039 1.000 */; Color MISTYROSE = new Color(0xffe4e1) /* 0.983 0.118 1.000 */; Color MOCCASIN = new Color(0xffe4b5) /* 0.894 0.290 1.000 */; Color NAVAJOWHITE = new Color(0xffdead) /* 0.900 0.322 1.000 */; Color NAVY = new Color(0x000080) /* 0.333 1.000 0.502 */; Color OLDLACE = new Color(0xfdf5e6) /* 0.891 0.091 0.992 */; Color OLIVE = new Color(0x808000) /* 0.833 1.000 0.502 */; Color OLIVEDRAB = new Color(0x6b8e23) /* 0.779 0.754 0.557 */; Color ORANGE = new Color(0xffa500) /* 0.892 1.000 1.000 */; Color ORANGERED = new Color(0xff4500) /* 0.955 1.000 1.000 */; Color ORCHID = new Color(0xda70d6) /* 0.160 0.486 0.855 */; Color PALEGOLDENROD = new Color(0xeee8aa) /* 0.848 0.286 0.933 */; Color PALEGREEN = new Color(0x98fb98) /* 0.667 0.394 0.984 */; Color PALETURQUOISE = new Color(0xafeeee) /* 0.500 0.265 0.933 */; Color PALEVIOLETRED = new Color(0xdb7093) /* 0.055 0.489 0.859 */; Color PAPAYAWHIP = new Color(0xffefd5) /* 0.897 0.165 1.000 */; Color PEACHPUFF = new Color(0xffdab9) /* 0.921 0.275 1.000 */; Color PERU = new Color(0xcd853f) /* 0.918 0.693 0.804 */; Color PINK = new Color(0xffc0cb) /* 0.029 0.247 1.000 */; Color PLUM = new Color(0xdda0dd) /* 0.167 0.276 0.867 */; Color POWDERBLUE = new Color(0xb0e0e6) /* 0.481 0.235 0.902 */; Color PURPLE = new Color(0x800080) /* 0.167 1.000 0.502 */; Color RED = new Color(0xff0000) /* 0.000 1.000 1.000 */; Color ROSYBROWN = new Color(0xbc8f8f) /* 0.000 0.239 0.737 */; Color ROYALBLUE = new Color(0x4169e1) /* 0.375 0.711 0.882 */; Color SADDLEBROWN = new Color(0x8b4513) /* 0.931 0.863 0.545 */; Color SALMON = new Color(0xfa8072) /* 0.983 0.544 0.980 */; Color SANDYBROWN = new Color(0xf4a460) /* 0.923 0.607 0.957 */; Color SEAGREEN = new Color(0x2e8b57) /* 0.593 0.669 0.545 */; Color SEASHELL = new Color(0xfff5ee) /* 0.931 0.067 1.000 */; Color SIENNA = new Color(0xa0522d) /* 0.946 0.719 0.627 */; Color SILVER = new Color(0xc0c0c0) /* 0.000 0.000 0.753 */; Color SKYBLUE = new Color(0x87ceeb) /* 0.452 0.426 0.922 */; Color SLATEBLUE = new Color(0x6a5acd) /* 0.310 0.561 0.804 */; Color SLATEGREY = new Color(0x708090) /* 0.417 0.222 0.565 */; Color SNOW = new Color(0xfffafa) /* 0.000 0.020 1.000 */; Color SPRINGGREEN = new Color(0x00ff7f) /* 0.584 1.000 1.000 */; Color STEELBLUE = new Color(0x4682b4) /* 0.424 0.611 0.706 */; Color TAN = new Color(0xd2b48c) /* 0.905 0.333 0.824 */; Color TEAL = new Color(0x008080) /* 0.500 1.000 0.502 */; Color THISTLE = new Color(0xd8bfd8) /* 0.167 0.116 0.847 */; Color TOMATO = new Color(0xff6347) /* 0.975 0.722 1.000 */; Color TURQUOISE = new Color(0x40e0d0) /* 0.517 0.714 0.878 */; Color VIOLET = new Color(0xee82ee) /* 0.167 0.454 0.933 */; Color WHEAT = new Color(0xf5deb3) /* 0.891 0.269 0.961 */; Color WHITE = new Color(0xffffff) /* 0.000 0.000 1.000 */; Color WHITESMOKE = new Color(0xf5f5f5) /* 0.000 0.000 0.961 */; Color YELLOW = new Color(0xffff00) /* 0.833 1.000 1.000 */; Color YELLOWGREEN = new Color(0x9acd32) /* 0.778 0.756 0.804 */; }