COLOR #A7F3A4

HEX: #A7F3A4
RGB: (167,243,164)

Color info

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

RGB color model

#A7F3A4 color RGB value is (167,243,164).

  • red value is 167;
  • green value is 243;
  • blue value is 164.
RGB:
(167,243,164)
(65%,95%,64%)

RGB channels and saturation

R 167 of 255 = 65%
G 243 of 255 = 95%
B 164 of 255 = 64%

167
243
164

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

Portions of RGB colors in percentages

R + G + B =
167 + 243 + 164 = 574 (100%)
R 167 of 574 ~ 29.09%
G 243 of 574 ~ 42.33%
B 164 of 574 ~ 28.57%

%29.09
%42.33
%28.57

CMYK color model

#A7F3A4 color CMYK value is (31,0,33,5).

  • cyan value is 31.28%
  • magenta value is 0.00%
  • yellow value is 32.51%
  • key color value is 4.71%
CMYK:
(31,0,33,5)
C31M0Y33K5 
(31%,0%,33%,5%)
(0.31/0.00/0.33/0.05)	

CMYK percentages

%31.28
%0
%32.51
%4.71

Codes

Color #A7F3A4 in popluar color models

A7F3A4
RGB167243164
HSL118°76.70%79.80%
HSB/HSV118°32.51%95.29%
CMYK31.28%0.00%32.51%
4.71%

Color #A7F3A4 in popluar number systems.

HEXA7F3A4
Decimal167243164
Binary101001111111001110100100
Octal247363244

Shades and tints

Shades of #A7F3A4

#A7F3A4
(167,243,164)
#98DD96
(152,221,150)
#89C788
(137,199,136)
#7AB17A
(122,177,122)
#6B9B6C
(107,155,108)
#5C855E
(92,133,94)
#4D6F50
(77,111,80)
#3E5942
(62,89,66)
#2F4334
(47,67,52)
#202D26
(32,45,38)
#111718
(17,23,24)
#000000
(0,0,0)

Tints of #A7F3A4

#A7F3A4
(167,243,164)
#AFF4AC
(175,244,172)
#B7F5B4
(183,245,180)
#BFF6BC
(191,246,188)
#C7F7C4
(199,247,196)
#CFF8CC
(207,248,204)
#D7F9D4
(215,249,212)
#DFFADC
(223,250,220)
#E7FBE4
(231,251,228)
#EFFCEC
(239,252,236)
#F7FDF4
(247,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F3A4 color. Also use rgb(167,243,164) instead hex code.

Text Font Color

.myTextColor { color: #A7F3A4; }

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

This text font color is #A7F3A4.


Background Color

.myBgColor { background-color: #A7F3A4; }

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

This div background color is #A7F3A4.


Border color

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

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

This div border color is #A7F3A4.


Opacity

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

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

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

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

This text has shadow with #A7F3A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F3A4 on black background.


Color preview on white background

This text has color #A7F3A4 on white background.



Black color preview on #A7F3A4 background

This text has black color on #A7F3A4 background.


White color preview on #A7F3A4 background

This text has white color on #A7F3A4 background.