COLOR #A8FEA1

HEX: #A8FEA1
RGB: (168,254,161)

Color info

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

RGB color model

#A8FEA1 color RGB value is (168,254,161).

  • red value is 168;
  • green value is 254;
  • blue value is 161.
RGB:
(168,254,161)
(66%,100%,63%)

RGB channels and saturation

R 168 of 255 = 66%
G 254 of 255 = 100%
B 161 of 255 = 63%

168
254
161

R + G + B ~ 76%. #A8FEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 254 + 161 = 583 (100%)
R 168 of 583 ~ 28.82%
G 254 of 583 ~ 43.57%
B 161 of 583 ~ 27.62%

%28.82
%43.57
%27.62

CMYK color model

#A8FEA1 color CMYK value is (34,0,37,0).

  • cyan value is 33.86%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 0.39%
CMYK:
(34,0,37,0)
C34M0Y37K0 
(34%,0%,37%,0%)
(0.34/0.00/0.37/0.00)	

CMYK percentages

%33.86
%0
%36.61
%0.39

Codes

Color #A8FEA1 in popluar color models

A8FEA1
RGB168254161
HSL115°97.89%81.37%
HSB/HSV115°36.61%99.61%
CMYK33.86%0.00%36.61%
0.39%

Color #A8FEA1 in popluar number systems.

HEXA8FEA1
Decimal168254161
Binary101010001111111010100001
Octal250376241

Shades and tints

Shades of #A8FEA1

#A8FEA1
(168,254,161)
#99E793
(153,231,147)
#8AD085
(138,208,133)
#7BB977
(123,185,119)
#6CA269
(108,162,105)
#5D8B5B
(93,139,91)
#4E744D
(78,116,77)
#3F5D3F
(63,93,63)
#304631
(48,70,49)
#212F23
(33,47,35)
#121815
(18,24,21)
#000000
(0,0,0)

Tints of #A8FEA1

#A8FEA1
(168,254,161)
#AFFEA9
(175,254,169)
#B6FEB1
(182,254,177)
#BDFEB9
(189,254,185)
#C4FEC1
(196,254,193)
#CBFEC9
(203,254,201)
#D2FED1
(210,254,209)
#D9FED9
(217,254,217)
#E0FEE1
(224,254,225)
#E7FEE9
(231,254,233)
#EEFEF1
(238,254,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FEA1 color. Also use rgb(168,254,161) instead hex code.

Text Font Color

.myTextColor { color: #A8FEA1; }

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

This text font color is #A8FEA1.


Background Color

.myBgColor { background-color: #A8FEA1; }

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

This div background color is #A8FEA1.


Border color

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

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

This div border color is #A8FEA1.


Opacity

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

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

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

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

This text has shadow with #A8FEA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8FEA1 on black background.


Color preview on white background

This text has color #A8FEA1 on white background.



Black color preview on #A8FEA1 background

This text has black color on #A8FEA1 background.


White color preview on #A8FEA1 background

This text has white color on #A8FEA1 background.