COLOR #A9F5BA

HEX: #A9F5BA RGB: (169,245,186)

Color info

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

RGB color model

#A9F5BA color RGB value is (169,245,186).

RGB: (169,245,186) (66%, 96%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 245 of 255 = 96%
B 186 of 255 = 73%

169
245
186

R + G + B ~ 78%. #A9F5BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 245 + 186 = 600 (100%)
R 169 of 600 ~ 28.17%
G 245 of 600 ~ 40.83%
B 186 of 600 ~ 31'%

%28.17
%40.83
%31

CMYK color model

#A9F5BA color CMYK value is (31,0,24,4).

  • cyan value is 31.02%
  • magenta value is 0.00%
  • yellow value is 24.08%
  • key color value is 3.92%

CMYK: (31,0,24,4)
C31M0Y24K4 (31%, 0%, 24%, 4%)
(0.31 / 0.00 / 0.24 / 0.04)

CMYK percentages

%31.02
%0
%24.08
%3.92

Codes

Color #A9F5BA in popluar color models

A9 F5 BA
RGB 169 245 186
HSL 133° 79.17% 81.18%
HSB/HSV 133° 31.02% 96.08%
CMYK 31.02% 0.00% 24.08%
3.92%

Color #A9F5BA in popluar number systems.

HEX A9 F5 BA
Decimal 169 245 186
Binary 10101001 11110101 10111010
Octal 251 365 272

Shades and tints

Shades of #A9F5BA

#A9F5BA
(169,245,186)
#9ADFAA
(154,223,170)
#8BC99A
(139,201,154)
#7CB38A
(124,179,138)
#6D9D7A
(109,157,122)
#5E876A
(94,135,106)
#4F715A
(79,113,90)
#405B4A
(64,91,74)
#31453A
(49,69,58)
#222F2A
(34,47,42)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #A9F5BA

#A9F5BA
(169,245,186)
#B0F5C0
(176,245,192)
#B7F5C6
(183,245,198)
#BEF5CC
(190,245,204)
#C5F5D2
(197,245,210)
#CCF5D8
(204,245,216)
#D3F5DE
(211,245,222)
#DAF5E4
(218,245,228)
#E1F5EA
(225,245,234)
#E8F5F0
(232,245,240)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9F5BA; }

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

This text font color is #A9F5BA.

Background Color

.myBgColor { background-color: #A9F5BA; }

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

This div background color is #A9F5BA.

Border color

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

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

This div border color is #A9F5BA.

Opacity

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

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

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

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

This text has shadow with #A9F5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9F5BA.

Preview

Color preview on black background

This text has color #A9F5BA on black background.


Color preview on white background

This text has color #A9F5BA on white background.


Black color preview on #A9F5BA background

This text has black color on #A9F5BA background.


White color preview on #A9F5BA background

This text has white color on #A9F5BA background.


Related colors

Complementary color

Complementary color for #hex is #560A45.


I love getcolorcode.com

Triadic colors

1 #BAA9F5 and #F5BAA9 with #A9F5BA are triadic colors.

2 #BAF5A9 and #F5A9BA with #A9F5BA are triadic colors.