COLOR #AEF1AE

HEX: #AEF1AE
RGB: (174,241,174)

Color info

#AEF1AE contains mainly green color. Web safe color of #AEF1AE is #99FF99 (or #9F9).

RGB color model

#AEF1AE color RGB value is (174,241,174).

  • red value is 174;
  • green value is 241;
  • blue value is 174.
RGB:
(174,241,174)
(68%,95%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 241 of 255 = 95%
B 174 of 255 = 68%

174
241
174

R + G + B ~ 77%. #AEF1AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 241 + 174 = 589 (100%)
R 174 of 589 ~ 29.54%
G 241 of 589 ~ 40.92%
B 174 of 589 ~ 29.54%

%29.54
%40.92
%29.54

CMYK color model

#AEF1AE color CMYK value is (28,0,28,5).

  • cyan value is 27.80%
  • magenta value is 0.00%
  • yellow value is 27.80%
  • key color value is 5.49%
CMYK:
(28,0,28,5)
C28M0Y28K5 
(28%,0%,28%,5%)
(0.28/0.00/0.28/0.05)	

CMYK percentages

%27.8
%0
%27.8
%5.49

Codes

Color #AEF1AE in popluar color models

AEF1AE
RGB174241174
HSL120°70.53%81.37%
HSB/HSV120°27.80%94.51%
CMYK27.80%0.00%27.80%
5.49%

Color #AEF1AE in popluar number systems.

HEXAEF1AE
Decimal174241174
Binary101011101111000110101110
Octal256361256

Shades and tints

Shades of #AEF1AE

#AEF1AE
(174,241,174)
#9FDC9F
(159,220,159)
#90C790
(144,199,144)
#81B281
(129,178,129)
#729D72
(114,157,114)
#638863
(99,136,99)
#547354
(84,115,84)
#455E45
(69,94,69)
#364936
(54,73,54)
#273427
(39,52,39)
#181F18
(24,31,24)
#000000
(0,0,0)

Tints of #AEF1AE

#AEF1AE
(174,241,174)
#B5F2B5
(181,242,181)
#BCF3BC
(188,243,188)
#C3F4C3
(195,244,195)
#CAF5CA
(202,245,202)
#D1F6D1
(209,246,209)
#D8F7D8
(216,247,216)
#DFF8DF
(223,248,223)
#E6F9E6
(230,249,230)
#EDFAED
(237,250,237)
#F4FBF4
(244,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF1AE; }

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

This text font color is #AEF1AE.


Background Color

.myBgColor { background-color: #AEF1AE; }

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

This div background color is #AEF1AE.


Border color

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

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

This div border color is #AEF1AE.


Opacity

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

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

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

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

This text has shadow with #AEF1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF1AE on black background.


Color preview on white background

This text has color #AEF1AE on white background.



Black color preview on #AEF1AE background

This text has black color on #AEF1AE background.


White color preview on #AEF1AE background

This text has white color on #AEF1AE background.