COLOR #A7EA94

HEX: #A7EA94
RGB: (167,234,148)

Color info

#A7EA94 contains mainly green color. Web safe color of #A7EA94 is #99FF99 (or #9F9).

RGB color model

#A7EA94 color RGB value is (167,234,148).

  • red value is 167;
  • green value is 234;
  • blue value is 148.
RGB:
(167,234,148)
(65%,92%,58%)

RGB channels and saturation

R 167 of 255 = 65%
G 234 of 255 = 92%
B 148 of 255 = 58%

167
234
148

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

Portions of RGB colors in percentages

R + G + B =
167 + 234 + 148 = 549 (100%)
R 167 of 549 ~ 30.42%
G 234 of 549 ~ 42.62%
B 148 of 549 ~ 26.96%

%30.42
%42.62
%26.96

CMYK color model

#A7EA94 color CMYK value is (29,0,37,8).

  • cyan value is 28.63%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 8.24%
CMYK:
(29,0,37,8)
C29M0Y37K8 
(29%,0%,37%,8%)
(0.29/0.00/0.37/0.08)	

CMYK percentages

%28.63
%0
%36.75
%8.24

Codes

Color #A7EA94 in popluar color models

A7EA94
RGB167234148
HSL107°67.19%74.90%
HSB/HSV107°36.75%91.76%
CMYK28.63%0.00%36.75%
8.24%

Color #A7EA94 in popluar number systems.

HEXA7EA94
Decimal167234148
Binary101001111110101010010100
Octal247352224

Shades and tints

Shades of #A7EA94

#A7EA94
(167,234,148)
#98D587
(152,213,135)
#89C07A
(137,192,122)
#7AAB6D
(122,171,109)
#6B9660
(107,150,96)
#5C8153
(92,129,83)
#4D6C46
(77,108,70)
#3E5739
(62,87,57)
#2F422C
(47,66,44)
#202D1F
(32,45,31)
#111812
(17,24,18)
#000000
(0,0,0)

Tints of #A7EA94

#A7EA94
(167,234,148)
#AFEB9D
(175,235,157)
#B7ECA6
(183,236,166)
#BFEDAF
(191,237,175)
#C7EEB8
(199,238,184)
#CFEFC1
(207,239,193)
#D7F0CA
(215,240,202)
#DFF1D3
(223,241,211)
#E7F2DC
(231,242,220)
#EFF3E5
(239,243,229)
#F7F4EE
(247,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7EA94 color. Also use rgb(167,234,148) instead hex code.

Text Font Color

.myTextColor { color: #A7EA94; }

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

This text font color is #A7EA94.


Background Color

.myBgColor { background-color: #A7EA94; }

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

This div background color is #A7EA94.


Border color

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

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

This div border color is #A7EA94.


Opacity

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

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

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

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

This text has shadow with #A7EA94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7EA94 on black background.


Color preview on white background

This text has color #A7EA94 on white background.



Black color preview on #A7EA94 background

This text has black color on #A7EA94 background.


White color preview on #A7EA94 background

This text has white color on #A7EA94 background.