COLOR #AEE84D

HEX: #AEE84D
RGB: (174,232,77)

Color info

#AEE84D contains mainly red and green colors. Web safe color of #AEE84D is #99FF33 (or #9F3).

RGB color model

#AEE84D color RGB value is (174,232,77).

  • red value is 174;
  • green value is 232;
  • blue value is 77.
RGB:
(174,232,77)
(68%,91%,30%)

RGB channels and saturation

R 174 of 255 = 68%
G 232 of 255 = 91%
B 77 of 255 = 30%

174
232
77

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

Portions of RGB colors in percentages

R + G + B =
174 + 232 + 77 = 483 (100%)
R 174 of 483 ~ 36.02%
G 232 of 483 ~ 48.03%
B 77 of 483 ~ 15.94%

%36.02
%48.03
%15.94

CMYK color model

#AEE84D color CMYK value is (25,0,67,9).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 66.81%
  • key color value is 9.02%
CMYK:
(25,0,67,9)
C25M0Y67K9 
(25%,0%,67%,9%)
(0.25/0.00/0.67/0.09)	

CMYK percentages

%25
%0
%66.81
%9.02

Codes

Color #AEE84D in popluar color models

AEE84D
RGB17423277
HSL82°77.11%60.59%
HSB/HSV82°66.81%90.98%
CMYK25.00%0.00%66.81%
9.02%

Color #AEE84D in popluar number systems.

HEXAEE84D
Decimal17423277
Binary10101110111010001001101
Octal256350115

Shades and tints

Shades of #AEE84D

#AEE84D
(174,232,77)
#9FD346
(159,211,70)
#90BE3F
(144,190,63)
#81A938
(129,169,56)
#729431
(114,148,49)
#637F2A
(99,127,42)
#546A23
(84,106,35)
#45551C
(69,85,28)
#364015
(54,64,21)
#272B0E
(39,43,14)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #AEE84D

#AEE84D
(174,232,77)
#B5EA5D
(181,234,93)
#BCEC6D
(188,236,109)
#C3EE7D
(195,238,125)
#CAF08D
(202,240,141)
#D1F29D
(209,242,157)
#D8F4AD
(216,244,173)
#DFF6BD
(223,246,189)
#E6F8CD
(230,248,205)
#EDFADD
(237,250,221)
#F4FCED
(244,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE84D color. Also use rgb(174,232,77) instead hex code.

Text Font Color

.myTextColor { color: #AEE84D; }

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

This text font color is #AEE84D.


Background Color

.myBgColor { background-color: #AEE84D; }

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

This div background color is #AEE84D.


Border color

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

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

This div border color is #AEE84D.


Opacity

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

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

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

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

This text has shadow with #AEE84D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE84D on black background.


Color preview on white background

This text has color #AEE84D on white background.



Black color preview on #AEE84D background

This text has black color on #AEE84D background.


White color preview on #AEE84D background

This text has white color on #AEE84D background.