COLOR #A3F2A7

HEX: #A3F2A7
RGB: (163,242,167)

Color info

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

RGB color model

#A3F2A7 color RGB value is (163,242,167).

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

RGB channels and saturation

R 163 of 255 = 64%
G 242 of 255 = 95%
B 167 of 255 = 65%

163
242
167

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

Portions of RGB colors in percentages

R + G + B =
163 + 242 + 167 = 572 (100%)
R 163 of 572 ~ 28.5%
G 242 of 572 ~ 42.31%
B 167 of 572 ~ 29.2%

%28.5
%42.31
%29.2

CMYK color model

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

  • cyan value is 32.64%
  • magenta value is 0.00%
  • yellow value is 30.99%
  • key color value is 5.10%
CMYK:
(33,0,31,5)
C33M0Y31K5 
(33%,0%,31%,5%)
(0.33/0.00/0.31/0.05)	

CMYK percentages

%32.64
%0
%30.99
%5.1

Codes

Color #A3F2A7 in popluar color models

A3F2A7
RGB163242167
HSL123°75.24%79.41%
HSB/HSV123°32.64%94.90%
CMYK32.64%0.00%30.99%
5.10%

Color #A3F2A7 in popluar number systems.

HEXA3F2A7
Decimal163242167
Binary101000111111001010100111
Octal243362247

Shades and tints

Shades of #A3F2A7

#A3F2A7
(163,242,167)
#95DC98
(149,220,152)
#87C689
(135,198,137)
#79B07A
(121,176,122)
#6B9A6B
(107,154,107)
#5D845C
(93,132,92)
#4F6E4D
(79,110,77)
#41583E
(65,88,62)
#33422F
(51,66,47)
#252C20
(37,44,32)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #A3F2A7

#A3F2A7
(163,242,167)
#ABF3AF
(171,243,175)
#B3F4B7
(179,244,183)
#BBF5BF
(187,245,191)
#C3F6C7
(195,246,199)
#CBF7CF
(203,247,207)
#D3F8D7
(211,248,215)
#DBF9DF
(219,249,223)
#E3FAE7
(227,250,231)
#EBFBEF
(235,251,239)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3F2A7; }

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

This text font color is #A3F2A7.


Background Color

.myBgColor { background-color: #A3F2A7; }

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

This div background color is #A3F2A7.


Border color

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

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

This div border color is #A3F2A7.


Opacity

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

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

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

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

This text has shadow with #A3F2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3F2A7 on black background.


Color preview on white background

This text has color #A3F2A7 on white background.



Black color preview on #A3F2A7 background

This text has black color on #A3F2A7 background.


White color preview on #A3F2A7 background

This text has white color on #A3F2A7 background.