COLOR #A7F4AE

HEX: #A7F4AE
RGB: (167,244,174)

Color info

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

RGB color model

#A7F4AE color RGB value is (167,244,174).

  • red value is 167;
  • green value is 244;
  • blue value is 174.
RGB:
(167,244,174)
(65%,96%,68%)

RGB channels and saturation

R 167 of 255 = 65%
G 244 of 255 = 96%
B 174 of 255 = 68%

167
244
174

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

Portions of RGB colors in percentages

R + G + B =
167 + 244 + 174 = 585 (100%)
R 167 of 585 ~ 28.55%
G 244 of 585 ~ 41.71%
B 174 of 585 ~ 29.74%

%28.55
%41.71
%29.74

CMYK color model

#A7F4AE color CMYK value is (32,0,29,4).

  • cyan value is 31.56%
  • magenta value is 0.00%
  • yellow value is 28.69%
  • key color value is 4.31%
CMYK:
(32,0,29,4)
C32M0Y29K4 
(32%,0%,29%,4%)
(0.32/0.00/0.29/0.04)	

CMYK percentages

%31.56
%0
%28.69
%4.31

Codes

Color #A7F4AE in popluar color models

A7F4AE
RGB167244174
HSL125°77.78%80.59%
HSB/HSV125°31.56%95.69%
CMYK31.56%0.00%28.69%
4.31%

Color #A7F4AE in popluar number systems.

HEXA7F4AE
Decimal167244174
Binary101001111111010010101110
Octal247364256

Shades and tints

Shades of #A7F4AE

#A7F4AE
(167,244,174)
#98DE9F
(152,222,159)
#89C890
(137,200,144)
#7AB281
(122,178,129)
#6B9C72
(107,156,114)
#5C8663
(92,134,99)
#4D7054
(77,112,84)
#3E5A45
(62,90,69)
#2F4436
(47,68,54)
#202E27
(32,46,39)
#111818
(17,24,24)
#000000
(0,0,0)

Tints of #A7F4AE

#A7F4AE
(167,244,174)
#AFF5B5
(175,245,181)
#B7F6BC
(183,246,188)
#BFF7C3
(191,247,195)
#C7F8CA
(199,248,202)
#CFF9D1
(207,249,209)
#D7FAD8
(215,250,216)
#DFFBDF
(223,251,223)
#E7FCE6
(231,252,230)
#EFFDED
(239,253,237)
#F7FEF4
(247,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7F4AE color. Also use rgb(167,244,174) instead hex code.

Text Font Color

.myTextColor { color: #A7F4AE; }

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

This text font color is #A7F4AE.


Background Color

.myBgColor { background-color: #A7F4AE; }

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

This div background color is #A7F4AE.


Border color

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

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

This div border color is #A7F4AE.


Opacity

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

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

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

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

This text has shadow with #A7F4AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A7F4AE on black background.


Color preview on white background

This text has color #A7F4AE on white background.



Black color preview on #A7F4AE background

This text has black color on #A7F4AE background.


White color preview on #A7F4AE background

This text has white color on #A7F4AE background.