COLOR #A7E29E

HEX: #A7E29E
RGB: (167,226,158)

Color info

#A7E29E contains mainly red and green colors. Web safe color of #A7E29E is #99CC99 (or #9C9).

RGB color model

#A7E29E color RGB value is (167,226,158).

  • red value is 167;
  • green value is 226;
  • blue value is 158.
RGB:
(167,226,158)
(65%,89%,62%)

RGB channels and saturation

R 167 of 255 = 65%
G 226 of 255 = 89%
B 158 of 255 = 62%

167
226
158

R + G + B ~ 72%. #A7E29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 226 + 158 = 551 (100%)
R 167 of 551 ~ 30.31%
G 226 of 551 ~ 41.02%
B 158 of 551 ~ 28.68%

%30.31
%41.02
%28.68

CMYK color model

#A7E29E color CMYK value is (26,0,30,11).

  • cyan value is 26.11%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 11.37%
CMYK:
(26,0,30,11)
C26M0Y30K11 
(26%,0%,30%,11%)
(0.26/0.00/0.30/0.11)	

CMYK percentages

%26.11
%0
%30.09
%11.37

Codes

Color #A7E29E in popluar color models

A7E29E
RGB167226158
HSL112°53.97%75.29%
HSB/HSV112°30.09%88.63%
CMYK26.11%0.00%30.09%
11.37%

Color #A7E29E in popluar number systems.

HEXA7E29E
Decimal167226158
Binary101001111110001010011110
Octal247342236

Shades and tints

Shades of #A7E29E

#A7E29E
(167,226,158)
#98CE90
(152,206,144)
#89BA82
(137,186,130)
#7AA674
(122,166,116)
#6B9266
(107,146,102)
#5C7E58
(92,126,88)
#4D6A4A
(77,106,74)
#3E563C
(62,86,60)
#2F422E
(47,66,46)
#202E20
(32,46,32)
#111A12
(17,26,18)
#000000
(0,0,0)

Tints of #A7E29E

#A7E29E
(167,226,158)
#AFE4A6
(175,228,166)
#B7E6AE
(183,230,174)
#BFE8B6
(191,232,182)
#C7EABE
(199,234,190)
#CFECC6
(207,236,198)
#D7EECE
(215,238,206)
#DFF0D6
(223,240,214)
#E7F2DE
(231,242,222)
#EFF4E6
(239,244,230)
#F7F6EE
(247,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E29E color. Also use rgb(167,226,158) instead hex code.

Text Font Color

.myTextColor { color: #A7E29E; }

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

This text font color is #A7E29E.


Background Color

.myBgColor { background-color: #A7E29E; }

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

This div background color is #A7E29E.


Border color

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

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

This div border color is #A7E29E.


Opacity

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

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

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

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

This text has shadow with #A7E29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E29E on black background.


Color preview on white background

This text has color #A7E29E on white background.



Black color preview on #A7E29E background

This text has black color on #A7E29E background.


White color preview on #A7E29E background

This text has white color on #A7E29E background.