COLOR #AAC13C

HEX: #AAC13C RGB: (170,193,60)

Color info

#AAC13C contains mainly red and green colors. Web safe color of #AAC13C is #99CC33 (or #9C3).

RGB color model

#AAC13C color RGB value is (170,193,60).

RGB: (170,193,60) (67%, 76%, 24%)

RGB channels and saturation

R 170 of 255 = 67%
G 193 of 255 = 76%
B 60 of 255 = 24%

170
193
60

R + G + B ~ 56%. #AAC13C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 170 + 193 + 60 = 423 (100%)
R 170 of 423 ~ 40.19%
G 193 of 423 ~ 45.63%
B 60 of 423 ~ 14.18'%

%40.19
%45.63
%14.18

CMYK color model

#AAC13C color CMYK value is (12,0,69,24).

  • cyan value is 11.92%
  • magenta value is 0.00%
  • yellow value is 68.91%
  • key color value is 24.31%

CMYK: (12,0,69,24)
C12M0Y69K24 (12%, 0%, 69%, 24%)
(0.12 / 0.00 / 0.69 / 0.24)

CMYK percentages

%11.92
%0
%68.91
%24.31

Codes

Color #AAC13C in popluar color models

AA C1 3C
RGB 170 193 60
HSL 70° 52.57% 49.61%
HSB/HSV 70° 68.91% 75.69%
CMYK 11.92% 0.00% 68.91%
24.31%

Color #AAC13C in popluar number systems.

HEX AA C1 3C
Decimal 170 193 60
Binary 10101010 11000001 111100
Octal 252 301 74

Shades and tints

Shades of #AAC13C

#AAC13C
(170,193,60)
#9BB037
(155,176,55)
#8C9F32
(140,159,50)
#7D8E2D
(125,142,45)
#6E7D28
(110,125,40)
#5F6C23
(95,108,35)
#505B1E
(80,91,30)
#414A19
(65,74,25)
#323914
(50,57,20)
#23280F
(35,40,15)
#14170A
(20,23,10)
#000000
(0,0,0)

Tints of #AAC13C

#AAC13C
(170,193,60)
#B1C64D
(177,198,77)
#B8CB5E
(184,203,94)
#BFD06F
(191,208,111)
#C6D580
(198,213,128)
#CDDA91
(205,218,145)
#D4DFA2
(212,223,162)
#DBE4B3
(219,228,179)
#E2E9C4
(226,233,196)
#E9EED5
(233,238,213)
#F0F3E6
(240,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC13C color. Also use rgb(170,193,60) instead hex code.

Text Font Color

.myTextColor { color: #AAC13C; }

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

This text font color is #AAC13C.

Background Color

.myBgColor { background-color: #AAC13C; }

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

This div background color is #AAC13C.

Border color

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

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

This div border color is #AAC13C.

Opacity

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

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

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

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

This text has shadow with #AAC13C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC13C.

Preview

Color preview on black background

This text has color #AAC13C on black background.


Color preview on white background

This text has color #AAC13C on white background.


Black color preview on #AAC13C background

This text has black color on #AAC13C background.


White color preview on #AAC13C background

This text has white color on #AAC13C background.


Related colors

Complementary color

Complementary color for #hex is #553EC3.


I love getcolorcode.com

Triadic colors

1 #3CAAC1 and #C13CAA with #AAC13C are triadic colors.

2 #3CC1AA and #C1AA3C with #AAC13C are triadic colors.