COLOR #AABF61

HEX: #AABF61
RGB: (170,191,97)

Color info

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

RGB color model

#AABF61 color RGB value is (170,191,97).

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

RGB channels and saturation

R 170 of 255 = 67%
G 191 of 255 = 75%
B 97 of 255 = 38%

170
191
97

R + G + B ~ 60%. #AABF61 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
170 + 191 + 97 = 458 (100%)
R 170 of 458 ~ 37.12%
G 191 of 458 ~ 41.7%
B 97 of 458 ~ 21.18%

%37.12
%41.7
%21.18

CMYK color model

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

  • cyan value is 10.99%
  • magenta value is 0.00%
  • yellow value is 49.21%
  • key color value is 25.10%
CMYK:
(11,0,49,25)
C11M0Y49K25 
(11%,0%,49%,25%)
(0.11/0.00/0.49/0.25)	

CMYK percentages

%10.99
%0
%49.21
%25.1

Codes

Color #AABF61 in popluar color models

AABF61
RGB17019197
HSL73°42.34%56.47%
HSB/HSV73°49.21%74.90%
CMYK10.99%0.00%49.21%
25.10%

Color #AABF61 in popluar number systems.

HEXAABF61
Decimal17019197
Binary10101010101111111100001
Octal252277141

Shades and tints

Shades of #AABF61

#AABF61
(170,191,97)
#9BAE59
(155,174,89)
#8C9D51
(140,157,81)
#7D8C49
(125,140,73)
#6E7B41
(110,123,65)
#5F6A39
(95,106,57)
#505931
(80,89,49)
#414829
(65,72,41)
#323721
(50,55,33)
#232619
(35,38,25)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #AABF61

#AABF61
(170,191,97)
#B1C46F
(177,196,111)
#B8C97D
(184,201,125)
#BFCE8B
(191,206,139)
#C6D399
(198,211,153)
#CDD8A7
(205,216,167)
#D4DDB5
(212,221,181)
#DBE2C3
(219,226,195)
#E2E7D1
(226,231,209)
#E9ECDF
(233,236,223)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AABF61; }

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

This text font color is #AABF61.


Background Color

.myBgColor { background-color: #AABF61; }

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

This div background color is #AABF61.


Border color

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

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

This div border color is #AABF61.


Opacity

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

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

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

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

This text has shadow with #AABF61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABF61 on black background.


Color preview on white background

This text has color #AABF61 on white background.



Black color preview on #AABF61 background

This text has black color on #AABF61 background.


White color preview on #AABF61 background

This text has white color on #AABF61 background.