COLOR #A8F99D

HEX: #A8F99D RGB: (168,249,157)

Color info

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

RGB color model

#A8F99D color RGB value is (168,249,157).

RGB: (168,249,157) (66%, 98%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 249 of 255 = 98%
B 157 of 255 = 62%

168
249
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 249 + 157 = 574 (100%)
R 168 of 574 ~ 29.27%
G 249 of 574 ~ 43.38%
B 157 of 574 ~ 27.35'%

%29.27
%43.38
%27.35

CMYK color model

#A8F99D color CMYK value is (33,0,37,2).

  • cyan value is 32.53%
  • magenta value is 0.00%
  • yellow value is 36.95%
  • key color value is 2.35%
CMYK: (33,0,37,2) C33M0Y37K2 (33%,0%,37%,2%) (0.33/0.00/0.37/0.02) 

CMYK percentages

%32.53
%0
%36.95
%2.35

Codes

Color #A8F99D in popluar color models

A8 F9 9D
RGB 168 249 157
HSL 113° 88.46% 79.61%
HSB/HSV 113° 36.95% 97.65%
CMYK 32.53% 0.00% 36.95%
2.35%

Color #A8F99D in popluar number systems.

HEX A8 F9 9D
Decimal 168 249 157
Binary 10101000 11111001 10011101
Octal 250 371 235

Shades and tints

Shades of #A8F99D

#A8F99D
(168,249,157)
#99E38F
(153,227,143)
#8ACD81
(138,205,129)
#7BB773
(123,183,115)
#6CA165
(108,161,101)
#5D8B57
(93,139,87)
#4E7549
(78,117,73)
#3F5F3B
(63,95,59)
#30492D
(48,73,45)
#21331F
(33,51,31)
#121D11
(18,29,17)
#000000
(0,0,0)

Tints of #A8F99D

#A8F99D
(168,249,157)
#AFF9A5
(175,249,165)
#B6F9AD
(182,249,173)
#BDF9B5
(189,249,181)
#C4F9BD
(196,249,189)
#CBF9C5
(203,249,197)
#D2F9CD
(210,249,205)
#D9F9D5
(217,249,213)
#E0F9DD
(224,249,221)
#E7F9E5
(231,249,229)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F99D color. Also use rgb(168,249,157) instead hex code.

Text Font Color

.myTextColor { color: #A8F99D; }

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

This text font color is #A8F99D.

Background Color

.myBgColor { background-color: #A8F99D; }

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

This div background color is #A8F99D.

Border color

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

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

This div border color is #A8F99D.

Opacity

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

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

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

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

This text has shadow with #A8F99D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8F99D.

Preview

Color preview on black background

This text has color #A8F99D on black background.


Color preview on white background

This text has color #A8F99D on white background.


Black color preview on #A8F99D background

This text has black color on #A8F99D background.


White color preview on #A8F99D background

This text has white color on #A8F99D background.


Related colors

Complementary color

Complementary color for #hex is #570662.


I love getcolorcode.com

Triadic colors

1 #9DA8F9 and #F99DA8 with #A8F99D are triadic colors.

2 #9DF9A8 and #F9A89D with #A8F99D are triadic colors.