COLOR #A8E49A

HEX: #A8E49A
RGB: (168,228,154)

Color info

#A8E49A contains mainly green color. Web safe color of #A8E49A is #99CC99 (or #9C9).

RGB color model

#A8E49A color RGB value is (168,228,154).

  • red value is 168;
  • green value is 228;
  • blue value is 154.
RGB:
(168,228,154)
(66%,89%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 228 of 255 = 89%
B 154 of 255 = 60%

168
228
154

R + G + B ~ 72%. #A8E49A is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 228 + 154 = 550 (100%)
R 168 of 550 ~ 30.55%
G 228 of 550 ~ 41.45%
B 154 of 550 ~ 28%

%30.55
%41.45
%28

CMYK color model

#A8E49A color CMYK value is (26,0,32,11).

  • cyan value is 26.32%
  • magenta value is 0.00%
  • yellow value is 32.46%
  • key color value is 10.59%
CMYK:
(26,0,32,11)
C26M0Y32K11 
(26%,0%,32%,11%)
(0.26/0.00/0.32/0.11)	

CMYK percentages

%26.32
%0
%32.46
%10.59

Codes

Color #A8E49A in popluar color models

A8E49A
RGB168228154
HSL109°57.81%74.90%
HSB/HSV109°32.46%89.41%
CMYK26.32%0.00%32.46%
10.59%

Color #A8E49A in popluar number systems.

HEXA8E49A
Decimal168228154
Binary101010001110010010011010
Octal250344232

Shades and tints

Shades of #A8E49A

#A8E49A
(168,228,154)
#99D08C
(153,208,140)
#8ABC7E
(138,188,126)
#7BA870
(123,168,112)
#6C9462
(108,148,98)
#5D8054
(93,128,84)
#4E6C46
(78,108,70)
#3F5838
(63,88,56)
#30442A
(48,68,42)
#21301C
(33,48,28)
#121C0E
(18,28,14)
#000000
(0,0,0)

Tints of #A8E49A

#A8E49A
(168,228,154)
#AFE6A3
(175,230,163)
#B6E8AC
(182,232,172)
#BDEAB5
(189,234,181)
#C4ECBE
(196,236,190)
#CBEEC7
(203,238,199)
#D2F0D0
(210,240,208)
#D9F2D9
(217,242,217)
#E0F4E2
(224,244,226)
#E7F6EB
(231,246,235)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E49A color. Also use rgb(168,228,154) instead hex code.

Text Font Color

.myTextColor { color: #A8E49A; }

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

This text font color is #A8E49A.


Background Color

.myBgColor { background-color: #A8E49A; }

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

This div background color is #A8E49A.


Border color

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

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

This div border color is #A8E49A.


Opacity

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

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

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

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

This text has shadow with #A8E49A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E49A on black background.


Color preview on white background

This text has color #A8E49A on white background.



Black color preview on #A8E49A background

This text has black color on #A8E49A background.


White color preview on #A8E49A background

This text has white color on #A8E49A background.