COLOR #AACE6D

HEX: #AACE6D RGB: (170,206,109)

Color info

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

RGB color model

#AACE6D color RGB value is (170,206,109).

RGB: (170,206,109) (67%, 81%, 43%)

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 109 of 255 = 43%

170
206
109

R + G + B ~ 64%. #AACE6D is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 206 + 109 = 485 (100%)
R 170 of 485 ~ 35.05%
G 206 of 485 ~ 42.47%
B 109 of 485 ~ 22.47'%

%35.05
%42.47
%22.47

CMYK color model

#AACE6D color CMYK value is (17,0,47,19).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 47.09%
  • key color value is 19.22%

CMYK: (17,0,47,19)
C17M0Y47K19 (17%, 0%, 47%, 19%)
(0.17 / 0.00 / 0.47 / 0.19)

CMYK percentages

%17.48
%0
%47.09
%19.22

Codes

Color #AACE6D in popluar color models

AA CE 6D
RGB 170 206 109
HSL 82° 49.74% 61.76%
HSB/HSV 82° 47.09% 80.78%
CMYK 17.48% 0.00% 47.09%
19.22%

Color #AACE6D in popluar number systems.

HEX AA CE 6D
Decimal 170 206 109
Binary 10101010 11001110 1101101
Octal 252 316 155

Shades and tints

Shades of #AACE6D

#AACE6D
(170,206,109)
#9BBC64
(155,188,100)
#8CAA5B
(140,170,91)
#7D9852
(125,152,82)
#6E8649
(110,134,73)
#5F7440
(95,116,64)
#506237
(80,98,55)
#41502E
(65,80,46)
#323E25
(50,62,37)
#232C1C
(35,44,28)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #AACE6D

#AACE6D
(170,206,109)
#B1D27A
(177,210,122)
#B8D687
(184,214,135)
#BFDA94
(191,218,148)
#C6DEA1
(198,222,161)
#CDE2AE
(205,226,174)
#D4E6BB
(212,230,187)
#DBEAC8
(219,234,200)
#E2EED5
(226,238,213)
#E9F2E2
(233,242,226)
#F0F6EF
(240,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACE6D color. Also use rgb(170,206,109) instead hex code.

Text Font Color

.myTextColor { color: #AACE6D; }

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

This text font color is #AACE6D.

Background Color

.myBgColor { background-color: #AACE6D; }

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

This div background color is #AACE6D.

Border color

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

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

This div border color is #AACE6D.

Opacity

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

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

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

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

This text has shadow with #AACE6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACE6D.

Preview

Color preview on black background

This text has color #AACE6D on black background.


Color preview on white background

This text has color #AACE6D on white background.


Black color preview on #AACE6D background

This text has black color on #AACE6D background.


White color preview on #AACE6D background

This text has white color on #AACE6D background.


Related colors

Complementary color

Complementary color for #hex is #553192.


I love getcolorcode.com

Triadic colors

1 #6DAACE and #CE6DAA with #AACE6D are triadic colors.

2 #6DCEAA and #CEAA6D with #AACE6D are triadic colors.