COLOR #AEF271

HEX: #AEF271
RGB: (174,242,113)

Color info

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

RGB color model

#AEF271 color RGB value is (174,242,113).

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

RGB channels and saturation

R 174 of 255 = 68%
G 242 of 255 = 95%
B 113 of 255 = 44%

174
242
113

R + G + B ~ 69%. #AEF271 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 242 + 113 = 529 (100%)
R 174 of 529 ~ 32.89%
G 242 of 529 ~ 45.75%
B 113 of 529 ~ 21.36%

%32.89
%45.75
%21.36

CMYK color model

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

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 53.31%
  • key color value is 5.10%
CMYK:
(28,0,53,5)
C28M0Y53K5 
(28%,0%,53%,5%)
(0.28/0.00/0.53/0.05)	

CMYK percentages

%28.1
%0
%53.31
%5.1

Codes

Color #AEF271 in popluar color models

AEF271
RGB174242113
HSL92°83.23%69.61%
HSB/HSV92°53.31%94.90%
CMYK28.10%0.00%53.31%
5.10%

Color #AEF271 in popluar number systems.

HEXAEF271
Decimal174242113
Binary10101110111100101110001
Octal256362161

Shades and tints

Shades of #AEF271

#AEF271
(174,242,113)
#9FDC67
(159,220,103)
#90C65D
(144,198,93)
#81B053
(129,176,83)
#729A49
(114,154,73)
#63843F
(99,132,63)
#546E35
(84,110,53)
#45582B
(69,88,43)
#364221
(54,66,33)
#272C17
(39,44,23)
#18160D
(24,22,13)
#000000
(0,0,0)

Tints of #AEF271

#AEF271
(174,242,113)
#B5F37D
(181,243,125)
#BCF489
(188,244,137)
#C3F595
(195,245,149)
#CAF6A1
(202,246,161)
#D1F7AD
(209,247,173)
#D8F8B9
(216,248,185)
#DFF9C5
(223,249,197)
#E6FAD1
(230,250,209)
#EDFBDD
(237,251,221)
#F4FCE9
(244,252,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF271; }

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

This text font color is #AEF271.


Background Color

.myBgColor { background-color: #AEF271; }

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

This div background color is #AEF271.


Border color

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

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

This div border color is #AEF271.


Opacity

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

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

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

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

This text has shadow with #AEF271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF271 on black background.


Color preview on white background

This text has color #AEF271 on white background.



Black color preview on #AEF271 background

This text has black color on #AEF271 background.


White color preview on #AEF271 background

This text has white color on #AEF271 background.