COLOR #AABF71

HEX: #AABF71
RGB: (170,191,113)

Color info

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

RGB color model

#AABF71 color RGB value is (170,191,113).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 113 of 255 = 44%

170
191
113

R + G + B ~ 62%. #AABF71 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 113 = 474 (100%)
R 170 of 474 ~ 35.86%
G 191 of 474 ~ 40.3%
B 113 of 474 ~ 23.84%

%35.86
%40.3
%23.84

CMYK color model

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

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 40.84%
  • key color value is 25.10%
CMYK:
(11,0,41,25)
C11M0Y41K25 
(11%,0%,41%,25%)
(0.11/0.00/0.41/0.25)	

CMYK percentages

%10.99
%0
%40.84
%25.1

Codes

Color #AABF71 in popluar color models

AABF71
RGB170191113
HSL76°37.86%59.61%
HSB/HSV76°40.84%74.90%
CMYK10.99%0.00%40.84%
25.10%

Color #AABF71 in popluar number systems.

HEXAABF71
Decimal170191113
Binary10101010101111111110001
Octal252277161

Shades and tints

Shades of #AABF71

#AABF71
(170,191,113)
#9BAE67
(155,174,103)
#8C9D5D
(140,157,93)
#7D8C53
(125,140,83)
#6E7B49
(110,123,73)
#5F6A3F
(95,106,63)
#505935
(80,89,53)
#41482B
(65,72,43)
#323721
(50,55,33)
#232617
(35,38,23)
#14150D
(20,21,13)
#000000
(0,0,0)

Tints of #AABF71

#AABF71
(170,191,113)
#B1C47D
(177,196,125)
#B8C989
(184,201,137)
#BFCE95
(191,206,149)
#C6D3A1
(198,211,161)
#CDD8AD
(205,216,173)
#D4DDB9
(212,221,185)
#DBE2C5
(219,226,197)
#E2E7D1
(226,231,209)
#E9ECDD
(233,236,221)
#F0F1E9
(240,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABF71; }

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

This text font color is #AABF71.


Background Color

.myBgColor { background-color: #AABF71; }

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

This div background color is #AABF71.


Border color

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

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

This div border color is #AABF71.


Opacity

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

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

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

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

This text has shadow with #AABF71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABF71 on black background.


Color preview on white background

This text has color #AABF71 on white background.



Black color preview on #AABF71 background

This text has black color on #AABF71 background.


White color preview on #AABF71 background

This text has white color on #AABF71 background.