COLOR #AEE428

HEX: #AEE428 RGB: (174,228,40)

Color info

#AEE428 contains mainly red and green colors. Web safe color of #AEE428 is #99CC33 (or #9C3).

RGB color model

#AEE428 color RGB value is (174,228,40).

RGB: (174,228,40) (68%, 89%, 16%)

RGB channels and saturation

R 174 of 255 = 68%
G 228 of 255 = 89%
B 40 of 255 = 16%

174
228
40

R + G + B ~ 58%. #AEE428 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 174 + 228 + 40 = 442 (100%)
R 174 of 442 ~ 39.37%
G 228 of 442 ~ 51.58%
B 40 of 442 ~ 9.05'%

%39.37
%51.58

CMYK color model

#AEE428 color CMYK value is (24,0,82,11).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 82.46%
  • key color value is 10.59%

CMYK: (24,0,82,11)
C24M0Y82K11 (24%, 0%, 82%, 11%)
(0.24 / 0.00 / 0.82 / 0.11)

CMYK percentages

%23.68
%0
%82.46
%10.59

Codes

Color #AEE428 in popluar color models

AE E4 28
RGB 174 228 40
HSL 77° 77.69% 52.55%
HSB/HSV 77° 82.46% 89.41%
CMYK 23.68% 0.00% 82.46%
10.59%

Color #AEE428 in popluar number systems.

HEX AE E4 28
Decimal 174 228 40
Binary 10101110 11100100 101000
Octal 256 344 50

Shades and tints

Shades of #AEE428

#AEE428
(174,228,40)
#9FD025
(159,208,37)
#90BC22
(144,188,34)
#81A81F
(129,168,31)
#72941C
(114,148,28)
#638019
(99,128,25)
#546C16
(84,108,22)
#455813
(69,88,19)
#364410
(54,68,16)
#27300D
(39,48,13)
#181C0A
(24,28,10)
#000000
(0,0,0)

Tints of #AEE428

#AEE428
(174,228,40)
#B5E63B
(181,230,59)
#BCE84E
(188,232,78)
#C3EA61
(195,234,97)
#CAEC74
(202,236,116)
#D1EE87
(209,238,135)
#D8F09A
(216,240,154)
#DFF2AD
(223,242,173)
#E6F4C0
(230,244,192)
#EDF6D3
(237,246,211)
#F4F8E6
(244,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE428 color. Also use rgb(174,228,40) instead hex code.

Text Font Color

.myTextColor { color: #AEE428; }

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

This text font color is #AEE428.

Background Color

.myBgColor { background-color: #AEE428; }

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

This div background color is #AEE428.

Border color

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

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

This div border color is #AEE428.

Opacity

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

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

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

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

This text has shadow with #AEE428 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE428.

Preview

Color preview on black background

This text has color #AEE428 on black background.


Color preview on white background

This text has color #AEE428 on white background.


Black color preview on #AEE428 background

This text has black color on #AEE428 background.


White color preview on #AEE428 background

This text has white color on #AEE428 background.


Related colors

Complementary color

Complementary color for #hex is #511BD7.


I love getcolorcode.com

Triadic colors

1 #28AEE4 and #E428AE with #AEE428 are triadic colors.

2 #28E4AE and #E4AE28 with #AEE428 are triadic colors.