COLOR #A8E179

HEX: #A8E179
RGB: (168,225,121)

Color info

#A8E179 contains mainly red and green colors. Web safe color of #A8E179 is #99CC66 (or #9C6).

RGB color model

#A8E179 color RGB value is (168,225,121).

  • red value is 168;
  • green value is 225;
  • blue value is 121.
RGB:
(168,225,121)
(66%,88%,47%)

RGB channels and saturation

R 168 of 255 = 66%
G 225 of 255 = 88%
B 121 of 255 = 47%

168
225
121

R + G + B ~ 67%. #A8E179 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 225 + 121 = 514 (100%)
R 168 of 514 ~ 32.68%
G 225 of 514 ~ 43.77%
B 121 of 514 ~ 23.54%

%32.68
%43.77
%23.54

CMYK color model

#A8E179 color CMYK value is (25,0,46,12).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 46.22%
  • key color value is 11.76%
CMYK:
(25,0,46,12)
C25M0Y46K12 
(25%,0%,46%,12%)
(0.25/0.00/0.46/0.12)	

CMYK percentages

%25.33
%0
%46.22
%11.76

Codes

Color #A8E179 in popluar color models

A8E179
RGB168225121
HSL93°63.41%67.84%
HSB/HSV93°46.22%88.24%
CMYK25.33%0.00%46.22%
11.76%

Color #A8E179 in popluar number systems.

HEXA8E179
Decimal168225121
Binary10101000111000011111001
Octal250341171

Shades and tints

Shades of #A8E179

#A8E179
(168,225,121)
#99CD6E
(153,205,110)
#8AB963
(138,185,99)
#7BA558
(123,165,88)
#6C914D
(108,145,77)
#5D7D42
(93,125,66)
#4E6937
(78,105,55)
#3F552C
(63,85,44)
#304121
(48,65,33)
#212D16
(33,45,22)
#12190B
(18,25,11)
#000000
(0,0,0)

Tints of #A8E179

#A8E179
(168,225,121)
#AFE385
(175,227,133)
#B6E591
(182,229,145)
#BDE79D
(189,231,157)
#C4E9A9
(196,233,169)
#CBEBB5
(203,235,181)
#D2EDC1
(210,237,193)
#D9EFCD
(217,239,205)
#E0F1D9
(224,241,217)
#E7F3E5
(231,243,229)
#EEF5F1
(238,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E179 color. Also use rgb(168,225,121) instead hex code.

Text Font Color

.myTextColor { color: #A8E179; }

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

This text font color is #A8E179.


Background Color

.myBgColor { background-color: #A8E179; }

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

This div background color is #A8E179.


Border color

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

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

This div border color is #A8E179.


Opacity

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

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

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

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

This text has shadow with #A8E179 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8E179 on black background.


Color preview on white background

This text has color #A8E179 on white background.



Black color preview on #A8E179 background

This text has black color on #A8E179 background.


White color preview on #A8E179 background

This text has white color on #A8E179 background.