COLOR #A2F1A5

HEX: #A2F1A5
RGB: (162,241,165)

Color info

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

RGB color model

#A2F1A5 color RGB value is (162,241,165).

  • red value is 162;
  • green value is 241;
  • blue value is 165.
RGB:
(162,241,165)
(64%,95%,65%)

RGB channels and saturation

R 162 of 255 = 64%
G 241 of 255 = 95%
B 165 of 255 = 65%

162
241
165

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

Portions of RGB colors in percentages

R + G + B =
162 + 241 + 165 = 568 (100%)
R 162 of 568 ~ 28.52%
G 241 of 568 ~ 42.43%
B 165 of 568 ~ 29.05%

%28.52
%42.43
%29.05

CMYK color model

#A2F1A5 color CMYK value is (33,0,32,5).

  • cyan value is 32.78%
  • magenta value is 0.00%
  • yellow value is 31.54%
  • key color value is 5.49%
CMYK:
(33,0,32,5)
C33M0Y32K5 
(33%,0%,32%,5%)
(0.33/0.00/0.32/0.05)	

CMYK percentages

%32.78
%0
%31.54
%5.49

Codes

Color #A2F1A5 in popluar color models

A2F1A5
RGB162241165
HSL122°73.83%79.02%
HSB/HSV122°32.78%94.51%
CMYK32.78%0.00%31.54%
5.49%

Color #A2F1A5 in popluar number systems.

HEXA2F1A5
Decimal162241165
Binary101000101111000110100101
Octal242361245

Shades and tints

Shades of #A2F1A5

#A2F1A5
(162,241,165)
#94DC96
(148,220,150)
#86C787
(134,199,135)
#78B278
(120,178,120)
#6A9D69
(106,157,105)
#5C885A
(92,136,90)
#4E734B
(78,115,75)
#405E3C
(64,94,60)
#32492D
(50,73,45)
#24341E
(36,52,30)
#161F0F
(22,31,15)
#000000
(0,0,0)

Tints of #A2F1A5

#A2F1A5
(162,241,165)
#AAF2AD
(170,242,173)
#B2F3B5
(178,243,181)
#BAF4BD
(186,244,189)
#C2F5C5
(194,245,197)
#CAF6CD
(202,246,205)
#D2F7D5
(210,247,213)
#DAF8DD
(218,248,221)
#E2F9E5
(226,249,229)
#EAFAED
(234,250,237)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2F1A5 color. Also use rgb(162,241,165) instead hex code.

Text Font Color

.myTextColor { color: #A2F1A5; }

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

This text font color is #A2F1A5.


Background Color

.myBgColor { background-color: #A2F1A5; }

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

This div background color is #A2F1A5.


Border color

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

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

This div border color is #A2F1A5.


Opacity

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

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

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

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

This text has shadow with #A2F1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2F1A5 on black background.


Color preview on white background

This text has color #A2F1A5 on white background.



Black color preview on #A2F1A5 background

This text has black color on #A2F1A5 background.


White color preview on #A2F1A5 background

This text has white color on #A2F1A5 background.