COLOR #A8D17F

HEX: #A8D17F
RGB: (168,209,127)

Color info

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

RGB color model

#A8D17F color RGB value is (168,209,127).

  • red value is 168;
  • green value is 209;
  • blue value is 127.
RGB:
(168,209,127)
(66%,82%,50%)

RGB channels and saturation

R 168 of 255 = 66%
G 209 of 255 = 82%
B 127 of 255 = 50%

168
209
127

R + G + B ~ 66%. #A8D17F is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 209 + 127 = 504 (100%)
R 168 of 504 ~ 33.33%
G 209 of 504 ~ 41.47%
B 127 of 504 ~ 25.2%

%33.33
%41.47
%25.2

CMYK color model

#A8D17F color CMYK value is (20,0,39,18).

  • cyan value is 19.62%
  • magenta value is 0.00%
  • yellow value is 39.23%
  • key color value is 18.04%
CMYK:
(20,0,39,18)
C20M0Y39K18 
(20%,0%,39%,18%)
(0.20/0.00/0.39/0.18)	

CMYK percentages

%19.62
%0
%39.23
%18.04

Codes

Color #A8D17F in popluar color models

A8D17F
RGB168209127
HSL90°47.13%65.88%
HSB/HSV90°39.23%81.96%
CMYK19.62%0.00%39.23%
18.04%

Color #A8D17F in popluar number systems.

HEXA8D17F
Decimal168209127
Binary10101000110100011111111
Octal250321177

Shades and tints

Shades of #A8D17F

#A8D17F
(168,209,127)
#99BE74
(153,190,116)
#8AAB69
(138,171,105)
#7B985E
(123,152,94)
#6C8553
(108,133,83)
#5D7248
(93,114,72)
#4E5F3D
(78,95,61)
#3F4C32
(63,76,50)
#303927
(48,57,39)
#21261C
(33,38,28)
#121311
(18,19,17)
#000000
(0,0,0)

Tints of #A8D17F

#A8D17F
(168,209,127)
#AFD58A
(175,213,138)
#B6D995
(182,217,149)
#BDDDA0
(189,221,160)
#C4E1AB
(196,225,171)
#CBE5B6
(203,229,182)
#D2E9C1
(210,233,193)
#D9EDCC
(217,237,204)
#E0F1D7
(224,241,215)
#E7F5E2
(231,245,226)
#EEF9ED
(238,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8D17F; }

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

This text font color is #A8D17F.


Background Color

.myBgColor { background-color: #A8D17F; }

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

This div background color is #A8D17F.


Border color

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

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

This div border color is #A8D17F.


Opacity

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

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

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

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

This text has shadow with #A8D17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8D17F on black background.


Color preview on white background

This text has color #A8D17F on white background.



Black color preview on #A8D17F background

This text has black color on #A8D17F background.


White color preview on #A8D17F background

This text has white color on #A8D17F background.