COLOR #AEF57C

HEX: #AEF57C
RGB: (174,245,124)

Color info

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

RGB color model

#AEF57C color RGB value is (174,245,124).

  • red value is 174;
  • green value is 245;
  • blue value is 124.
RGB:
(174,245,124)
(68%,96%,49%)

RGB channels and saturation

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

174
245
124

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

Portions of RGB colors in percentages

R + G + B =
174 + 245 + 124 = 543 (100%)
R 174 of 543 ~ 32.04%
G 245 of 543 ~ 45.12%
B 124 of 543 ~ 22.84%

%32.04
%45.12
%22.84

CMYK color model

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

  • cyan value is 28.98%
  • magenta value is 0.00%
  • yellow value is 49.39%
  • 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
%49.39
%3.92

Codes

Color #AEF57C in popluar color models

AEF57C
RGB174245124
HSL95°85.82%72.35%
HSB/HSV95°49.39%96.08%
CMYK28.98%0.00%49.39%
3.92%

Color #AEF57C in popluar number systems.

HEXAEF57C
Decimal174245124
Binary10101110111101011111100
Octal256365174

Shades and tints

Shades of #AEF57C

#AEF57C
(174,245,124)
#9FDF71
(159,223,113)
#90C966
(144,201,102)
#81B35B
(129,179,91)
#729D50
(114,157,80)
#638745
(99,135,69)
#54713A
(84,113,58)
#455B2F
(69,91,47)
#364524
(54,69,36)
#272F19
(39,47,25)
#18190E
(24,25,14)
#000000
(0,0,0)

Tints of #AEF57C

#AEF57C
(174,245,124)
#B5F587
(181,245,135)
#BCF592
(188,245,146)
#C3F59D
(195,245,157)
#CAF5A8
(202,245,168)
#D1F5B3
(209,245,179)
#D8F5BE
(216,245,190)
#DFF5C9
(223,245,201)
#E6F5D4
(230,245,212)
#EDF5DF
(237,245,223)
#F4F5EA
(244,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF57C; }

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

This text font color is #AEF57C.


Background Color

.myBgColor { background-color: #AEF57C; }

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

This div background color is #AEF57C.


Border color

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

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

This div border color is #AEF57C.


Opacity

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

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

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

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

This text has shadow with #AEF57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF57C on black background.


Color preview on white background

This text has color #AEF57C on white background.



Black color preview on #AEF57C background

This text has black color on #AEF57C background.


White color preview on #AEF57C background

This text has white color on #AEF57C background.