• Acid green color code. Color Codes in Minecraft

    Hexadecimal numbers are used to specify colors. The hexadecimal system, unlike the decimal system, is based, as its name suggests, on the number 16. The numbers will be as follows: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C , D, E, F. Numbers from 10 to 15 are replaced in Latin letters. Numbers greater than 15 in hexadecimal system are formed by combining two numbers into one. For example, the number 255 in decimal system corresponds to the number FF in hexadecimal. To avoid confusion in determining the number system, a hash symbol # is placed before the hexadecimal number, for example #666999. Each of the three colors - red, green and blue - can take values ​​from 00 to FF. Thus, the color symbol is divided into three components #rrggbb, where the first two symbols indicate the red component of the color, the middle two - green, and the last two - blue. It is allowed to use the abbreviated form #rgb, where each character should be doubled. Thus, the entry #fe0 should be regarded as #ffee00.

    By name

    Internet Explorer Chrome Opera Safari Firefox Android iOS
    4.0+ 1.0+ 3.5+ 1.3+ 1.0+ 1.0+ 1.0+

    Browsers support some colors by their name. In table 1 shows the names hexadecimal code, values ​​in RGB format, HSL and description.

    Table 1. Names of colors
    Name Color Code RGB HSL Description
    white #ffffff or #fff rgb(255,255,255) hsl(0.0%,100%) White
    silver #c0c0c0 rgb(192,192,192) hsl(0.0%,75%) Grey
    gray #808080 rgb(128,128,128) hsl(0.0%,50%) Dark gray
    black #000000 or #000 rgb(0,0,0) hsl(0.0%,0%) Black
    maroon #800000 rgb(128,0,0) hsl(0.100%,25%) Dark red
    red #ff0000 or #f00 rgb(255,0,0) hsl(0,100%,50%) Red
    orange #ffa500 rgb(255,165,0) hsl(38.8,100%,50%) Orange
    yellow #ffff00 or #ff0 rgb(255,255,0) hsl(60,100%,50%) Yellow
    olive #808000 rgb(128,128,0) hsl(60,100%,25%) Olive
    lime #00ff00 or #0f0 rgb(0,255,0) hsl(120,100%,50%) Light green
    green #008000 rgb(0,128,0) hsl(120,100%,25%) Green
    aqua #00ffff or #0ff rgb(0,255,255) hsl(180,100%,50%) Blue
    blue #0000ff or #00f rgb(0,0,255) hsl(240,100%,50%) Blue
    navy #000080 rgb(0,0,128) hsl(240,100%,25%) Dark blue
    teal #008080 rgb(0,128,128) hsl(180,100%,25%) Blue-green
    fuchsia #ff00ff or #f0f rgb(255,0,255) hsl(300,100%,50%) Pink
    purple #800080 rgb(128,0,128) hsl(300,100%,25%) Violet

    Using RGB

    Internet Explorer Chrome Opera Safari Firefox Android iOS
    5.0+ 1.0+ 3.5+ 1.3+ 1.0+ 1.0+ 1.0+

    You can define a color using the red, green, and blue values ​​in decimal terms. Each of the three color components takes a value from 0 to 255. It is also permissible to specify the color as a percentage, with 100% corresponding to the number 255. First, specify the rgb keyword, and then specify the color components in parentheses, separated by commas, for example rgb(255 , 128, 128) or rgb(100%, 50%, 50%).

    RGBA

    Internet Explorer Chrome Opera Safari Firefox Android iOS
    9.0+ 1.0+ 10.0+ 3.1+ 3.0+ 2.1+ 2.0+

    The RGBA format is similar in syntax to RGB, but includes an alpha channel that specifies the transparency of the element. A value of 0 is fully transparent, 1 is opaque, and intermediate value like 0.5 - translucency.

    RGBA was added to CSS3, so CSS code must be validated against this version. It should be noted that the CSS3 standard is still under development and some features may change. For example, a color in RGB format added to the background-color property is validated, but one added to the background property is no longer valid. At the same time, browsers quite correctly understand the color for both properties.

    HSL

    Internet Explorer Chrome Opera Safari Firefox Android iOS
    9.0+ 1.0+ 9.6+ 3.1+ 3.0+ 2.1+ 2.0+

    Name HSL format formed from a combination of the first letters Hue (hue), Saturate (saturation) and Lightness (lightness). Hue is the value of a color color wheel(Fig. 1) and is specified in degrees. 0° corresponds to red, 120° to green, and 240° to blue. The hue value can vary from 0 to 359.

    Rice. 1. Color wheel

    Saturation is the intensity of a color and is measured as a percentage from 0% to 100%. A value of 0% indicates no color and a shade of gray, 100% maximum value saturation.

    Lightness specifies how bright the color is and is specified as a percentage from 0% to 100%. Low values ​​make the color darker, and high values ​​make the color lighter; extreme values ​​of 0% and 100% correspond to black and white.

    HSLA

    Internet Explorer Chrome Opera Safari Firefox Android iOS
    9.0+ 1.0+ 10.0+ 3.1+ 3.0+ 2.1+ 2.0+

    The HSLA format is similar in syntax to HSL, but includes an alpha channel to specify the element's transparency. A value of 0 is fully transparent, 1 is opaque, and an intermediate value like 0.5 is semi-transparent.

    RGBA, HSL, and HSLA color values ​​are added to CSS3, so please check your code for version validity when using these formats.

    HTML5 CSS2.1 CSS3 IE Cr Op Sa Fx

    Colors

    Warning

    All lion catching methods listed on the site are theoretical and based on computational methods. The authors do not guarantee your safety when using them and disclaim any responsibility for the results. Remember, a lion is a predator and a dangerous animal!

    Arrrgh!

    Result this example shown in Fig. 2.

    Rice. 2. Colors on the web page

    Minecraft Codes flowers, or Minecraft codes formatting, allow any player to add flowers and format text in every possible way directly in Minecraft. Color codes from &0-9 - to &a-f. Add them before your text. Messages from players can contain color codes that allow you to add color to your sentences.

    Colors and formatting codes

    The ampersand sign (&) followed by a hexadecimal number in messages signals the client to switch colors when displaying text. Additionally, text can be formatted with an & followed by a letter. You can add different colors to books, command blocks, server name, server description (motd), in the names of worlds, in signs and even in player names.

    It's very easy to format your text in configs or in game using the color chart below. &r is used to reset all codes, i.e. &mAAA&rBBB will be displayed as AAA BBB.

    We present a table of existing color codes in Minecraft for your convenience:

    CodeNameTechnical NameSymbol colorSymbol shadow color
    RGBHexRGBHex
    &0 Blackblack0 0 0 000000 0 0 0 000000
    &1 Dark bluedark_blue0 0 170 0000AA0 0 42 00002A
    &2 Dark greendark_green0 170 0 00AA000 42 0 002A00
    &3 Dark blue-greendark_aqua0 170 170 00AAA0 42 42 002A2A
    &4 Dark reddark_red170 0 0 AA000042 0 0 2A0000
    &5 Dark purpledark_purple170 0 170 AA00AA42 0 42 2A002A
    &6 Goldgold255 170 0 FFAA0042 42 0 2A2A00
    &7 Greygray170 170 170 AAAAAA42 42 42 2A2A2A
    &8 Dark graydark_gray85 85 85 555555 21 21 21 151515
    &9 Blueblue85 85 255 5555FF21 21 63 15153F
    &aGreengreen85 255 85 55FF5521 63 21 153F15
    &bBlue-greenaqua85 255 255 55FFFF21 63 63 153F3F
    &cRedred255 85 85 FF555563 21 21 3F1515
    &dLight purplelight_purple255 85 255 FF55FF63 21 63 3F153F
    &eYellowyellow255 255 85 FFFF5563 63 21 3F3F15
    &fWhitewhite255 255 255 FFFFFF63 63 63 3F3F3F

    Sometimes it is necessary underline, cross out, highlight any text. This is done using text formatting. It is used in exactly the same way as colors (we put before the text code, for example &lMinecraft = Minecraft.

    For your convenience, below is a table of formatting codes:

    CodeName
    &kMagic text
    &lBold text
    &mStrikethrough text
    &nUnderlined text
    &oItalic text
    &rText without formatting
    11/28/14 11.1K

    Unfortunately, it is not yet possible to display taste sensations on the website. But this can be fully compensated for with color range. After all, html colors allow you to display any of millions of shades. So " colored pencils There are many more than seven in his set.

    Color scheme in html

    IN html color can be specified in several formats:

    1. As a hexadecimal value – the code specified in the hexadecimal number system is used. Such color codes in html consist of three pairs hexadecimal numbers. Each pair is responsible for the saturation of the shade with its primary color:

    • The first numerical pair is responsible for the color red;
    • The second pair is for the green color content;
    • The latter is for its blue content.

    A hash mark is placed at the beginning of the code (before the numbers). This is the hexadecimal color code. In addition to numbers from 1 to 9, this number system uses letters of the Latin alphabet (A, B, C, D, E, F).

    For example, the white color code in html will look like #FFFFFF:


    2. Keyword – HTML currently supports about 147 keywords. But not all of these words are unique. Some of them refer to the same color shade.

    Gray color is indicated by two keywords: gray and gray. Their hexadecimal code (HEX) is given by the same value #808080.

    Example:

    #808080




    3. In RGB format - this color encoding in html is based on the use of three values, set in the range from 0 to 255. Each of them determines the saturation of the hue with one of the primary colors:
    • R – red (red);
    • G – green (green);
    • B – blue (blue).

    The color number in RGB format is written in the following form: rgb(0, 210, 100).

    background-color:rgb(100,186,43)


    4. B RGBA format- it is an improved RGB format, where the fourth value specifies the transparency of the color as a decimal fraction from 0 to 1.

    Usage example:

    background-color:rgba(100,86,143,0.2)

    background-color:rgba(100,86,143,0.5)

    background-color:rgba(100,86,143,0.8)

    background-color:rgba(100,86,143,1)

    HTML color tables and color generators

    With such a wide range of color setting formats, it's easy to get confused. Therefore, a special color table was invented. In it to 147 key names color shades are given compliance codes in all major color standards. Additionally, each field is equipped with a bar for visual color selection. One of these tables is presented on the website colorscheme.ru:


    But even with this structuring of matching, choosing the right shade can be difficult. And it’s not a fact that the table of color codes will contain the one you need.

    To get around this obstacle and make choosing the right shade as easy as possible, interactive web services have been developed. Their user interface may differ slightly from each other.

    On the website html-color-codes.info the color generator looks like this:


    And within the color-picker.appsmaster.co service, this tool is implemented a little differently:


    The saturation of each color in the generator is set using special sliders. Visually, the shade is displayed by the color of the frame and rectangle on the left side. At the bottom, 3 fields display the color code in basic formats.

    But the color generator is available not only on specialized sites. Almost everyone is equipped with such a tool. graphic editors. For example, Photoshop:

    Safety precautions when working with color

    And this was a long time ago, back in the era of video cards that supported only 256 colors. In those distant times operating systems could display only a certain number of eight-bit shades without distortion.

    Then a great table was drawn safe colors. It specified 216 shades that could be displayed without distortion in any of the browsers of that time. And to this day this " great manuscript» is still available on some resources:


    Nowadays everything has changed. Therefore, all safety rules when working with color in html are completely canceled. After all, modern computer hardware supports more than 16 million different shades. And 216 safe colors have sunk into oblivion.