COLOR #AAD850

HEX: #AAD850
RGB: (170,216,80)

Color info

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

RGB color model

#AAD850 color RGB value is (170,216,80).

  • red value is 170;
  • green value is 216;
  • blue value is 80.
RGB:
(170,216,80)
(67%,85%,31%)

RGB channels and saturation

R 170 of 255 = 67%
G 216 of 255 = 85%
B 80 of 255 = 31%

170
216
80

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

Portions of RGB colors in percentages

R + G + B =
170 + 216 + 80 = 466 (100%)
R 170 of 466 ~ 36.48%
G 216 of 466 ~ 46.35%
B 80 of 466 ~ 17.17%

%36.48
%46.35
%17.17

CMYK color model

#AAD850 color CMYK value is (21,0,63,15).

  • cyan value is 21.30%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 15.29%
CMYK:
(21,0,63,15)
C21M0Y63K15 
(21%,0%,63%,15%)
(0.21/0.00/0.63/0.15)	

CMYK percentages

%21.3
%0
%62.96
%15.29

Codes

Color #AAD850 in popluar color models

AAD850
RGB17021680
HSL80°63.55%58.04%
HSB/HSV80°62.96%84.71%
CMYK21.30%0.00%62.96%
15.29%

Color #AAD850 in popluar number systems.

HEXAAD850
Decimal17021680
Binary10101010110110001010000
Octal252330120

Shades and tints

Shades of #AAD850

#AAD850
(170,216,80)
#9BC549
(155,197,73)
#8CB242
(140,178,66)
#7D9F3B
(125,159,59)
#6E8C34
(110,140,52)
#5F792D
(95,121,45)
#506626
(80,102,38)
#41531F
(65,83,31)
#324018
(50,64,24)
#232D11
(35,45,17)
#141A0A
(20,26,10)
#000000
(0,0,0)

Tints of #AAD850

#AAD850
(170,216,80)
#B1DB5F
(177,219,95)
#B8DE6E
(184,222,110)
#BFE17D
(191,225,125)
#C6E48C
(198,228,140)
#CDE79B
(205,231,155)
#D4EAAA
(212,234,170)
#DBEDB9
(219,237,185)
#E2F0C8
(226,240,200)
#E9F3D7
(233,243,215)
#F0F6E6
(240,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAD850 color. Also use rgb(170,216,80) instead hex code.

Text Font Color

.myTextColor { color: #AAD850; }

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

This text font color is #AAD850.


Background Color

.myBgColor { background-color: #AAD850; }

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

This div background color is #AAD850.


Border color

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

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

This div border color is #AAD850.


Opacity

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

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

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

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

This text has shadow with #AAD850 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAD850 on black background.


Color preview on white background

This text has color #AAD850 on white background.



Black color preview on #AAD850 background

This text has black color on #AAD850 background.


White color preview on #AAD850 background

This text has white color on #AAD850 background.