COLOR #A8E8A9

HEX: #A8E8A9
RGB: (168,232,169)

Color info

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

RGB color model

#A8E8A9 color RGB value is (168,232,169).

  • red value is 168;
  • green value is 232;
  • blue value is 169.
RGB:
(168,232,169)
(66%,91%,66%)

RGB channels and saturation

R 168 of 255 = 66%
G 232 of 255 = 91%
B 169 of 255 = 66%

168
232
169

R + G + B ~ 74%. #A8E8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 232 + 169 = 569 (100%)
R 168 of 569 ~ 29.53%
G 232 of 569 ~ 40.77%
B 169 of 569 ~ 29.7%

%29.53
%40.77
%29.7

CMYK color model

#A8E8A9 color CMYK value is (28,0,27,9).

  • cyan value is 27.59%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(28,0,27,9)
C28M0Y27K9 
(28%,0%,27%,9%)
(0.28/0.00/0.27/0.09)	

CMYK percentages

%27.59
%0
%27.16
%9.02

Codes

Color #A8E8A9 in popluar color models

A8E8A9
RGB168232169
HSL121°58.18%78.43%
HSB/HSV121°27.59%90.98%
CMYK27.59%0.00%27.16%
9.02%

Color #A8E8A9 in popluar number systems.

HEXA8E8A9
Decimal168232169
Binary101010001110100010101001
Octal250350251

Shades and tints

Shades of #A8E8A9

#A8E8A9
(168,232,169)
#99D39A
(153,211,154)
#8ABE8B
(138,190,139)
#7BA97C
(123,169,124)
#6C946D
(108,148,109)
#5D7F5E
(93,127,94)
#4E6A4F
(78,106,79)
#3F5540
(63,85,64)
#304031
(48,64,49)
#212B22
(33,43,34)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #A8E8A9

#A8E8A9
(168,232,169)
#AFEAB0
(175,234,176)
#B6ECB7
(182,236,183)
#BDEEBE
(189,238,190)
#C4F0C5
(196,240,197)
#CBF2CC
(203,242,204)
#D2F4D3
(210,244,211)
#D9F6DA
(217,246,218)
#E0F8E1
(224,248,225)
#E7FAE8
(231,250,232)
#EEFCEF
(238,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E8A9; }

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

This text font color is #A8E8A9.


Background Color

.myBgColor { background-color: #A8E8A9; }

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

This div background color is #A8E8A9.


Border color

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

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

This div border color is #A8E8A9.


Opacity

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

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

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

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

This text has shadow with #A8E8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E8A9 on black background.


Color preview on white background

This text has color #A8E8A9 on white background.



Black color preview on #A8E8A9 background

This text has black color on #A8E8A9 background.


White color preview on #A8E8A9 background

This text has white color on #A8E8A9 background.