COLOR #AABF90

HEX: #AABF90
RGB: (170,191,144)

Color info

#AABF90 contains red, green and blue colors in about the same proportion. Web safe color of #AABF90 is #99CC99 (or #9C9).

RGB color model

#AABF90 color RGB value is (170,191,144).

  • red value is 170;
  • green value is 191;
  • blue value is 144.
RGB:
(170,191,144)
(67%,75%,56%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 144 of 255 = 56%

170
191
144

R + G + B ~ 66%. #AABF90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 144 = 505 (100%)
R 170 of 505 ~ 33.66%
G 191 of 505 ~ 37.82%
B 144 of 505 ~ 28.51%

%33.66
%37.82
%28.51

CMYK color model

#AABF90 color CMYK value is (11,0,25,25).

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(11,0,25,25)
C11M0Y25K25 
(11%,0%,25%,25%)
(0.11/0.00/0.25/0.25)	

CMYK percentages

%10.99
%0
%24.61
%25.1

Codes

Color #AABF90 in popluar color models

AABF90
RGB170191144
HSL87°26.86%65.69%
HSB/HSV87°24.61%74.90%
CMYK10.99%0.00%24.61%
25.10%

Color #AABF90 in popluar number systems.

HEXAABF90
Decimal170191144
Binary101010101011111110010000
Octal252277220

Shades and tints

Shades of #AABF90

#AABF90
(170,191,144)
#9BAE83
(155,174,131)
#8C9D76
(140,157,118)
#7D8C69
(125,140,105)
#6E7B5C
(110,123,92)
#5F6A4F
(95,106,79)
#505942
(80,89,66)
#414835
(65,72,53)
#323728
(50,55,40)
#23261B
(35,38,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #AABF90

#AABF90
(170,191,144)
#B1C49A
(177,196,154)
#B8C9A4
(184,201,164)
#BFCEAE
(191,206,174)
#C6D3B8
(198,211,184)
#CDD8C2
(205,216,194)
#D4DDCC
(212,221,204)
#DBE2D6
(219,226,214)
#E2E7E0
(226,231,224)
#E9ECEA
(233,236,234)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABF90 color. Also use rgb(170,191,144) instead hex code.

Text Font Color

.myTextColor { color: #AABF90; }

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

This text font color is #AABF90.


Background Color

.myBgColor { background-color: #AABF90; }

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

This div background color is #AABF90.


Border color

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

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

This div border color is #AABF90.


Opacity

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

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

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

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

This text has shadow with #AABF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABF90 on black background.


Color preview on white background

This text has color #AABF90 on white background.



Black color preview on #AABF90 background

This text has black color on #AABF90 background.


White color preview on #AABF90 background

This text has white color on #AABF90 background.