COLOR #AADB5B

HEX: #AADB5B
RGB: (170,219,91)

Color info

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

RGB color model

#AADB5B color RGB value is (170,219,91).

  • red value is 170;
  • green value is 219;
  • blue value is 91.
RGB:
(170,219,91)
(67%,86%,36%)

RGB channels and saturation

R 170 of 255 = 67%
G 219 of 255 = 86%
B 91 of 255 = 36%

170
219
91

R + G + B ~ 63%. #AADB5B is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 219 + 91 = 480 (100%)
R 170 of 480 ~ 35.42%
G 219 of 480 ~ 45.63%
B 91 of 480 ~ 18.96%

%35.42
%45.63
%18.96

CMYK color model

#AADB5B color CMYK value is (22,0,58,14).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 58.45%
  • key color value is 14.12%
CMYK:
(22,0,58,14)
C22M0Y58K14 
(22%,0%,58%,14%)
(0.22/0.00/0.58/0.14)	

CMYK percentages

%22.37
%0
%58.45
%14.12

Codes

Color #AADB5B in popluar color models

AADB5B
RGB17021991
HSL83°64.00%60.78%
HSB/HSV83°58.45%85.88%
CMYK22.37%0.00%58.45%
14.12%

Color #AADB5B in popluar number systems.

HEXAADB5B
Decimal17021991
Binary10101010110110111011011
Octal252333133

Shades and tints

Shades of #AADB5B

#AADB5B
(170,219,91)
#9BC853
(155,200,83)
#8CB54B
(140,181,75)
#7DA243
(125,162,67)
#6E8F3B
(110,143,59)
#5F7C33
(95,124,51)
#50692B
(80,105,43)
#415623
(65,86,35)
#32431B
(50,67,27)
#233013
(35,48,19)
#141D0B
(20,29,11)
#000000
(0,0,0)

Tints of #AADB5B

#AADB5B
(170,219,91)
#B1DE69
(177,222,105)
#B8E177
(184,225,119)
#BFE485
(191,228,133)
#C6E793
(198,231,147)
#CDEAA1
(205,234,161)
#D4EDAF
(212,237,175)
#DBF0BD
(219,240,189)
#E2F3CB
(226,243,203)
#E9F6D9
(233,246,217)
#F0F9E7
(240,249,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AADB5B color. Also use rgb(170,219,91) instead hex code.

Text Font Color

.myTextColor { color: #AADB5B; }

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

This text font color is #AADB5B.


Background Color

.myBgColor { background-color: #AADB5B; }

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

This div background color is #AADB5B.


Border color

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

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

This div border color is #AADB5B.


Opacity

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

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

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

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

This text has shadow with #AADB5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AADB5B on black background.


Color preview on white background

This text has color #AADB5B on white background.



Black color preview on #AADB5B background

This text has black color on #AADB5B background.


White color preview on #AADB5B background

This text has white color on #AADB5B background.