COLOR #A8FCA2

HEX: #A8FCA2
RGB: (168,252,162)

Color info

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

RGB color model

#A8FCA2 color RGB value is (168,252,162).

  • red value is 168;
  • green value is 252;
  • blue value is 162.
RGB:
(168,252,162)
(66%,99%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 252 of 255 = 99%
B 162 of 255 = 64%

168
252
162

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

Portions of RGB colors in percentages

R + G + B =
168 + 252 + 162 = 582 (100%)
R 168 of 582 ~ 28.87%
G 252 of 582 ~ 43.3%
B 162 of 582 ~ 27.84%

%28.87
%43.3
%27.84

CMYK color model

#A8FCA2 color CMYK value is (33,0,36,1).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 1.18%
CMYK:
(33,0,36,1)
C33M0Y36K1 
(33%,0%,36%,1%)
(0.33/0.00/0.36/0.01)	

CMYK percentages

%33.33
%0
%35.71
%1.18

Codes

Color #A8FCA2 in popluar color models

A8FCA2
RGB168252162
HSL116°93.75%81.18%
HSB/HSV116°35.71%98.82%
CMYK33.33%0.00%35.71%
1.18%

Color #A8FCA2 in popluar number systems.

HEXA8FCA2
Decimal168252162
Binary101010001111110010100010
Octal250374242

Shades and tints

Shades of #A8FCA2

#A8FCA2
(168,252,162)
#99E694
(153,230,148)
#8AD086
(138,208,134)
#7BBA78
(123,186,120)
#6CA46A
(108,164,106)
#5D8E5C
(93,142,92)
#4E784E
(78,120,78)
#3F6240
(63,98,64)
#304C32
(48,76,50)
#213624
(33,54,36)
#122016
(18,32,22)
#000000
(0,0,0)

Tints of #A8FCA2

#A8FCA2
(168,252,162)
#AFFCAA
(175,252,170)
#B6FCB2
(182,252,178)
#BDFCBA
(189,252,186)
#C4FCC2
(196,252,194)
#CBFCCA
(203,252,202)
#D2FCD2
(210,252,210)
#D9FCDA
(217,252,218)
#E0FCE2
(224,252,226)
#E7FCEA
(231,252,234)
#EEFCF2
(238,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8FCA2 color. Also use rgb(168,252,162) instead hex code.

Text Font Color

.myTextColor { color: #A8FCA2; }

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

This text font color is #A8FCA2.


Background Color

.myBgColor { background-color: #A8FCA2; }

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

This div background color is #A8FCA2.


Border color

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

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

This div border color is #A8FCA2.


Opacity

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

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

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

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

This text has shadow with #A8FCA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8FCA2 on black background.


Color preview on white background

This text has color #A8FCA2 on white background.



Black color preview on #A8FCA2 background

This text has black color on #A8FCA2 background.


White color preview on #A8FCA2 background

This text has white color on #A8FCA2 background.