COLOR #AEF681

HEX: #AEF681
RGB: (174,246,129)

Color info

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

RGB color model

#AEF681 color RGB value is (174,246,129).

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

RGB channels and saturation

R 174 of 255 = 68%
G 246 of 255 = 96%
B 129 of 255 = 51%

174
246
129

R + G + B ~ 72%. #AEF681 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 246 + 129 = 549 (100%)
R 174 of 549 ~ 31.69%
G 246 of 549 ~ 44.81%
B 129 of 549 ~ 23.5%

%31.69
%44.81
%23.5

CMYK color model

#AEF681 color CMYK value is (29,0,48,4).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 47.56%
  • key color value is 3.53%
CMYK:
(29,0,48,4)
C29M0Y48K4 
(29%,0%,48%,4%)
(0.29/0.00/0.48/0.04)	

CMYK percentages

%29.27
%0
%47.56
%3.53

Codes

Color #AEF681 in popluar color models

AEF681
RGB174246129
HSL97°86.67%73.53%
HSB/HSV97°47.56%96.47%
CMYK29.27%0.00%47.56%
3.53%

Color #AEF681 in popluar number systems.

HEXAEF681
Decimal174246129
Binary101011101111011010000001
Octal256366201

Shades and tints

Shades of #AEF681

#AEF681
(174,246,129)
#9FE076
(159,224,118)
#90CA6B
(144,202,107)
#81B460
(129,180,96)
#729E55
(114,158,85)
#63884A
(99,136,74)
#54723F
(84,114,63)
#455C34
(69,92,52)
#364629
(54,70,41)
#27301E
(39,48,30)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #AEF681

#AEF681
(174,246,129)
#B5F68C
(181,246,140)
#BCF697
(188,246,151)
#C3F6A2
(195,246,162)
#CAF6AD
(202,246,173)
#D1F6B8
(209,246,184)
#D8F6C3
(216,246,195)
#DFF6CE
(223,246,206)
#E6F6D9
(230,246,217)
#EDF6E4
(237,246,228)
#F4F6EF
(244,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF681; }

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

This text font color is #AEF681.


Background Color

.myBgColor { background-color: #AEF681; }

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

This div background color is #AEF681.


Border color

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

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

This div border color is #AEF681.


Opacity

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

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

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

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

This text has shadow with #AEF681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF681 on black background.


Color preview on white background

This text has color #AEF681 on white background.



Black color preview on #AEF681 background

This text has black color on #AEF681 background.


White color preview on #AEF681 background

This text has white color on #AEF681 background.