COLOR #A7E76B

HEX: #A7E76B
RGB: (167,231,107)

Color info

#A7E76B contains mainly green color. Web safe color of #A7E76B is #99FF66 (or #9F6).

RGB color model

#A7E76B color RGB value is (167,231,107).

  • red value is 167;
  • green value is 231;
  • blue value is 107.
RGB:
(167,231,107)
(65%,91%,42%)

RGB channels and saturation

R 167 of 255 = 65%
G 231 of 255 = 91%
B 107 of 255 = 42%

167
231
107

R + G + B ~ 66%. #A7E76B is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 231 + 107 = 505 (100%)
R 167 of 505 ~ 33.07%
G 231 of 505 ~ 45.74%
B 107 of 505 ~ 21.19%

%33.07
%45.74
%21.19

CMYK color model

#A7E76B color CMYK value is (28,0,54,9).

  • cyan value is 27.71%
  • magenta value is 0.00%
  • yellow value is 53.68%
  • key color value is 9.41%
CMYK:
(28,0,54,9)
C28M0Y54K9 
(28%,0%,54%,9%)
(0.28/0.00/0.54/0.09)	

CMYK percentages

%27.71
%0
%53.68
%9.41

Codes

Color #A7E76B in popluar color models

A7E76B
RGB167231107
HSL91°72.09%66.27%
HSB/HSV91°53.68%90.59%
CMYK27.71%0.00%53.68%
9.41%

Color #A7E76B in popluar number systems.

HEXA7E76B
Decimal167231107
Binary10100111111001111101011
Octal247347153

Shades and tints

Shades of #A7E76B

#A7E76B
(167,231,107)
#98D262
(152,210,98)
#89BD59
(137,189,89)
#7AA850
(122,168,80)
#6B9347
(107,147,71)
#5C7E3E
(92,126,62)
#4D6935
(77,105,53)
#3E542C
(62,84,44)
#2F3F23
(47,63,35)
#202A1A
(32,42,26)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7E76B

#A7E76B
(167,231,107)
#AFE978
(175,233,120)
#B7EB85
(183,235,133)
#BFED92
(191,237,146)
#C7EF9F
(199,239,159)
#CFF1AC
(207,241,172)
#D7F3B9
(215,243,185)
#DFF5C6
(223,245,198)
#E7F7D3
(231,247,211)
#EFF9E0
(239,249,224)
#F7FBED
(247,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7E76B color. Also use rgb(167,231,107) instead hex code.

Text Font Color

.myTextColor { color: #A7E76B; }

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

This text font color is #A7E76B.


Background Color

.myBgColor { background-color: #A7E76B; }

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

This div background color is #A7E76B.


Border color

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

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

This div border color is #A7E76B.


Opacity

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

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

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

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

This text has shadow with #A7E76B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7E76B on black background.


Color preview on white background

This text has color #A7E76B on white background.



Black color preview on #A7E76B background

This text has black color on #A7E76B background.


White color preview on #A7E76B background

This text has white color on #A7E76B background.