COLOR #AEE4AF

HEX: #AEE4AF
RGB: (174,228,175)

Color info

#AEE4AF contains red, green and blue colors in about the same proportion. Web safe color of #AEE4AF is #99CC99 (or #9C9).

RGB color model

#AEE4AF color RGB value is (174,228,175).

  • red value is 174;
  • green value is 228;
  • blue value is 175.
RGB:
(174,228,175)
(68%,89%,69%)

RGB channels and saturation

R 174 of 255 = 68%
G 228 of 255 = 89%
B 175 of 255 = 69%

174
228
175

R + G + B ~ 75%. #AEE4AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 228 + 175 = 577 (100%)
R 174 of 577 ~ 30.16%
G 228 of 577 ~ 39.51%
B 175 of 577 ~ 30.33%

%30.16
%39.51
%30.33

CMYK color model

#AEE4AF color CMYK value is (24,0,23,11).

  • cyan value is 23.68%
  • magenta value is 0.00%
  • yellow value is 23.25%
  • key color value is 10.59%
CMYK:
(24,0,23,11)
C24M0Y23K11 
(24%,0%,23%,11%)
(0.24/0.00/0.23/0.11)	

CMYK percentages

%23.68
%0
%23.25
%10.59

Codes

Color #AEE4AF in popluar color models

AEE4AF
RGB174228175
HSL121°50.00%78.82%
HSB/HSV121°23.68%89.41%
CMYK23.68%0.00%23.25%
10.59%

Color #AEE4AF in popluar number systems.

HEXAEE4AF
Decimal174228175
Binary101011101110010010101111
Octal256344257

Shades and tints

Shades of #AEE4AF

#AEE4AF
(174,228,175)
#9FD0A0
(159,208,160)
#90BC91
(144,188,145)
#81A882
(129,168,130)
#729473
(114,148,115)
#638064
(99,128,100)
#546C55
(84,108,85)
#455846
(69,88,70)
#364437
(54,68,55)
#273028
(39,48,40)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #AEE4AF

#AEE4AF
(174,228,175)
#B5E6B6
(181,230,182)
#BCE8BD
(188,232,189)
#C3EAC4
(195,234,196)
#CAECCB
(202,236,203)
#D1EED2
(209,238,210)
#D8F0D9
(216,240,217)
#DFF2E0
(223,242,224)
#E6F4E7
(230,244,231)
#EDF6EE
(237,246,238)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEE4AF; }

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

This text font color is #AEE4AF.


Background Color

.myBgColor { background-color: #AEE4AF; }

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

This div background color is #AEE4AF.


Border color

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

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

This div border color is #AEE4AF.


Opacity

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

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

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

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

This text has shadow with #AEE4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE4AF on black background.


Color preview on white background

This text has color #AEE4AF on white background.



Black color preview on #AEE4AF background

This text has black color on #AEE4AF background.


White color preview on #AEE4AF background

This text has white color on #AEE4AF background.