COLOR #A8F8AD

HEX: #A8F8AD
RGB: (168,248,173)

Color info

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

RGB color model

#A8F8AD color RGB value is (168,248,173).

  • red value is 168;
  • green value is 248;
  • blue value is 173.
RGB:
(168,248,173)
(66%,97%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 248 of 255 = 97%
B 173 of 255 = 68%

168
248
173

R + G + B ~ 77%. #A8F8AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 248 + 173 = 589 (100%)
R 168 of 589 ~ 28.52%
G 248 of 589 ~ 42.11%
B 173 of 589 ~ 29.37%

%28.52
%42.11
%29.37

CMYK color model

#A8F8AD color CMYK value is (32,0,30,3).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 30.24%
  • key color value is 2.75%
CMYK:
(32,0,30,3)
C32M0Y30K3 
(32%,0%,30%,3%)
(0.32/0.00/0.30/0.03)	

CMYK percentages

%32.26
%0
%30.24
%2.75

Codes

Color #A8F8AD in popluar color models

A8F8AD
RGB168248173
HSL124°85.11%81.57%
HSB/HSV124°32.26%97.25%
CMYK32.26%0.00%30.24%
2.75%

Color #A8F8AD in popluar number systems.

HEXA8F8AD
Decimal168248173
Binary101010001111100010101101
Octal250370255

Shades and tints

Shades of #A8F8AD

#A8F8AD
(168,248,173)
#99E29E
(153,226,158)
#8ACC8F
(138,204,143)
#7BB680
(123,182,128)
#6CA071
(108,160,113)
#5D8A62
(93,138,98)
#4E7453
(78,116,83)
#3F5E44
(63,94,68)
#304835
(48,72,53)
#213226
(33,50,38)
#121C17
(18,28,23)
#000000
(0,0,0)

Tints of #A8F8AD

#A8F8AD
(168,248,173)
#AFF8B4
(175,248,180)
#B6F8BB
(182,248,187)
#BDF8C2
(189,248,194)
#C4F8C9
(196,248,201)
#CBF8D0
(203,248,208)
#D2F8D7
(210,248,215)
#D9F8DE
(217,248,222)
#E0F8E5
(224,248,229)
#E7F8EC
(231,248,236)
#EEF8F3
(238,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F8AD color. Also use rgb(168,248,173) instead hex code.

Text Font Color

.myTextColor { color: #A8F8AD; }

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

This text font color is #A8F8AD.


Background Color

.myBgColor { background-color: #A8F8AD; }

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

This div background color is #A8F8AD.


Border color

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

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

This div border color is #A8F8AD.


Opacity

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

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

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

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

This text has shadow with #A8F8AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8F8AD on black background.


Color preview on white background

This text has color #A8F8AD on white background.



Black color preview on #A8F8AD background

This text has black color on #A8F8AD background.


White color preview on #A8F8AD background

This text has white color on #A8F8AD background.