COLOR #A8EC8D

HEX: #A8EC8D
RGB: (168,236,141)

Color info

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

RGB color model

#A8EC8D color RGB value is (168,236,141).

  • red value is 168;
  • green value is 236;
  • blue value is 141.
RGB:
(168,236,141)
(66%,93%,55%)

RGB channels and saturation

R 168 of 255 = 66%
G 236 of 255 = 93%
B 141 of 255 = 55%

168
236
141

R + G + B ~ 71%. #A8EC8D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 236 + 141 = 545 (100%)
R 168 of 545 ~ 30.83%
G 236 of 545 ~ 43.3%
B 141 of 545 ~ 25.87%

%30.83
%43.3
%25.87

CMYK color model

#A8EC8D color CMYK value is (29,0,40,7).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 40.25%
  • key color value is 7.45%
CMYK:
(29,0,40,7)
C29M0Y40K7 
(29%,0%,40%,7%)
(0.29/0.00/0.40/0.07)	

CMYK percentages

%28.81
%0
%40.25
%7.45

Codes

Color #A8EC8D in popluar color models

A8EC8D
RGB168236141
HSL103°71.43%73.92%
HSB/HSV103°40.25%92.55%
CMYK28.81%0.00%40.25%
7.45%

Color #A8EC8D in popluar number systems.

HEXA8EC8D
Decimal168236141
Binary101010001110110010001101
Octal250354215

Shades and tints

Shades of #A8EC8D

#A8EC8D
(168,236,141)
#99D781
(153,215,129)
#8AC275
(138,194,117)
#7BAD69
(123,173,105)
#6C985D
(108,152,93)
#5D8351
(93,131,81)
#4E6E45
(78,110,69)
#3F5939
(63,89,57)
#30442D
(48,68,45)
#212F21
(33,47,33)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #A8EC8D

#A8EC8D
(168,236,141)
#AFED97
(175,237,151)
#B6EEA1
(182,238,161)
#BDEFAB
(189,239,171)
#C4F0B5
(196,240,181)
#CBF1BF
(203,241,191)
#D2F2C9
(210,242,201)
#D9F3D3
(217,243,211)
#E0F4DD
(224,244,221)
#E7F5E7
(231,245,231)
#EEF6F1
(238,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EC8D color. Also use rgb(168,236,141) instead hex code.

Text Font Color

.myTextColor { color: #A8EC8D; }

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

This text font color is #A8EC8D.


Background Color

.myBgColor { background-color: #A8EC8D; }

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

This div background color is #A8EC8D.


Border color

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

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

This div border color is #A8EC8D.


Opacity

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

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

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

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

This text has shadow with #A8EC8D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EC8D on black background.


Color preview on white background

This text has color #A8EC8D on white background.



Black color preview on #A8EC8D background

This text has black color on #A8EC8D background.


White color preview on #A8EC8D background

This text has white color on #A8EC8D background.