COLOR #A3FEA7

HEX: #A3FEA7
RGB: (163,254,167)

Color info

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

RGB color model

#A3FEA7 color RGB value is (163,254,167).

  • red value is 163;
  • green value is 254;
  • blue value is 167.
RGB:
(163,254,167)
(64%,100%,65%)

RGB channels and saturation

R 163 of 255 = 64%
G 254 of 255 = 100%
B 167 of 255 = 65%

163
254
167

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

Portions of RGB colors in percentages

R + G + B =
163 + 254 + 167 = 584 (100%)
R 163 of 584 ~ 27.91%
G 254 of 584 ~ 43.49%
B 167 of 584 ~ 28.6%

%27.91
%43.49
%28.6

CMYK color model

#A3FEA7 color CMYK value is (36,0,34,0).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 34.25%
  • key color value is 0.39%
CMYK:
(36,0,34,0)
C36M0Y34K0 
(36%,0%,34%,0%)
(0.36/0.00/0.34/0.00)	

CMYK percentages

%35.83
%0
%34.25
%0.39

Codes

Color #A3FEA7 in popluar color models

A3FEA7
RGB163254167
HSL123°97.85%81.76%
HSB/HSV123°35.83%99.61%
CMYK35.83%0.00%34.25%
0.39%

Color #A3FEA7 in popluar number systems.

HEXA3FEA7
Decimal163254167
Binary101000111111111010100111
Octal243376247

Shades and tints

Shades of #A3FEA7

#A3FEA7
(163,254,167)
#95E798
(149,231,152)
#87D089
(135,208,137)
#79B97A
(121,185,122)
#6BA26B
(107,162,107)
#5D8B5C
(93,139,92)
#4F744D
(79,116,77)
#415D3E
(65,93,62)
#33462F
(51,70,47)
#252F20
(37,47,32)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #A3FEA7

#A3FEA7
(163,254,167)
#ABFEAF
(171,254,175)
#B3FEB7
(179,254,183)
#BBFEBF
(187,254,191)
#C3FEC7
(195,254,199)
#CBFECF
(203,254,207)
#D3FED7
(211,254,215)
#DBFEDF
(219,254,223)
#E3FEE7
(227,254,231)
#EBFEEF
(235,254,239)
#F3FEF7
(243,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3FEA7 color. Also use rgb(163,254,167) instead hex code.

Text Font Color

.myTextColor { color: #A3FEA7; }

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

This text font color is #A3FEA7.


Background Color

.myBgColor { background-color: #A3FEA7; }

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

This div background color is #A3FEA7.


Border color

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

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

This div border color is #A3FEA7.


Opacity

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

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

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

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

This text has shadow with #A3FEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3FEA7 on black background.


Color preview on white background

This text has color #A3FEA7 on white background.



Black color preview on #A3FEA7 background

This text has black color on #A3FEA7 background.


White color preview on #A3FEA7 background

This text has white color on #A3FEA7 background.