COLOR #A7E618

HEX: #A7E618
RGB: (167,230,24)

Color info

#A7E618 contains mainly green color. Web safe color of #A7E618 is #99CC00 (or #9C0).

RGB color model

#A7E618 color RGB value is (167,230,24).

  • red value is 167;
  • green value is 230;
  • blue value is 24.
RGB:
(167,230,24)
(65%,90%,9%)

RGB channels and saturation

R 167 of 255 = 65%
G 230 of 255 = 90%
B 24 of 255 = 9%

167
230
24

R + G + B ~ 55%. #A7E618 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
167 + 230 + 24 = 421 (100%)
R 167 of 421 ~ 39.67%
G 230 of 421 ~ 54.63%
B 24 of 421 ~ 5.7%

%39.67
%54.63

CMYK color model

#A7E618 color CMYK value is (27,0,90,10).

  • cyan value is 27.39%
  • magenta value is 0.00%
  • yellow value is 89.57%
  • key color value is 9.80%
CMYK:
(27,0,90,10)
C27M0Y90K10 
(27%,0%,90%,10%)
(0.27/0.00/0.90/0.10)	

CMYK percentages

%27.39
%0
%89.57
%9.8

Codes

Color #A7E618 in popluar color models

A7E618
RGB16723024
HSL78°81.10%49.80%
HSB/HSV78°89.57%90.20%
CMYK27.39%0.00%89.57%
9.80%

Color #A7E618 in popluar number systems.

HEXA7E618
Decimal16723024
Binary101001111110011011000
Octal24734630

Shades and tints

Shades of #A7E618

#A7E618
(167,230,24)
#98D216
(152,210,22)
#89BE14
(137,190,20)
#7AAA12
(122,170,18)
#6B9610
(107,150,16)
#5C820E
(92,130,14)
#4D6E0C
(77,110,12)
#3E5A0A
(62,90,10)
#2F4608
(47,70,8)
#203206
(32,50,6)
#111E04
(17,30,4)
#000000
(0,0,0)

Tints of #A7E618

#A7E618
(167,230,24)
#AFE82D
(175,232,45)
#B7EA42
(183,234,66)
#BFEC57
(191,236,87)
#C7EE6C
(199,238,108)
#CFF081
(207,240,129)
#D7F296
(215,242,150)
#DFF4AB
(223,244,171)
#E7F6C0
(231,246,192)
#EFF8D5
(239,248,213)
#F7FAEA
(247,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E618 color. Also use rgb(167,230,24) instead hex code.

Text Font Color

.myTextColor { color: #A7E618; }

<p style="color:#A7E618">This sample text font color is #A7E618.</p>

This text font color is #A7E618.


Background Color

.myBgColor { background-color: #A7E618; }

<div style="background-color:#A7E618">Inner text</div>

This div background color is #A7E618.


Border color

.myBorderColor { border: 1px solid #A7E618; }

<div style="border:3px solid #A7E618">Div</div>

This div border color is #A7E618.


Opacity

.myOpacity80 { color: #A7E618; opacity: 0.8; }

<p style="color:#A7E618;opacity:0.8;">80%</p>

Text with #A7E618 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A7E618;}

<p style="text-shadow: 3px 3px 1px #A7E618">Text here.</p>

This text has shadow with #A7E618 color.

.textShadow {text-shadow: 3px 3px 1px #A7E618, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A7E618, 5px 5px 20px red">Text here.</p>

This text has shadow with #A7E618 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A7E618, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A7E618, Direction=45, Strength=4)">Text</p>

This text has shadow with #A7E618 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #A7E618;
  -webkit-box-shadow:	1px 1px 3px 2px #A7E618;
  box-shadow:		1px 1px 3px 2px #A7E618;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A7E618;
-webkit-box-shadow: 1px 1px 3px 2px #A7E618;
box-shadow:1px 1px 3px 2px #A7E618;">
Div content here</div>
This div box has shadow with color #A7E618.

Preview

Color preview on black background

This text has color #A7E618 on black background.


Color preview on white background

This text has color #A7E618 on white background.



Black color preview on #A7E618 background

This text has black color on #A7E618 background.


White color preview on #A7E618 background

This text has white color on #A7E618 background.