COLOR #AAE794

HEX: #AAE794
RGB: (170,231,148)

Color info

#AAE794 contains mainly green color. Web safe color of #AAE794 is #99FF99 (or #9F9).

RGB color model

#AAE794 color RGB value is (170,231,148).

  • red value is 170;
  • green value is 231;
  • blue value is 148.
RGB:
(170,231,148)
(67%,91%,58%)

RGB channels and saturation

R 170 of 255 = 67%
G 231 of 255 = 91%
B 148 of 255 = 58%

170
231
148

R + G + B ~ 72%. #AAE794 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 231 + 148 = 549 (100%)
R 170 of 549 ~ 30.97%
G 231 of 549 ~ 42.08%
B 148 of 549 ~ 26.96%

%30.97
%42.08
%26.96

CMYK color model

#AAE794 color CMYK value is (26,0,36,9).

  • cyan value is 26.41%
  • magenta value is 0.00%
  • yellow value is 35.93%
  • key color value is 9.41%
CMYK:
(26,0,36,9)
C26M0Y36K9 
(26%,0%,36%,9%)
(0.26/0.00/0.36/0.09)	

CMYK percentages

%26.41
%0
%35.93
%9.41

Codes

Color #AAE794 in popluar color models

AAE794
RGB170231148
HSL104°63.36%74.31%
HSB/HSV104°35.93%90.59%
CMYK26.41%0.00%35.93%
9.41%

Color #AAE794 in popluar number systems.

HEXAAE794
Decimal170231148
Binary101010101110011110010100
Octal252347224

Shades and tints

Shades of #AAE794

#AAE794
(170,231,148)
#9BD287
(155,210,135)
#8CBD7A
(140,189,122)
#7DA86D
(125,168,109)
#6E9360
(110,147,96)
#5F7E53
(95,126,83)
#506946
(80,105,70)
#415439
(65,84,57)
#323F2C
(50,63,44)
#232A1F
(35,42,31)
#141512
(20,21,18)
#000000
(0,0,0)

Tints of #AAE794

#AAE794
(170,231,148)
#B1E99D
(177,233,157)
#B8EBA6
(184,235,166)
#BFEDAF
(191,237,175)
#C6EFB8
(198,239,184)
#CDF1C1
(205,241,193)
#D4F3CA
(212,243,202)
#DBF5D3
(219,245,211)
#E2F7DC
(226,247,220)
#E9F9E5
(233,249,229)
#F0FBEE
(240,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE794 color. Also use rgb(170,231,148) instead hex code.

Text Font Color

.myTextColor { color: #AAE794; }

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

This text font color is #AAE794.


Background Color

.myBgColor { background-color: #AAE794; }

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

This div background color is #AAE794.


Border color

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

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

This div border color is #AAE794.


Opacity

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

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

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

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

This text has shadow with #AAE794 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE794 on black background.


Color preview on white background

This text has color #AAE794 on white background.



Black color preview on #AAE794 background

This text has black color on #AAE794 background.


White color preview on #AAE794 background

This text has white color on #AAE794 background.