COLOR #AACD65

HEX: #AACD65 RGB: (170,205,101)

Color info

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

RGB color model

#AACD65 color RGB value is (170,205,101).

RGB: (170,205,101) (67%, 80%, 40%)

RGB channels and saturation

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

170
205
101

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

Portions of RGB colors in percentages

R + G + B = 170 + 205 + 101 = 476 (100%)
R 170 of 476 ~ 35.71%
G 205 of 476 ~ 43.07%
B 101 of 476 ~ 21.22'%

%35.71
%43.07
%21.22

CMYK color model

#AACD65 color CMYK value is (17,0,51,20).

  • cyan value is 17.07%
  • magenta value is 0.00%
  • yellow value is 50.73%
  • key color value is 19.61%

CMYK: (17,0,51,20)
C17M0Y51K20 (17%, 0%, 51%, 20%)
(0.17 / 0.00 / 0.51 / 0.20)

CMYK percentages

%17.07
%0
%50.73
%19.61

Codes

Color #AACD65 in popluar color models

AA CD 65
RGB 170 205 101
HSL 80° 50.98% 60.00%
HSB/HSV 80° 50.73% 80.39%
CMYK 17.07% 0.00% 50.73%
19.61%

Color #AACD65 in popluar number systems.

HEX AA CD 65
Decimal 170 205 101
Binary 10101010 11001101 1100101
Octal 252 315 145

Shades and tints

Shades of #AACD65

#AACD65
(170,205,101)
#9BBB5C
(155,187,92)
#8CA953
(140,169,83)
#7D974A
(125,151,74)
#6E8541
(110,133,65)
#5F7338
(95,115,56)
#50612F
(80,97,47)
#414F26
(65,79,38)
#323D1D
(50,61,29)
#232B14
(35,43,20)
#14190B
(20,25,11)
#000000
(0,0,0)

Tints of #AACD65

#AACD65
(170,205,101)
#B1D173
(177,209,115)
#B8D581
(184,213,129)
#BFD98F
(191,217,143)
#C6DD9D
(198,221,157)
#CDE1AB
(205,225,171)
#D4E5B9
(212,229,185)
#DBE9C7
(219,233,199)
#E2EDD5
(226,237,213)
#E9F1E3
(233,241,227)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACD65; }

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

This text font color is #AACD65.

Background Color

.myBgColor { background-color: #AACD65; }

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

This div background color is #AACD65.

Border color

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

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

This div border color is #AACD65.

Opacity

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

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

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

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

This text has shadow with #AACD65 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AACD65.

Preview

Color preview on black background

This text has color #AACD65 on black background.


Color preview on white background

This text has color #AACD65 on white background.


Black color preview on #AACD65 background

This text has black color on #AACD65 background.


White color preview on #AACD65 background

This text has white color on #AACD65 background.


Related colors

Complementary color

Complementary color for #hex is #55329A.


I love getcolorcode.com

Triadic colors

1 #65AACD and #CD65AA with #AACD65 are triadic colors.

2 #65CDAA and #CDAA65 with #AACD65 are triadic colors.