COLOR #A8D97F

HEX: #A8D97F RGB: (168,217,127)

Color info

#A8D97F contains mainly red and green colors. Web safe color of #A8D97F is #99CC66 (or #9C6).

RGB color model

#A8D97F color RGB value is (168,217,127).

RGB: (168,217,127) (66%, 85%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 217 of 255 = 85%
B 127 of 255 = 50%

168
217
127

R + G + B ~ 67%. #A8D97F is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 217 + 127 = 512 (100%)
R 168 of 512 ~ 32.81%
G 217 of 512 ~ 42.38%
B 127 of 512 ~ 24.8'%

%32.81
%42.38
%24.8

CMYK color model

#A8D97F color CMYK value is (23,0,41,15).

  • cyan value is 22.58%
  • magenta value is 0.00%
  • yellow value is 41.47%
  • key color value is 14.90%

CMYK: (23,0,41,15)
C23M0Y41K15 (23%, 0%, 41%, 15%)
(0.23 / 0.00 / 0.41 / 0.15)

CMYK percentages

%22.58
%0
%41.47
%14.9

Codes

Color #A8D97F in popluar color models

A8 D9 7F
RGB 168 217 127
HSL 93° 54.22% 67.45%
HSB/HSV 93° 41.47% 85.10%
CMYK 22.58% 0.00% 41.47%
14.90%

Color #A8D97F in popluar number systems.

HEX A8 D9 7F
Decimal 168 217 127
Binary 10101000 11011001 1111111
Octal 250 331 177

Shades and tints

Shades of #A8D97F

#A8D97F
(168,217,127)
#99C674
(153,198,116)
#8AB369
(138,179,105)
#7BA05E
(123,160,94)
#6C8D53
(108,141,83)
#5D7A48
(93,122,72)
#4E673D
(78,103,61)
#3F5432
(63,84,50)
#304127
(48,65,39)
#212E1C
(33,46,28)
#121B11
(18,27,17)
#000000
(0,0,0)

Tints of #A8D97F

#A8D97F
(168,217,127)
#AFDC8A
(175,220,138)
#B6DF95
(182,223,149)
#BDE2A0
(189,226,160)
#C4E5AB
(196,229,171)
#CBE8B6
(203,232,182)
#D2EBC1
(210,235,193)
#D9EECC
(217,238,204)
#E0F1D7
(224,241,215)
#E7F4E2
(231,244,226)
#EEF7ED
(238,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8D97F color. Also use rgb(168,217,127) instead hex code.

Text Font Color

.myTextColor { color: #A8D97F; }

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

This text font color is #A8D97F.

Background Color

.myBgColor { background-color: #A8D97F; }

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

This div background color is #A8D97F.

Border color

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

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

This div border color is #A8D97F.

Opacity

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

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

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

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

This text has shadow with #A8D97F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8D97F.

Preview

Color preview on black background

This text has color #A8D97F on black background.


Color preview on white background

This text has color #A8D97F on white background.


Black color preview on #A8D97F background

This text has black color on #A8D97F background.


White color preview on #A8D97F background

This text has white color on #A8D97F background.


Related colors

Complementary color

Complementary color for #hex is #572680.


I love getcolorcode.com

Triadic colors

1 #7FA8D9 and #D97FA8 with #A8D97F are triadic colors.

2 #7FD9A8 and #D9A87F with #A8D97F are triadic colors.