COLOR #A7ED1A

HEX: #A7ED1A
RGB: (167,237,26)

Color info

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

RGB color model

#A7ED1A color RGB value is (167,237,26).

  • red value is 167;
  • green value is 237;
  • blue value is 26.
RGB:
(167,237,26)
(65%,93%,10%)

RGB channels and saturation

R 167 of 255 = 65%
G 237 of 255 = 93%
B 26 of 255 = 10%

167
237
26

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

Portions of RGB colors in percentages

R + G + B =
167 + 237 + 26 = 430 (100%)
R 167 of 430 ~ 38.84%
G 237 of 430 ~ 55.12%
B 26 of 430 ~ 6.05%

%38.84
%55.12

CMYK color model

#A7ED1A color CMYK value is (30,0,89,7).

  • cyan value is 29.54%
  • magenta value is 0.00%
  • yellow value is 89.03%
  • key color value is 7.06%
CMYK:
(30,0,89,7)
C30M0Y89K7 
(30%,0%,89%,7%)
(0.30/0.00/0.89/0.07)	

CMYK percentages

%29.54
%0
%89.03
%7.06

Codes

Color #A7ED1A in popluar color models

A7ED1A
RGB16723726
HSL80°85.43%51.57%
HSB/HSV80°89.03%92.94%
CMYK29.54%0.00%89.03%
7.06%

Color #A7ED1A in popluar number systems.

HEXA7ED1A
Decimal16723726
Binary101001111110110111010
Octal24735532

Shades and tints

Shades of #A7ED1A

#A7ED1A
(167,237,26)
#98D818
(152,216,24)
#89C316
(137,195,22)
#7AAE14
(122,174,20)
#6B9912
(107,153,18)
#5C8410
(92,132,16)
#4D6F0E
(77,111,14)
#3E5A0C
(62,90,12)
#2F450A
(47,69,10)
#203008
(32,48,8)
#111B06
(17,27,6)
#000000
(0,0,0)

Tints of #A7ED1A

#A7ED1A
(167,237,26)
#AFEE2E
(175,238,46)
#B7EF42
(183,239,66)
#BFF056
(191,240,86)
#C7F16A
(199,241,106)
#CFF27E
(207,242,126)
#D7F392
(215,243,146)
#DFF4A6
(223,244,166)
#E7F5BA
(231,245,186)
#EFF6CE
(239,246,206)
#F7F7E2
(247,247,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ED1A color. Also use rgb(167,237,26) instead hex code.

Text Font Color

.myTextColor { color: #A7ED1A; }

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

This text font color is #A7ED1A.


Background Color

.myBgColor { background-color: #A7ED1A; }

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

This div background color is #A7ED1A.


Border color

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

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

This div border color is #A7ED1A.


Opacity

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

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

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

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

This text has shadow with #A7ED1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7ED1A on black background.


Color preview on white background

This text has color #A7ED1A on white background.



Black color preview on #A7ED1A background

This text has black color on #A7ED1A background.


White color preview on #A7ED1A background

This text has white color on #A7ED1A background.