COLOR #AADA43

HEX: #AADA43
RGB: (170,218,67)

Color info

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

RGB color model

#AADA43 color RGB value is (170,218,67).

  • red value is 170;
  • green value is 218;
  • blue value is 67.
RGB:
(170,218,67)
(67%,85%,26%)

RGB channels and saturation

R 170 of 255 = 67%
G 218 of 255 = 85%
B 67 of 255 = 26%

170
218
67

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

Portions of RGB colors in percentages

R + G + B =
170 + 218 + 67 = 455 (100%)
R 170 of 455 ~ 37.36%
G 218 of 455 ~ 47.91%
B 67 of 455 ~ 14.73%

%37.36
%47.91
%14.73

CMYK color model

#AADA43 color CMYK value is (22,0,69,15).

  • cyan value is 22.02%
  • magenta value is 0.00%
  • yellow value is 69.27%
  • key color value is 14.51%
CMYK:
(22,0,69,15)
C22M0Y69K15 
(22%,0%,69%,15%)
(0.22/0.00/0.69/0.15)	

CMYK percentages

%22.02
%0
%69.27
%14.51

Codes

Color #AADA43 in popluar color models

AADA43
RGB17021867
HSL79°67.11%55.88%
HSB/HSV79°69.27%85.49%
CMYK22.02%0.00%69.27%
14.51%

Color #AADA43 in popluar number systems.

HEXAADA43
Decimal17021867
Binary10101010110110101000011
Octal252332103

Shades and tints

Shades of #AADA43

#AADA43
(170,218,67)
#9BC73D
(155,199,61)
#8CB437
(140,180,55)
#7DA131
(125,161,49)
#6E8E2B
(110,142,43)
#5F7B25
(95,123,37)
#50681F
(80,104,31)
#415519
(65,85,25)
#324213
(50,66,19)
#232F0D
(35,47,13)
#141C07
(20,28,7)
#000000
(0,0,0)

Tints of #AADA43

#AADA43
(170,218,67)
#B1DD54
(177,221,84)
#B8E065
(184,224,101)
#BFE376
(191,227,118)
#C6E687
(198,230,135)
#CDE998
(205,233,152)
#D4ECA9
(212,236,169)
#DBEFBA
(219,239,186)
#E2F2CB
(226,242,203)
#E9F5DC
(233,245,220)
#F0F8ED
(240,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADA43 color. Also use rgb(170,218,67) instead hex code.

Text Font Color

.myTextColor { color: #AADA43; }

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

This text font color is #AADA43.


Background Color

.myBgColor { background-color: #AADA43; }

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

This div background color is #AADA43.


Border color

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

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

This div border color is #AADA43.


Opacity

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

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

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

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

This text has shadow with #AADA43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADA43 on black background.


Color preview on white background

This text has color #AADA43 on white background.



Black color preview on #AADA43 background

This text has black color on #AADA43 background.


White color preview on #AADA43 background

This text has white color on #AADA43 background.