COLOR #AEF68A

HEX: #AEF68A
RGB: (174,246,138)

Color info

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

RGB color model

#AEF68A color RGB value is (174,246,138).

  • red value is 174;
  • green value is 246;
  • blue value is 138.
RGB:
(174,246,138)
(68%,96%,54%)

RGB channels and saturation

R 174 of 255 = 68%
G 246 of 255 = 96%
B 138 of 255 = 54%

174
246
138

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

Portions of RGB colors in percentages

R + G + B =
174 + 246 + 138 = 558 (100%)
R 174 of 558 ~ 31.18%
G 246 of 558 ~ 44.09%
B 138 of 558 ~ 24.73%

%31.18
%44.09
%24.73

CMYK color model

#AEF68A color CMYK value is (29,0,44,4).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 43.90%
  • key color value is 3.53%
CMYK:
(29,0,44,4)
C29M0Y44K4 
(29%,0%,44%,4%)
(0.29/0.00/0.44/0.04)	

CMYK percentages

%29.27
%0
%43.9
%3.53

Codes

Color #AEF68A in popluar color models

AEF68A
RGB174246138
HSL100°85.71%75.29%
HSB/HSV100°43.90%96.47%
CMYK29.27%0.00%43.90%
3.53%

Color #AEF68A in popluar number systems.

HEXAEF68A
Decimal174246138
Binary101011101111011010001010
Octal256366212

Shades and tints

Shades of #AEF68A

#AEF68A
(174,246,138)
#9FE07E
(159,224,126)
#90CA72
(144,202,114)
#81B466
(129,180,102)
#729E5A
(114,158,90)
#63884E
(99,136,78)
#547242
(84,114,66)
#455C36
(69,92,54)
#36462A
(54,70,42)
#27301E
(39,48,30)
#181A12
(24,26,18)
#000000
(0,0,0)

Tints of #AEF68A

#AEF68A
(174,246,138)
#B5F694
(181,246,148)
#BCF69E
(188,246,158)
#C3F6A8
(195,246,168)
#CAF6B2
(202,246,178)
#D1F6BC
(209,246,188)
#D8F6C6
(216,246,198)
#DFF6D0
(223,246,208)
#E6F6DA
(230,246,218)
#EDF6E4
(237,246,228)
#F4F6EE
(244,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF68A; }

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

This text font color is #AEF68A.


Background Color

.myBgColor { background-color: #AEF68A; }

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

This div background color is #AEF68A.


Border color

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

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

This div border color is #AEF68A.


Opacity

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

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

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

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

This text has shadow with #AEF68A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF68A on black background.


Color preview on white background

This text has color #AEF68A on white background.



Black color preview on #AEF68A background

This text has black color on #AEF68A background.


White color preview on #AEF68A background

This text has white color on #AEF68A background.