COLOR #AAE192

HEX: #AAE192 RGB: (170,225,146)

Color info

#AAE192 contains mainly red and green colors. Web safe color of #AAE192 is #99CC99 (or #9C9).

RGB color model

#AAE192 color RGB value is (170,225,146).

RGB: (170,225,146) (67%, 88%, 57%)

RGB channels and saturation

R 170 of 255 = 67%
G 225 of 255 = 88%
B 146 of 255 = 57%

170
225
146

R + G + B ~ 71%. #AAE192 is quite light color.

Portions of RGB colors in percentages

R + G + B = 170 + 225 + 146 = 541 (100%)
R 170 of 541 ~ 31.42%
G 225 of 541 ~ 41.59%
B 146 of 541 ~ 26.99'%

%31.42
%41.59
%26.99

CMYK color model

#AAE192 color CMYK value is (24,0,35,12).

  • cyan value is 24.44%
  • magenta value is 0.00%
  • yellow value is 35.11%
  • key color value is 11.76%

CMYK: (24,0,35,12)
C24M0Y35K12 (24%, 0%, 35%, 12%)
(0.24 / 0.00 / 0.35 / 0.12)

CMYK percentages

%24.44
%0
%35.11
%11.76

Codes

Color #AAE192 in popluar color models

AA E1 92
RGB 170 225 146
HSL 102° 56.83% 72.75%
HSB/HSV 102° 35.11% 88.24%
CMYK 24.44% 0.00% 35.11%
11.76%

Color #AAE192 in popluar number systems.

HEX AA E1 92
Decimal 170 225 146
Binary 10101010 11100001 10010010
Octal 252 341 222

Shades and tints

Shades of #AAE192

#AAE192
(170,225,146)
#9BCD85
(155,205,133)
#8CB978
(140,185,120)
#7DA56B
(125,165,107)
#6E915E
(110,145,94)
#5F7D51
(95,125,81)
#506944
(80,105,68)
#415537
(65,85,55)
#32412A
(50,65,42)
#232D1D
(35,45,29)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #AAE192

#AAE192
(170,225,146)
#B1E39B
(177,227,155)
#B8E5A4
(184,229,164)
#BFE7AD
(191,231,173)
#C6E9B6
(198,233,182)
#CDEBBF
(205,235,191)
#D4EDC8
(212,237,200)
#DBEFD1
(219,239,209)
#E2F1DA
(226,241,218)
#E9F3E3
(233,243,227)
#F0F5EC
(240,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE192 color. Also use rgb(170,225,146) instead hex code.

Text Font Color

.myTextColor { color: #AAE192; }

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

This text font color is #AAE192.

Background Color

.myBgColor { background-color: #AAE192; }

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

This div background color is #AAE192.

Border color

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

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

This div border color is #AAE192.

Opacity

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

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

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

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

This text has shadow with #AAE192 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE192.

Preview

Color preview on black background

This text has color #AAE192 on black background.


Color preview on white background

This text has color #AAE192 on white background.


Black color preview on #AAE192 background

This text has black color on #AAE192 background.


White color preview on #AAE192 background

This text has white color on #AAE192 background.


Related colors

Complementary color

Complementary color for #hex is #551E6D.


I love getcolorcode.com

Triadic colors

1 #92AAE1 and #E192AA with #AAE192 are triadic colors.

2 #92E1AA and #E1AA92 with #AAE192 are triadic colors.