COLOR #AEF57D

HEX: #AEF57D RGB: (174,245,125)

Color info

#AEF57D contains mainly green color. Web safe color of #AEF57D is #99FF66 (or #9F6).

RGB color model

#AEF57D color RGB value is (174,245,125).

RGB: (174,245,125) (68%, 96%, 49%)

RGB channels and saturation

R 174 of 255 = 68%
G 245 of 255 = 96%
B 125 of 255 = 49%

174
245
125

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

Portions of RGB colors in percentages

R + G + B = 174 + 245 + 125 = 544 (100%)
R 174 of 544 ~ 31.99%
G 245 of 544 ~ 45.04%
B 125 of 544 ~ 22.98'%

%31.99
%45.04
%22.98

CMYK color model

#AEF57D color CMYK value is (29,0,49,4).

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 48.98%
  • key color value is 3.92%

CMYK: (29,0,49,4)
C29M0Y49K4 (29%, 0%, 49%, 4%)
(0.29 / 0.00 / 0.49 / 0.04)

CMYK percentages

%28.98
%0
%48.98
%3.92

Codes

Color #AEF57D in popluar color models

AE F5 7D
RGB 174 245 125
HSL 96° 85.71% 72.55%
HSB/HSV 96° 48.98% 96.08%
CMYK 28.98% 0.00% 48.98%
3.92%

Color #AEF57D in popluar number systems.

HEX AE F5 7D
Decimal 174 245 125
Binary 10101110 11110101 1111101
Octal 256 365 175

Shades and tints

Shades of #AEF57D

#AEF57D
(174,245,125)
#9FDF72
(159,223,114)
#90C967
(144,201,103)
#81B35C
(129,179,92)
#729D51
(114,157,81)
#638746
(99,135,70)
#54713B
(84,113,59)
#455B30
(69,91,48)
#364525
(54,69,37)
#272F1A
(39,47,26)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #AEF57D

#AEF57D
(174,245,125)
#B5F588
(181,245,136)
#BCF593
(188,245,147)
#C3F59E
(195,245,158)
#CAF5A9
(202,245,169)
#D1F5B4
(209,245,180)
#D8F5BF
(216,245,191)
#DFF5CA
(223,245,202)
#E6F5D5
(230,245,213)
#EDF5E0
(237,245,224)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEF57D color. Also use rgb(174,245,125) instead hex code.

Text Font Color

.myTextColor { color: #AEF57D; }

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

This text font color is #AEF57D.

Background Color

.myBgColor { background-color: #AEF57D; }

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

This div background color is #AEF57D.

Border color

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

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

This div border color is #AEF57D.

Opacity

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

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

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

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

This text has shadow with #AEF57D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF57D.

Preview

Color preview on black background

This text has color #AEF57D on black background.


Color preview on white background

This text has color #AEF57D on white background.


Black color preview on #AEF57D background

This text has black color on #AEF57D background.


White color preview on #AEF57D background

This text has white color on #AEF57D background.


Related colors

Complementary color

Complementary color for #hex is #510A82.


I love getcolorcode.com

Triadic colors

1 #7DAEF5 and #F57DAE with #AEF57D are triadic colors.

2 #7DF5AE and #F5AE7D with #AEF57D are triadic colors.