COLOR #AACD66

HEX: #AACD66
RGB: (170,205,102)

Color info

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

RGB color model

#AACD66 color RGB value is (170,205,102).

  • red value is 170;
  • green value is 205;
  • blue value is 102.
RGB:
(170,205,102)
(67%,80%,40%)

RGB channels and saturation

R 170 of 255 = 67%
G 205 of 255 = 80%
B 102 of 255 = 40%

170
205
102

R + G + B ~ 62%. #AACD66 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 205 + 102 = 477 (100%)
R 170 of 477 ~ 35.64%
G 205 of 477 ~ 42.98%
B 102 of 477 ~ 21.38%

%35.64
%42.98
%21.38

CMYK color model

#AACD66 color CMYK value is (17,0,50,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 50.24%
  • key color value is 19.61%
CMYK:
(17,0,50,20)
C17M0Y50K20 
(17%,0%,50%,20%)
(0.17/0.00/0.50/0.20)	

CMYK percentages

%17.07
%0
%50.24
%19.61

Codes

Color #AACD66 in popluar color models

AACD66
RGB170205102
HSL80°50.74%60.20%
HSB/HSV80°50.24%80.39%
CMYK17.07%0.00%50.24%
19.61%

Color #AACD66 in popluar number systems.

HEXAACD66
Decimal170205102
Binary10101010110011011100110
Octal252315146

Shades and tints

Shades of #AACD66

#AACD66
(170,205,102)
#9BBB5D
(155,187,93)
#8CA954
(140,169,84)
#7D974B
(125,151,75)
#6E8542
(110,133,66)
#5F7339
(95,115,57)
#506130
(80,97,48)
#414F27
(65,79,39)
#323D1E
(50,61,30)
#232B15
(35,43,21)
#14190C
(20,25,12)
#000000
(0,0,0)

Tints of #AACD66

#AACD66
(170,205,102)
#B1D173
(177,209,115)
#B8D580
(184,213,128)
#BFD98D
(191,217,141)
#C6DD9A
(198,221,154)
#CDE1A7
(205,225,167)
#D4E5B4
(212,229,180)
#DBE9C1
(219,233,193)
#E2EDCE
(226,237,206)
#E9F1DB
(233,241,219)
#F0F5E8
(240,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACD66 color. Also use rgb(170,205,102) instead hex code.

Text Font Color

.myTextColor { color: #AACD66; }

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

This text font color is #AACD66.


Background Color

.myBgColor { background-color: #AACD66; }

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

This div background color is #AACD66.


Border color

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

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

This div border color is #AACD66.


Opacity

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

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

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

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

This text has shadow with #AACD66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACD66 on black background.


Color preview on white background

This text has color #AACD66 on white background.



Black color preview on #AACD66 background

This text has black color on #AACD66 background.


White color preview on #AACD66 background

This text has white color on #AACD66 background.