COLOR #A2F5A4

HEX: #A2F5A4
RGB: (162,245,164)

Color info

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

RGB color model

#A2F5A4 color RGB value is (162,245,164).

  • red value is 162;
  • green value is 245;
  • blue value is 164.
RGB:
(162,245,164)
(64%,96%,64%)

RGB channels and saturation

R 162 of 255 = 64%
G 245 of 255 = 96%
B 164 of 255 = 64%

162
245
164

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

Portions of RGB colors in percentages

R + G + B =
162 + 245 + 164 = 571 (100%)
R 162 of 571 ~ 28.37%
G 245 of 571 ~ 42.91%
B 164 of 571 ~ 28.72%

%28.37
%42.91
%28.72

CMYK color model

#A2F5A4 color CMYK value is (34,0,33,4).

  • cyan value is 33.88%
  • magenta value is 0.00%
  • yellow value is 33.06%
  • key color value is 3.92%
CMYK:
(34,0,33,4)
C34M0Y33K4 
(34%,0%,33%,4%)
(0.34/0.00/0.33/0.04)	

CMYK percentages

%33.88
%0
%33.06
%3.92

Codes

Color #A2F5A4 in popluar color models

A2F5A4
RGB162245164
HSL121°80.58%79.80%
HSB/HSV121°33.88%96.08%
CMYK33.88%0.00%33.06%
3.92%

Color #A2F5A4 in popluar number systems.

HEXA2F5A4
Decimal162245164
Binary101000101111010110100100
Octal242365244

Shades and tints

Shades of #A2F5A4

#A2F5A4
(162,245,164)
#94DF96
(148,223,150)
#86C988
(134,201,136)
#78B37A
(120,179,122)
#6A9D6C
(106,157,108)
#5C875E
(92,135,94)
#4E7150
(78,113,80)
#405B42
(64,91,66)
#324534
(50,69,52)
#242F26
(36,47,38)
#161918
(22,25,24)
#000000
(0,0,0)

Tints of #A2F5A4

#A2F5A4
(162,245,164)
#AAF5AC
(170,245,172)
#B2F5B4
(178,245,180)
#BAF5BC
(186,245,188)
#C2F5C4
(194,245,196)
#CAF5CC
(202,245,204)
#D2F5D4
(210,245,212)
#DAF5DC
(218,245,220)
#E2F5E4
(226,245,228)
#EAF5EC
(234,245,236)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2F5A4 color. Also use rgb(162,245,164) instead hex code.

Text Font Color

.myTextColor { color: #A2F5A4; }

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

This text font color is #A2F5A4.


Background Color

.myBgColor { background-color: #A2F5A4; }

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

This div background color is #A2F5A4.


Border color

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

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

This div border color is #A2F5A4.


Opacity

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

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

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

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

This text has shadow with #A2F5A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2F5A4 on black background.


Color preview on white background

This text has color #A2F5A4 on white background.



Black color preview on #A2F5A4 background

This text has black color on #A2F5A4 background.


White color preview on #A2F5A4 background

This text has white color on #A2F5A4 background.