COLOR #A7FDA0

HEX: #A7FDA0
RGB: (167,253,160)

Color info

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

RGB color model

#A7FDA0 color RGB value is (167,253,160).

  • red value is 167;
  • green value is 253;
  • blue value is 160.
RGB:
(167,253,160)
(65%,99%,63%)

RGB channels and saturation

R 167 of 255 = 65%
G 253 of 255 = 99%
B 160 of 255 = 63%

167
253
160

R + G + B ~ 76%. #A7FDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 253 + 160 = 580 (100%)
R 167 of 580 ~ 28.79%
G 253 of 580 ~ 43.62%
B 160 of 580 ~ 27.59%

%28.79
%43.62
%27.59

CMYK color model

#A7FDA0 color CMYK value is (34,0,37,1).

  • cyan value is 33.99%
  • magenta value is 0.00%
  • yellow value is 36.76%
  • key color value is 0.78%
CMYK:
(34,0,37,1)
C34M0Y37K1 
(34%,0%,37%,1%)
(0.34/0.00/0.37/0.01)	

CMYK percentages

%33.99
%0
%36.76
%0.78

Codes

Color #A7FDA0 in popluar color models

A7FDA0
RGB167253160
HSL115°95.88%80.98%
HSB/HSV115°36.76%99.22%
CMYK33.99%0.00%36.76%
0.78%

Color #A7FDA0 in popluar number systems.

HEXA7FDA0
Decimal167253160
Binary101001111111110110100000
Octal247375240

Shades and tints

Shades of #A7FDA0

#A7FDA0
(167,253,160)
#98E692
(152,230,146)
#89CF84
(137,207,132)
#7AB876
(122,184,118)
#6BA168
(107,161,104)
#5C8A5A
(92,138,90)
#4D734C
(77,115,76)
#3E5C3E
(62,92,62)
#2F4530
(47,69,48)
#202E22
(32,46,34)
#111714
(17,23,20)
#000000
(0,0,0)

Tints of #A7FDA0

#A7FDA0
(167,253,160)
#AFFDA8
(175,253,168)
#B7FDB0
(183,253,176)
#BFFDB8
(191,253,184)
#C7FDC0
(199,253,192)
#CFFDC8
(207,253,200)
#D7FDD0
(215,253,208)
#DFFDD8
(223,253,216)
#E7FDE0
(231,253,224)
#EFFDE8
(239,253,232)
#F7FDF0
(247,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7FDA0 color. Also use rgb(167,253,160) instead hex code.

Text Font Color

.myTextColor { color: #A7FDA0; }

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

This text font color is #A7FDA0.


Background Color

.myBgColor { background-color: #A7FDA0; }

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

This div background color is #A7FDA0.


Border color

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

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

This div border color is #A7FDA0.


Opacity

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

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

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

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

This text has shadow with #A7FDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7FDA0 on black background.


Color preview on white background

This text has color #A7FDA0 on white background.



Black color preview on #A7FDA0 background

This text has black color on #A7FDA0 background.


White color preview on #A7FDA0 background

This text has white color on #A7FDA0 background.