COLOR #AEF28C

HEX: #AEF28C
RGB: (174,242,140)

Color info

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

RGB color model

#AEF28C color RGB value is (174,242,140).

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

RGB channels and saturation

R 174 of 255 = 68%
G 242 of 255 = 95%
B 140 of 255 = 55%

174
242
140

R + G + B ~ 73%. #AEF28C is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 242 + 140 = 556 (100%)
R 174 of 556 ~ 31.29%
G 242 of 556 ~ 43.53%
B 140 of 556 ~ 25.18%

%31.29
%43.53
%25.18

CMYK color model

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

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 42.15%
  • key color value is 5.10%
CMYK:
(28,0,42,5)
C28M0Y42K5 
(28%,0%,42%,5%)
(0.28/0.00/0.42/0.05)	

CMYK percentages

%28.1
%0
%42.15
%5.1

Codes

Color #AEF28C in popluar color models

AEF28C
RGB174242140
HSL100°79.69%74.90%
HSB/HSV100°42.15%94.90%
CMYK28.10%0.00%42.15%
5.10%

Color #AEF28C in popluar number systems.

HEXAEF28C
Decimal174242140
Binary101011101111001010001100
Octal256362214

Shades and tints

Shades of #AEF28C

#AEF28C
(174,242,140)
#9FDC80
(159,220,128)
#90C674
(144,198,116)
#81B068
(129,176,104)
#729A5C
(114,154,92)
#638450
(99,132,80)
#546E44
(84,110,68)
#455838
(69,88,56)
#36422C
(54,66,44)
#272C20
(39,44,32)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEF28C

#AEF28C
(174,242,140)
#B5F396
(181,243,150)
#BCF4A0
(188,244,160)
#C3F5AA
(195,245,170)
#CAF6B4
(202,246,180)
#D1F7BE
(209,247,190)
#D8F8C8
(216,248,200)
#DFF9D2
(223,249,210)
#E6FADC
(230,250,220)
#EDFBE6
(237,251,230)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF28C; }

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

This text font color is #AEF28C.


Background Color

.myBgColor { background-color: #AEF28C; }

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

This div background color is #AEF28C.


Border color

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

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

This div border color is #AEF28C.


Opacity

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

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

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

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

This text has shadow with #AEF28C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF28C on black background.


Color preview on white background

This text has color #AEF28C on white background.



Black color preview on #AEF28C background

This text has black color on #AEF28C background.


White color preview on #AEF28C background

This text has white color on #AEF28C background.