COLOR #A7EB18

HEX: #A7EB18
RGB: (167,235,24)

Color info

#A7EB18 contains mainly green color. Web safe color of #A7EB18 is #99FF00 (or #9F0).

RGB color model

#A7EB18 color RGB value is (167,235,24).

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

RGB channels and saturation

R 167 of 255 = 65%
G 235 of 255 = 92%
B 24 of 255 = 9%

167
235
24

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

Portions of RGB colors in percentages

R + G + B =
167 + 235 + 24 = 426 (100%)
R 167 of 426 ~ 39.2%
G 235 of 426 ~ 55.16%
B 24 of 426 ~ 5.63%

%39.2
%55.16

CMYK color model

#A7EB18 color CMYK value is (29,0,90,8).

  • cyan value is 28.94%
  • magenta value is 0.00%
  • yellow value is 89.79%
  • key color value is 7.84%
CMYK:
(29,0,90,8)
C29M0Y90K8 
(29%,0%,90%,8%)
(0.29/0.00/0.90/0.08)	

CMYK percentages

%28.94
%0
%89.79
%7.84

Codes

Color #A7EB18 in popluar color models

A7EB18
RGB16723524
HSL79°84.06%50.78%
HSB/HSV79°89.79%92.16%
CMYK28.94%0.00%89.79%
7.84%

Color #A7EB18 in popluar number systems.

HEXA7EB18
Decimal16723524
Binary101001111110101111000
Octal24735330

Shades and tints

Shades of #A7EB18

#A7EB18
(167,235,24)
#98D616
(152,214,22)
#89C114
(137,193,20)
#7AAC12
(122,172,18)
#6B9710
(107,151,16)
#5C820E
(92,130,14)
#4D6D0C
(77,109,12)
#3E580A
(62,88,10)
#2F4308
(47,67,8)
#202E06
(32,46,6)
#111904
(17,25,4)
#000000
(0,0,0)

Tints of #A7EB18

#A7EB18
(167,235,24)
#AFEC2D
(175,236,45)
#B7ED42
(183,237,66)
#BFEE57
(191,238,87)
#C7EF6C
(199,239,108)
#CFF081
(207,240,129)
#D7F196
(215,241,150)
#DFF2AB
(223,242,171)
#E7F3C0
(231,243,192)
#EFF4D5
(239,244,213)
#F7F5EA
(247,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7EB18; }

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

This text font color is #A7EB18.


Background Color

.myBgColor { background-color: #A7EB18; }

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

This div background color is #A7EB18.


Border color

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

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

This div border color is #A7EB18.


Opacity

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

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

Text with #A7EB18 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 #A7EB18;}

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

This text has shadow with #A7EB18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EB18 on black background.


Color preview on white background

This text has color #A7EB18 on white background.



Black color preview on #A7EB18 background

This text has black color on #A7EB18 background.


White color preview on #A7EB18 background

This text has white color on #A7EB18 background.