COLOR #A8FFA9

HEX: #A8FFA9 RGB: (168,255,169)

Color info

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

RGB color model

#A8FFA9 color RGB value is (168,255,169).

RGB: (168,255,169) (66%, 100%, 66%)

RGB channels and saturation

R 168 of 255 = 66%
G 255 of 255 = 100%
B 169 of 255 = 66%

168
255
169

R + G + B ~ 77%. #A8FFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 255 + 169 = 592 (100%)
R 168 of 592 ~ 28.38%
G 255 of 592 ~ 43.07%
B 169 of 592 ~ 28.55'%

%28.38
%43.07
%28.55

CMYK color model

#A8FFA9 color CMYK value is (34,0,34,0).

  • cyan value is 34.12%
  • magenta value is 0.00%
  • yellow value is 33.73%
  • key color value is 0.00%
CMYK: (34,0,34,0) C34M0Y34K0 (34%,0%,34%,0%) (0.34/0.00/0.34/0.00) 

CMYK percentages

%34.12
%0
%33.73
%0

Codes

Color #A8FFA9 in popluar color models

A8 FF A9
RGB 168 255 169
HSL 121° 100.00% 82.94%
HSB/HSV 121° 34.12% 100.00%
CMYK 34.12% 0.00% 33.73%
0.00%

Color #A8FFA9 in popluar number systems.

HEX A8 FF A9
Decimal 168 255 169
Binary 10101000 11111111 10101001
Octal 250 377 251

Shades and tints

Shades of #A8FFA9

#A8FFA9
(168,255,169)
#99E89A
(153,232,154)
#8AD18B
(138,209,139)
#7BBA7C
(123,186,124)
#6CA36D
(108,163,109)
#5D8C5E
(93,140,94)
#4E754F
(78,117,79)
#3F5E40
(63,94,64)
#304731
(48,71,49)
#213022
(33,48,34)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #A8FFA9

#A8FFA9
(168,255,169)
#AFFFB0
(175,255,176)
#B6FFB7
(182,255,183)
#BDFFBE
(189,255,190)
#C4FFC5
(196,255,197)
#CBFFCC
(203,255,204)
#D2FFD3
(210,255,211)
#D9FFDA
(217,255,218)
#E0FFE1
(224,255,225)
#E7FFE8
(231,255,232)
#EEFFEF
(238,255,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FFA9 color. Also use rgb(168,255,169) instead hex code.

Text Font Color

.myTextColor { color: #A8FFA9; }

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

This text font color is #A8FFA9.

Background Color

.myBgColor { background-color: #A8FFA9; }

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

This div background color is #A8FFA9.

Border color

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

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

This div border color is #A8FFA9.

Opacity

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

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

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

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

This text has shadow with #A8FFA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8FFA9.

Preview

Color preview on black background

This text has color #A8FFA9 on black background.


Color preview on white background

This text has color #A8FFA9 on white background.


Black color preview on #A8FFA9 background

This text has black color on #A8FFA9 background.


White color preview on #A8FFA9 background

This text has white color on #A8FFA9 background.


Related colors

Complementary color

Complementary color for #hex is #570056.


I love getcolorcode.com

Triadic colors

1 #A9A8FF and #FFA9A8 with #A8FFA9 are triadic colors.

2 #A9FFA8 and #FFA8A9 with #A8FFA9 are triadic colors.