COLOR #AAC24A

HEX: #AAC24A
RGB: (170,194,74)

Color info

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

RGB color model

#AAC24A color RGB value is (170,194,74).

  • red value is 170;
  • green value is 194;
  • blue value is 74.
RGB:
(170,194,74)
(67%,76%,29%)

RGB channels and saturation

R 170 of 255 = 67%
G 194 of 255 = 76%
B 74 of 255 = 29%

170
194
74

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

Portions of RGB colors in percentages

R + G + B =
170 + 194 + 74 = 438 (100%)
R 170 of 438 ~ 38.81%
G 194 of 438 ~ 44.29%
B 74 of 438 ~ 16.89%

%38.81
%44.29
%16.89

CMYK color model

#AAC24A color CMYK value is (12,0,62,24).

  • cyan value is 12.37%
  • magenta value is 0.00%
  • yellow value is 61.86%
  • key color value is 23.92%
CMYK:
(12,0,62,24)
C12M0Y62K24 
(12%,0%,62%,24%)
(0.12/0.00/0.62/0.24)	

CMYK percentages

%12.37
%0
%61.86
%23.92

Codes

Color #AAC24A in popluar color models

AAC24A
RGB17019474
HSL72°49.59%52.55%
HSB/HSV72°61.86%76.08%
CMYK12.37%0.00%61.86%
23.92%

Color #AAC24A in popluar number systems.

HEXAAC24A
Decimal17019474
Binary10101010110000101001010
Octal252302112

Shades and tints

Shades of #AAC24A

#AAC24A
(170,194,74)
#9BB144
(155,177,68)
#8CA03E
(140,160,62)
#7D8F38
(125,143,56)
#6E7E32
(110,126,50)
#5F6D2C
(95,109,44)
#505C26
(80,92,38)
#414B20
(65,75,32)
#323A1A
(50,58,26)
#232914
(35,41,20)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #AAC24A

#AAC24A
(170,194,74)
#B1C75A
(177,199,90)
#B8CC6A
(184,204,106)
#BFD17A
(191,209,122)
#C6D68A
(198,214,138)
#CDDB9A
(205,219,154)
#D4E0AA
(212,224,170)
#DBE5BA
(219,229,186)
#E2EACA
(226,234,202)
#E9EFDA
(233,239,218)
#F0F4EA
(240,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC24A color. Also use rgb(170,194,74) instead hex code.

Text Font Color

.myTextColor { color: #AAC24A; }

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

This text font color is #AAC24A.


Background Color

.myBgColor { background-color: #AAC24A; }

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

This div background color is #AAC24A.


Border color

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

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

This div border color is #AAC24A.


Opacity

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

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

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

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

This text has shadow with #AAC24A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC24A on black background.


Color preview on white background

This text has color #AAC24A on white background.



Black color preview on #AAC24A background

This text has black color on #AAC24A background.


White color preview on #AAC24A background

This text has white color on #AAC24A background.