COLOR #AABF7A

HEX: #AABF7A RGB: (170,191,122)

Color info

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

RGB color model

#AABF7A color RGB value is (170,191,122).

RGB: (170,191,122) (67%, 75%, 48%)

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 122 of 255 = 48%

170
191
122

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

Portions of RGB colors in percentages

R + G + B = 170 + 191 + 122 = 483 (100%)
R 170 of 483 ~ 35.2%
G 191 of 483 ~ 39.54%
B 122 of 483 ~ 25.26'%

%35.2
%39.54
%25.26

CMYK color model

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

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 36.13%
  • key color value is 25.10%
CMYK: (11,0,36,25) C11M0Y36K25 (11%,0%,36%,25%) (0.11/0.00/0.36/0.25) 

CMYK percentages

%10.99
%0
%36.13
%25.1

Codes

Color #AABF7A in popluar color models

AA BF 7A
RGB 170 191 122
HSL 78° 35.03% 61.37%
HSB/HSV 78° 36.13% 74.90%
CMYK 10.99% 0.00% 36.13%
25.10%

Color #AABF7A in popluar number systems.

HEX AA BF 7A
Decimal 170 191 122
Binary 10101010 10111111 1111010
Octal 252 277 172

Shades and tints

Shades of #AABF7A

#AABF7A
(170,191,122)
#9BAE6F
(155,174,111)
#8C9D64
(140,157,100)
#7D8C59
(125,140,89)
#6E7B4E
(110,123,78)
#5F6A43
(95,106,67)
#505938
(80,89,56)
#41482D
(65,72,45)
#323722
(50,55,34)
#232617
(35,38,23)
#14150C
(20,21,12)
#000000
(0,0,0)

Tints of #AABF7A

#AABF7A
(170,191,122)
#B1C486
(177,196,134)
#B8C992
(184,201,146)
#BFCE9E
(191,206,158)
#C6D3AA
(198,211,170)
#CDD8B6
(205,216,182)
#D4DDC2
(212,221,194)
#DBE2CE
(219,226,206)
#E2E7DA
(226,231,218)
#E9ECE6
(233,236,230)
#F0F1F2
(240,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABF7A; }

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

This text font color is #AABF7A.

Background Color

.myBgColor { background-color: #AABF7A; }

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

This div background color is #AABF7A.

Border color

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

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

This div border color is #AABF7A.

Opacity

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

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

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

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

This text has shadow with #AABF7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AABF7A.

Preview

Color preview on black background

This text has color #AABF7A on black background.


Color preview on white background

This text has color #AABF7A on white background.


Black color preview on #AABF7A background

This text has black color on #AABF7A background.


White color preview on #AABF7A background

This text has white color on #AABF7A background.


Related colors

Complementary color

Complementary color for #hex is #554085.


I love getcolorcode.com

Triadic colors

1 #7AAABF and #BF7AAA with #AABF7A are triadic colors.

2 #7ABFAA and #BFAA7A with #AABF7A are triadic colors.