COLOR #AAE26C

HEX: #AAE26C
RGB: (170,226,108)

Color info

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

RGB color model

#AAE26C color RGB value is (170,226,108).

  • red value is 170;
  • green value is 226;
  • blue value is 108.
RGB:
(170,226,108)
(67%,89%,42%)

RGB channels and saturation

R 170 of 255 = 67%
G 226 of 255 = 89%
B 108 of 255 = 42%

170
226
108

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

Portions of RGB colors in percentages

R + G + B =
170 + 226 + 108 = 504 (100%)
R 170 of 504 ~ 33.73%
G 226 of 504 ~ 44.84%
B 108 of 504 ~ 21.43%

%33.73
%44.84
%21.43

CMYK color model

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

  • cyan value is 24.78%
  • magenta value is 0.00%
  • yellow value is 52.21%
  • key color value is 11.37%
CMYK:
(25,0,52,11)
C25M0Y52K11 
(25%,0%,52%,11%)
(0.25/0.00/0.52/0.11)	

CMYK percentages

%24.78
%0
%52.21
%11.37

Codes

Color #AAE26C in popluar color models

AAE26C
RGB170226108
HSL88°67.05%65.49%
HSB/HSV88°52.21%88.63%
CMYK24.78%0.00%52.21%
11.37%

Color #AAE26C in popluar number systems.

HEXAAE26C
Decimal170226108
Binary10101010111000101101100
Octal252342154

Shades and tints

Shades of #AAE26C

#AAE26C
(170,226,108)
#9BCE63
(155,206,99)
#8CBA5A
(140,186,90)
#7DA651
(125,166,81)
#6E9248
(110,146,72)
#5F7E3F
(95,126,63)
#506A36
(80,106,54)
#41562D
(65,86,45)
#324224
(50,66,36)
#232E1B
(35,46,27)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #AAE26C

#AAE26C
(170,226,108)
#B1E479
(177,228,121)
#B8E686
(184,230,134)
#BFE893
(191,232,147)
#C6EAA0
(198,234,160)
#CDECAD
(205,236,173)
#D4EEBA
(212,238,186)
#DBF0C7
(219,240,199)
#E2F2D4
(226,242,212)
#E9F4E1
(233,244,225)
#F0F6EE
(240,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE26C color. Also use rgb(170,226,108) instead hex code.

Text Font Color

.myTextColor { color: #AAE26C; }

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

This text font color is #AAE26C.


Background Color

.myBgColor { background-color: #AAE26C; }

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

This div background color is #AAE26C.


Border color

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

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

This div border color is #AAE26C.


Opacity

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

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

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

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

This text has shadow with #AAE26C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE26C on black background.


Color preview on white background

This text has color #AAE26C on white background.



Black color preview on #AAE26C background

This text has black color on #AAE26C background.


White color preview on #AAE26C background

This text has white color on #AAE26C background.