COLOR #A8CC7D

HEX: #A8CC7D
RGB: (168,204,125)

Color info

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

RGB color model

#A8CC7D color RGB value is (168,204,125).

  • red value is 168;
  • green value is 204;
  • blue value is 125.
RGB:
(168,204,125)
(66%,80%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 204 of 255 = 80%
B 125 of 255 = 49%

168
204
125

R + G + B ~ 65%. #A8CC7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 204 + 125 = 497 (100%)
R 168 of 497 ~ 33.8%
G 204 of 497 ~ 41.05%
B 125 of 497 ~ 25.15%

%33.8
%41.05
%25.15

CMYK color model

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

  • cyan value is 17.65%
  • magenta value is 0.00%
  • yellow value is 38.73%
  • key color value is 20.00%
CMYK:
(18,0,39,20)
C18M0Y39K20 
(18%,0%,39%,20%)
(0.18/0.00/0.39/0.20)	

CMYK percentages

%17.65
%0
%38.73
%20

Codes

Color #A8CC7D in popluar color models

A8CC7D
RGB168204125
HSL87°43.65%64.51%
HSB/HSV87°38.73%80.00%
CMYK17.65%0.00%38.73%
20.00%

Color #A8CC7D in popluar number systems.

HEXA8CC7D
Decimal168204125
Binary10101000110011001111101
Octal250314175

Shades and tints

Shades of #A8CC7D

#A8CC7D
(168,204,125)
#99BA72
(153,186,114)
#8AA867
(138,168,103)
#7B965C
(123,150,92)
#6C8451
(108,132,81)
#5D7246
(93,114,70)
#4E603B
(78,96,59)
#3F4E30
(63,78,48)
#303C25
(48,60,37)
#212A1A
(33,42,26)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #A8CC7D

#A8CC7D
(168,204,125)
#AFD088
(175,208,136)
#B6D493
(182,212,147)
#BDD89E
(189,216,158)
#C4DCA9
(196,220,169)
#CBE0B4
(203,224,180)
#D2E4BF
(210,228,191)
#D9E8CA
(217,232,202)
#E0ECD5
(224,236,213)
#E7F0E0
(231,240,224)
#EEF4EB
(238,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8CC7D color. Also use rgb(168,204,125) instead hex code.

Text Font Color

.myTextColor { color: #A8CC7D; }

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

This text font color is #A8CC7D.


Background Color

.myBgColor { background-color: #A8CC7D; }

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

This div background color is #A8CC7D.


Border color

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

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

This div border color is #A8CC7D.


Opacity

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

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

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

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

This text has shadow with #A8CC7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8CC7D on black background.


Color preview on white background

This text has color #A8CC7D on white background.



Black color preview on #A8CC7D background

This text has black color on #A8CC7D background.


White color preview on #A8CC7D background

This text has white color on #A8CC7D background.