COLOR #A8F2A4

HEX: #A8F2A4
RGB: (168,242,164)

Color info

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

RGB color model

#A8F2A4 color RGB value is (168,242,164).

  • red value is 168;
  • green value is 242;
  • blue value is 164.
RGB:
(168,242,164)
(66%,95%,64%)

RGB channels and saturation

R 168 of 255 = 66%
G 242 of 255 = 95%
B 164 of 255 = 64%

168
242
164

R + G + B ~ 75%. #A8F2A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 242 + 164 = 574 (100%)
R 168 of 574 ~ 29.27%
G 242 of 574 ~ 42.16%
B 164 of 574 ~ 28.57%

%29.27
%42.16
%28.57

CMYK color model

#A8F2A4 color CMYK value is (31,0,32,5).

  • cyan value is 30.58%
  • magenta value is 0.00%
  • yellow value is 32.23%
  • key color value is 5.10%
CMYK:
(31,0,32,5)
C31M0Y32K5 
(31%,0%,32%,5%)
(0.31/0.00/0.32/0.05)	

CMYK percentages

%30.58
%0
%32.23
%5.1

Codes

Color #A8F2A4 in popluar color models

A8F2A4
RGB168242164
HSL117°75.00%79.61%
HSB/HSV117°32.23%94.90%
CMYK30.58%0.00%32.23%
5.10%

Color #A8F2A4 in popluar number systems.

HEXA8F2A4
Decimal168242164
Binary101010001111001010100100
Octal250362244

Shades and tints

Shades of #A8F2A4

#A8F2A4
(168,242,164)
#99DC96
(153,220,150)
#8AC688
(138,198,136)
#7BB07A
(123,176,122)
#6C9A6C
(108,154,108)
#5D845E
(93,132,94)
#4E6E50
(78,110,80)
#3F5842
(63,88,66)
#304234
(48,66,52)
#212C26
(33,44,38)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #A8F2A4

#A8F2A4
(168,242,164)
#AFF3AC
(175,243,172)
#B6F4B4
(182,244,180)
#BDF5BC
(189,245,188)
#C4F6C4
(196,246,196)
#CBF7CC
(203,247,204)
#D2F8D4
(210,248,212)
#D9F9DC
(217,249,220)
#E0FAE4
(224,250,228)
#E7FBEC
(231,251,236)
#EEFCF4
(238,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F2A4 color. Also use rgb(168,242,164) instead hex code.

Text Font Color

.myTextColor { color: #A8F2A4; }

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

This text font color is #A8F2A4.


Background Color

.myBgColor { background-color: #A8F2A4; }

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

This div background color is #A8F2A4.


Border color

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

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

This div border color is #A8F2A4.


Opacity

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

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

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

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

This text has shadow with #A8F2A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F2A4 on black background.


Color preview on white background

This text has color #A8F2A4 on white background.



Black color preview on #A8F2A4 background

This text has black color on #A8F2A4 background.


White color preview on #A8F2A4 background

This text has white color on #A8F2A4 background.