COLOR #AADC4C

HEX: #AADC4C RGB: (170,220,76)

Color info

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

RGB color model

#AADC4C color RGB value is (170,220,76).

RGB: (170,220,76) (67%, 86%, 30%)

RGB channels and saturation

R 170 of 255 = 67%
G 220 of 255 = 86%
B 76 of 255 = 30%

170
220
76

R + G + B ~ 61%. #AADC4C is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 220 + 76 = 466 (100%)
R 170 of 466 ~ 36.48%
G 220 of 466 ~ 47.21%
B 76 of 466 ~ 16.31'%

%36.48
%47.21
%16.31

CMYK color model

#AADC4C color CMYK value is (23,0,65,14).

  • cyan value is 22.73%
  • magenta value is 0.00%
  • yellow value is 65.45%
  • key color value is 13.73%

CMYK: (23,0,65,14)
C23M0Y65K14 (23%, 0%, 65%, 14%)
(0.23 / 0.00 / 0.65 / 0.14)

CMYK percentages

%22.73
%0
%65.45
%13.73

Codes

Color #AADC4C in popluar color models

AA DC 4C
RGB 170 220 76
HSL 81° 67.29% 58.04%
HSB/HSV 81° 65.45% 86.27%
CMYK 22.73% 0.00% 65.45%
13.73%

Color #AADC4C in popluar number systems.

HEX AA DC 4C
Decimal 170 220 76
Binary 10101010 11011100 1001100
Octal 252 334 114

Shades and tints

Shades of #AADC4C

#AADC4C
(170,220,76)
#9BC846
(155,200,70)
#8CB440
(140,180,64)
#7DA03A
(125,160,58)
#6E8C34
(110,140,52)
#5F782E
(95,120,46)
#506428
(80,100,40)
#415022
(65,80,34)
#323C1C
(50,60,28)
#232816
(35,40,22)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #AADC4C

#AADC4C
(170,220,76)
#B1DF5C
(177,223,92)
#B8E26C
(184,226,108)
#BFE57C
(191,229,124)
#C6E88C
(198,232,140)
#CDEB9C
(205,235,156)
#D4EEAC
(212,238,172)
#DBF1BC
(219,241,188)
#E2F4CC
(226,244,204)
#E9F7DC
(233,247,220)
#F0FAEC
(240,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADC4C color. Also use rgb(170,220,76) instead hex code.

Text Font Color

.myTextColor { color: #AADC4C; }

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

This text font color is #AADC4C.

Background Color

.myBgColor { background-color: #AADC4C; }

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

This div background color is #AADC4C.

Border color

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

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

This div border color is #AADC4C.

Opacity

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

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

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

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

This text has shadow with #AADC4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AADC4C.

Preview

Color preview on black background

This text has color #AADC4C on black background.


Color preview on white background

This text has color #AADC4C on white background.


Black color preview on #AADC4C background

This text has black color on #AADC4C background.


White color preview on #AADC4C background

This text has white color on #AADC4C background.


Related colors

Complementary color

Complementary color for #hex is #5523B3.


I love getcolorcode.com

Triadic colors

1 #4CAADC and #DC4CAA with #AADC4C are triadic colors.

2 #4CDCAA and #DCAA4C with #AADC4C are triadic colors.