COLOR #A7E178

HEX: #A7E178
RGB: (167,225,120)

Color info

#A7E178 contains mainly red and green colors. Web safe color of #A7E178 is #99CC66 (or #9C6).

RGB color model

#A7E178 color RGB value is (167,225,120).

  • red value is 167;
  • green value is 225;
  • blue value is 120.
RGB:
(167,225,120)
(65%,88%,47%)

RGB channels and saturation

R 167 of 255 = 65%
G 225 of 255 = 88%
B 120 of 255 = 47%

167
225
120

R + G + B ~ 67%. #A7E178 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 225 + 120 = 512 (100%)
R 167 of 512 ~ 32.62%
G 225 of 512 ~ 43.95%
B 120 of 512 ~ 23.44%

%32.62
%43.95
%23.44

CMYK color model

#A7E178 color CMYK value is (26,0,47,12).

  • cyan value is 25.78%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 11.76%
CMYK:
(26,0,47,12)
C26M0Y47K12 
(26%,0%,47%,12%)
(0.26/0.00/0.47/0.12)	

CMYK percentages

%25.78
%0
%46.67
%11.76

Codes

Color #A7E178 in popluar color models

A7E178
RGB167225120
HSL93°63.64%67.65%
HSB/HSV93°46.67%88.24%
CMYK25.78%0.00%46.67%
11.76%

Color #A7E178 in popluar number systems.

HEXA7E178
Decimal167225120
Binary10100111111000011111000
Octal247341170

Shades and tints

Shades of #A7E178

#A7E178
(167,225,120)
#98CD6E
(152,205,110)
#89B964
(137,185,100)
#7AA55A
(122,165,90)
#6B9150
(107,145,80)
#5C7D46
(92,125,70)
#4D693C
(77,105,60)
#3E5532
(62,85,50)
#2F4128
(47,65,40)
#202D1E
(32,45,30)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7E178

#A7E178
(167,225,120)
#AFE384
(175,227,132)
#B7E590
(183,229,144)
#BFE79C
(191,231,156)
#C7E9A8
(199,233,168)
#CFEBB4
(207,235,180)
#D7EDC0
(215,237,192)
#DFEFCC
(223,239,204)
#E7F1D8
(231,241,216)
#EFF3E4
(239,243,228)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E178 color. Also use rgb(167,225,120) instead hex code.

Text Font Color

.myTextColor { color: #A7E178; }

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

This text font color is #A7E178.


Background Color

.myBgColor { background-color: #A7E178; }

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

This div background color is #A7E178.


Border color

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

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

This div border color is #A7E178.


Opacity

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

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

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

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

This text has shadow with #A7E178 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E178 on black background.


Color preview on white background

This text has color #A7E178 on white background.



Black color preview on #A7E178 background

This text has black color on #A7E178 background.


White color preview on #A7E178 background

This text has white color on #A7E178 background.