COLOR #A2F9DA

HEX: #A2F9DA
RGB: (162,249,218)

Color info

#A2F9DA contains mainly green and blue colors. Web safe color of #A2F9DA is #99FFCC (or #9FC).

RGB color model

#A2F9DA color RGB value is (162,249,218).

  • red value is 162;
  • green value is 249;
  • blue value is 218.
RGB:
(162,249,218)
(64%,98%,85%)

RGB channels and saturation

R 162 of 255 = 64%
G 249 of 255 = 98%
B 218 of 255 = 85%

162
249
218

R + G + B ~ 82%. #A2F9DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 249 + 218 = 629 (100%)
R 162 of 629 ~ 25.76%
G 249 of 629 ~ 39.59%
B 218 of 629 ~ 34.66%

%25.76
%39.59
%34.66

CMYK color model

#A2F9DA color CMYK value is (35,0,12,2).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(35,0,12,2)
C35M0Y12K2 
(35%,0%,12%,2%)
(0.35/0.00/0.12/0.02)	

CMYK percentages

%34.94
%0
%12.45
%2.35

Codes

Color #A2F9DA in popluar color models

A2F9DA
RGB162249218
HSL159°87.88%80.59%
HSB/HSV159°34.94%97.65%
CMYK34.94%0.00%12.45%
2.35%

Color #A2F9DA in popluar number systems.

HEXA2F9DA
Decimal162249218
Binary101000101111100111011010
Octal242371332

Shades and tints

Shades of #A2F9DA

#A2F9DA
(162,249,218)
#94E3C7
(148,227,199)
#86CDB4
(134,205,180)
#78B7A1
(120,183,161)
#6AA18E
(106,161,142)
#5C8B7B
(92,139,123)
#4E7568
(78,117,104)
#405F55
(64,95,85)
#324942
(50,73,66)
#24332F
(36,51,47)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #A2F9DA

#A2F9DA
(162,249,218)
#AAF9DD
(170,249,221)
#B2F9E0
(178,249,224)
#BAF9E3
(186,249,227)
#C2F9E6
(194,249,230)
#CAF9E9
(202,249,233)
#D2F9EC
(210,249,236)
#DAF9EF
(218,249,239)
#E2F9F2
(226,249,242)
#EAF9F5
(234,249,245)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2F9DA color. Also use rgb(162,249,218) instead hex code.

Text Font Color

.myTextColor { color: #A2F9DA; }

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

This text font color is #A2F9DA.


Background Color

.myBgColor { background-color: #A2F9DA; }

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

This div background color is #A2F9DA.


Border color

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

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

This div border color is #A2F9DA.


Opacity

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

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

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

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

This text has shadow with #A2F9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2F9DA on black background.


Color preview on white background

This text has color #A2F9DA on white background.



Black color preview on #A2F9DA background

This text has black color on #A2F9DA background.


White color preview on #A2F9DA background

This text has white color on #A2F9DA background.