COLOR #A9F5C9

HEX: #A9F5C9
RGB: (169,245,201)

Color info

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

RGB color model

#A9F5C9 color RGB value is (169,245,201).

  • red value is 169;
  • green value is 245;
  • blue value is 201.
RGB:
(169,245,201)
(66%,96%,79%)

RGB channels and saturation

R 169 of 255 = 66%
G 245 of 255 = 96%
B 201 of 255 = 79%

169
245
201

R + G + B ~ 80%. #A9F5C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 245 + 201 = 615 (100%)
R 169 of 615 ~ 27.48%
G 245 of 615 ~ 39.84%
B 201 of 615 ~ 32.68%

%27.48
%39.84
%32.68

CMYK color model

#A9F5C9 color CMYK value is (31,0,18,4).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 17.96%
  • key color value is 3.92%
CMYK:
(31,0,18,4)
C31M0Y18K4 
(31%,0%,18%,4%)
(0.31/0.00/0.18/0.04)	

CMYK percentages

%31.02
%0
%17.96
%3.92

Codes

Color #A9F5C9 in popluar color models

A9F5C9
RGB169245201
HSL145°79.17%81.18%
HSB/HSV145°31.02%96.08%
CMYK31.02%0.00%17.96%
3.92%

Color #A9F5C9 in popluar number systems.

HEXA9F5C9
Decimal169245201
Binary101010011111010111001001
Octal251365311

Shades and tints

Shades of #A9F5C9

#A9F5C9
(169,245,201)
#9ADFB7
(154,223,183)
#8BC9A5
(139,201,165)
#7CB393
(124,179,147)
#6D9D81
(109,157,129)
#5E876F
(94,135,111)
#4F715D
(79,113,93)
#405B4B
(64,91,75)
#314539
(49,69,57)
#222F27
(34,47,39)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #A9F5C9

#A9F5C9
(169,245,201)
#B0F5CD
(176,245,205)
#B7F5D1
(183,245,209)
#BEF5D5
(190,245,213)
#C5F5D9
(197,245,217)
#CCF5DD
(204,245,221)
#D3F5E1
(211,245,225)
#DAF5E5
(218,245,229)
#E1F5E9
(225,245,233)
#E8F5ED
(232,245,237)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9F5C9 color. Also use rgb(169,245,201) instead hex code.

Text Font Color

.myTextColor { color: #A9F5C9; }

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

This text font color is #A9F5C9.


Background Color

.myBgColor { background-color: #A9F5C9; }

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

This div background color is #A9F5C9.


Border color

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

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

This div border color is #A9F5C9.


Opacity

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

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

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

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

This text has shadow with #A9F5C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9F5C9 on black background.


Color preview on white background

This text has color #A9F5C9 on white background.



Black color preview on #A9F5C9 background

This text has black color on #A9F5C9 background.


White color preview on #A9F5C9 background

This text has white color on #A9F5C9 background.