COLOR #A7F5A0

HEX: #A7F5A0 RGB: (167,245,160)

Color info

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

RGB color model

#A7F5A0 color RGB value is (167,245,160).

RGB: (167,245,160) (65%, 96%, 63%)

RGB channels and saturation

R 167 of 255 = 65%
G 245 of 255 = 96%
B 160 of 255 = 63%

167
245
160

R + G + B ~ 75%. #A7F5A0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 245 + 160 = 572 (100%)
R 167 of 572 ~ 29.2%
G 245 of 572 ~ 42.83%
B 160 of 572 ~ 27.97'%

%29.2
%42.83
%27.97

CMYK color model

#A7F5A0 color CMYK value is (32,0,35,4).

  • cyan value is 31.84%
  • magenta value is 0.00%
  • yellow value is 34.69%
  • key color value is 3.92%

CMYK: (32,0,35,4)
C32M0Y35K4 (32%, 0%, 35%, 4%)
(0.32 / 0.00 / 0.35 / 0.04)

CMYK percentages

%31.84
%0
%34.69
%3.92

Codes

Color #A7F5A0 in popluar color models

A7 F5 A0
RGB 167 245 160
HSL 115° 80.95% 79.41%
HSB/HSV 115° 34.69% 96.08%
CMYK 31.84% 0.00% 34.69%
3.92%

Color #A7F5A0 in popluar number systems.

HEX A7 F5 A0
Decimal 167 245 160
Binary 10100111 11110101 10100000
Octal 247 365 240

Shades and tints

Shades of #A7F5A0

#A7F5A0
(167,245,160)
#98DF92
(152,223,146)
#89C984
(137,201,132)
#7AB376
(122,179,118)
#6B9D68
(107,157,104)
#5C875A
(92,135,90)
#4D714C
(77,113,76)
#3E5B3E
(62,91,62)
#2F4530
(47,69,48)
#202F22
(32,47,34)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #A7F5A0

#A7F5A0
(167,245,160)
#AFF5A8
(175,245,168)
#B7F5B0
(183,245,176)
#BFF5B8
(191,245,184)
#C7F5C0
(199,245,192)
#CFF5C8
(207,245,200)
#D7F5D0
(215,245,208)
#DFF5D8
(223,245,216)
#E7F5E0
(231,245,224)
#EFF5E8
(239,245,232)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7F5A0; }

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

This text font color is #A7F5A0.

Background Color

.myBgColor { background-color: #A7F5A0; }

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

This div background color is #A7F5A0.

Border color

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

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

This div border color is #A7F5A0.

Opacity

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

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

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

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

This text has shadow with #A7F5A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7F5A0.

Preview

Color preview on black background

This text has color #A7F5A0 on black background.


Color preview on white background

This text has color #A7F5A0 on white background.


Black color preview on #A7F5A0 background

This text has black color on #A7F5A0 background.


White color preview on #A7F5A0 background

This text has white color on #A7F5A0 background.


Related colors

Complementary color

Complementary color for #hex is #580A5F.


I love getcolorcode.com

Triadic colors

1 #A0A7F5 and #F5A0A7 with #A7F5A0 are triadic colors.

2 #A0F5A7 and #F5A7A0 with #A7F5A0 are triadic colors.