COLOR #AEF679

HEX: #AEF679
RGB: (174,246,121)

Color info

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

RGB color model

#AEF679 color RGB value is (174,246,121).

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

RGB channels and saturation

R 174 of 255 = 68%
G 246 of 255 = 96%
B 121 of 255 = 47%

174
246
121

R + G + B ~ 70%. #AEF679 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 246 + 121 = 541 (100%)
R 174 of 541 ~ 32.16%
G 246 of 541 ~ 45.47%
B 121 of 541 ~ 22.37%

%32.16
%45.47
%22.37

CMYK color model

#AEF679 color CMYK value is (29,0,51,4).

  • cyan value is 29.27%
  • magenta value is 0.00%
  • yellow value is 50.81%
  • key color value is 3.53%
CMYK:
(29,0,51,4)
C29M0Y51K4 
(29%,0%,51%,4%)
(0.29/0.00/0.51/0.04)	

CMYK percentages

%29.27
%0
%50.81
%3.53

Codes

Color #AEF679 in popluar color models

AEF679
RGB174246121
HSL95°87.41%71.96%
HSB/HSV95°50.81%96.47%
CMYK29.27%0.00%50.81%
3.53%

Color #AEF679 in popluar number systems.

HEXAEF679
Decimal174246121
Binary10101110111101101111001
Octal256366171

Shades and tints

Shades of #AEF679

#AEF679
(174,246,121)
#9FE06E
(159,224,110)
#90CA63
(144,202,99)
#81B458
(129,180,88)
#729E4D
(114,158,77)
#638842
(99,136,66)
#547237
(84,114,55)
#455C2C
(69,92,44)
#364621
(54,70,33)
#273016
(39,48,22)
#181A0B
(24,26,11)
#000000
(0,0,0)

Tints of #AEF679

#AEF679
(174,246,121)
#B5F685
(181,246,133)
#BCF691
(188,246,145)
#C3F69D
(195,246,157)
#CAF6A9
(202,246,169)
#D1F6B5
(209,246,181)
#D8F6C1
(216,246,193)
#DFF6CD
(223,246,205)
#E6F6D9
(230,246,217)
#EDF6E5
(237,246,229)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF679; }

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

This text font color is #AEF679.


Background Color

.myBgColor { background-color: #AEF679; }

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

This div background color is #AEF679.


Border color

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

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

This div border color is #AEF679.


Opacity

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

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

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

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

This text has shadow with #AEF679 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEF679 on black background.


Color preview on white background

This text has color #AEF679 on white background.



Black color preview on #AEF679 background

This text has black color on #AEF679 background.


White color preview on #AEF679 background

This text has white color on #AEF679 background.