COLOR #AAE058

HEX: #AAE058 RGB: (170,224,88)

Color info

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

RGB color model

#AAE058 color RGB value is (170,224,88).

RGB: (170,224,88) (67%, 88%, 35%)

RGB channels and saturation

R 170 of 255 = 67%
G 224 of 255 = 88%
B 88 of 255 = 35%

170
224
88

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

Portions of RGB colors in percentages

R + G + B = 170 + 224 + 88 = 482 (100%)
R 170 of 482 ~ 35.27%
G 224 of 482 ~ 46.47%
B 88 of 482 ~ 18.26'%

%35.27
%46.47
%18.26

CMYK color model

#AAE058 color CMYK value is (24,0,61,12).

  • cyan value is 24.11%
  • magenta value is 0.00%
  • yellow value is 60.71%
  • key color value is 12.16%

CMYK: (24,0,61,12)
C24M0Y61K12 (24%, 0%, 61%, 12%)
(0.24 / 0.00 / 0.61 / 0.12)

CMYK percentages

%24.11
%0
%60.71
%12.16

Codes

Color #AAE058 in popluar color models

AA E0 58
RGB 170 224 88
HSL 84° 68.69% 61.18%
HSB/HSV 84° 60.71% 87.84%
CMYK 24.11% 0.00% 60.71%
12.16%

Color #AAE058 in popluar number systems.

HEX AA E0 58
Decimal 170 224 88
Binary 10101010 11100000 1011000
Octal 252 340 130

Shades and tints

Shades of #AAE058

#AAE058
(170,224,88)
#9BCC50
(155,204,80)
#8CB848
(140,184,72)
#7DA440
(125,164,64)
#6E9038
(110,144,56)
#5F7C30
(95,124,48)
#506828
(80,104,40)
#415420
(65,84,32)
#324018
(50,64,24)
#232C10
(35,44,16)
#141808
(20,24,8)
#000000
(0,0,0)

Tints of #AAE058

#AAE058
(170,224,88)
#B1E267
(177,226,103)
#B8E476
(184,228,118)
#BFE685
(191,230,133)
#C6E894
(198,232,148)
#CDEAA3
(205,234,163)
#D4ECB2
(212,236,178)
#DBEEC1
(219,238,193)
#E2F0D0
(226,240,208)
#E9F2DF
(233,242,223)
#F0F4EE
(240,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE058 color. Also use rgb(170,224,88) instead hex code.

Text Font Color

.myTextColor { color: #AAE058; }

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

This text font color is #AAE058.

Background Color

.myBgColor { background-color: #AAE058; }

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

This div background color is #AAE058.

Border color

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

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

This div border color is #AAE058.

Opacity

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

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

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

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

This text has shadow with #AAE058 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAE058.

Preview

Color preview on black background

This text has color #AAE058 on black background.


Color preview on white background

This text has color #AAE058 on white background.


Black color preview on #AAE058 background

This text has black color on #AAE058 background.


White color preview on #AAE058 background

This text has white color on #AAE058 background.


Related colors

Complementary color

Complementary color for #hex is #551FA7.


I love getcolorcode.com

Triadic colors

1 #58AAE0 and #E058AA with #AAE058 are triadic colors.

2 #58E0AA and #E0AA58 with #AAE058 are triadic colors.