COLOR #A7F76E

HEX: #A7F76E
RGB: (167,247,110)

Color info

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

RGB color model

#A7F76E color RGB value is (167,247,110).

  • red value is 167;
  • green value is 247;
  • blue value is 110.
RGB:
(167,247,110)
(65%,97%,43%)

RGB channels and saturation

R 167 of 255 = 65%
G 247 of 255 = 97%
B 110 of 255 = 43%

167
247
110

R + G + B ~ 68%. #A7F76E is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 247 + 110 = 524 (100%)
R 167 of 524 ~ 31.87%
G 247 of 524 ~ 47.14%
B 110 of 524 ~ 20.99%

%31.87
%47.14
%20.99

CMYK color model

#A7F76E color CMYK value is (32,0,55,3).

  • cyan value is 32.39%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 3.14%
CMYK:
(32,0,55,3)
C32M0Y55K3 
(32%,0%,55%,3%)
(0.32/0.00/0.55/0.03)	

CMYK percentages

%32.39
%0
%55.47
%3.14

Codes

Color #A7F76E in popluar color models

A7F76E
RGB167247110
HSL95°89.54%70.00%
HSB/HSV95°55.47%96.86%
CMYK32.39%0.00%55.47%
3.14%

Color #A7F76E in popluar number systems.

HEXA7F76E
Decimal167247110
Binary10100111111101111101110
Octal247367156

Shades and tints

Shades of #A7F76E

#A7F76E
(167,247,110)
#98E164
(152,225,100)
#89CB5A
(137,203,90)
#7AB550
(122,181,80)
#6B9F46
(107,159,70)
#5C893C
(92,137,60)
#4D7332
(77,115,50)
#3E5D28
(62,93,40)
#2F471E
(47,71,30)
#203114
(32,49,20)
#111B0A
(17,27,10)
#000000
(0,0,0)

Tints of #A7F76E

#A7F76E
(167,247,110)
#AFF77B
(175,247,123)
#B7F788
(183,247,136)
#BFF795
(191,247,149)
#C7F7A2
(199,247,162)
#CFF7AF
(207,247,175)
#D7F7BC
(215,247,188)
#DFF7C9
(223,247,201)
#E7F7D6
(231,247,214)
#EFF7E3
(239,247,227)
#F7F7F0
(247,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F76E color. Also use rgb(167,247,110) instead hex code.

Text Font Color

.myTextColor { color: #A7F76E; }

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

This text font color is #A7F76E.


Background Color

.myBgColor { background-color: #A7F76E; }

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

This div background color is #A7F76E.


Border color

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

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

This div border color is #A7F76E.


Opacity

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

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

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

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

This text has shadow with #A7F76E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F76E on black background.


Color preview on white background

This text has color #A7F76E on white background.



Black color preview on #A7F76E background

This text has black color on #A7F76E background.


White color preview on #A7F76E background

This text has white color on #A7F76E background.