COLOR #AEE68F

HEX: #AEE68F RGB: (174,230,143)

Color info

#AEE68F contains mainly red and green colors. Web safe color of #AEE68F is #99CC99 (or #9C9).

RGB color model

#AEE68F color RGB value is (174,230,143).

RGB: (174,230,143) (68%, 90%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 143 of 255 = 56%

174
230
143

R + G + B ~ 71%. #AEE68F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 230 + 143 = 547 (100%)
R 174 of 547 ~ 31.81%
G 230 of 547 ~ 42.05%
B 143 of 547 ~ 26.14'%

%31.81
%42.05
%26.14

CMYK color model

#AEE68F color CMYK value is (24,0,38,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 37.83%
  • key color value is 9.80%

CMYK: (24,0,38,10)
C24M0Y38K10 (24%, 0%, 38%, 10%)
(0.24 / 0.00 / 0.38 / 0.10)

CMYK percentages

%24.35
%0
%37.83
%9.8

Codes

Color #AEE68F in popluar color models

AE E6 8F
RGB 174 230 143
HSL 99° 63.50% 73.14%
HSB/HSV 99° 37.83% 90.20%
CMYK 24.35% 0.00% 37.83%
9.80%

Color #AEE68F in popluar number systems.

HEX AE E6 8F
Decimal 174 230 143
Binary 10101110 11100110 10001111
Octal 256 346 217

Shades and tints

Shades of #AEE68F

#AEE68F
(174,230,143)
#9FD282
(159,210,130)
#90BE75
(144,190,117)
#81AA68
(129,170,104)
#72965B
(114,150,91)
#63824E
(99,130,78)
#546E41
(84,110,65)
#455A34
(69,90,52)
#364627
(54,70,39)
#27321A
(39,50,26)
#181E0D
(24,30,13)
#000000
(0,0,0)

Tints of #AEE68F

#AEE68F
(174,230,143)
#B5E899
(181,232,153)
#BCEAA3
(188,234,163)
#C3ECAD
(195,236,173)
#CAEEB7
(202,238,183)
#D1F0C1
(209,240,193)
#D8F2CB
(216,242,203)
#DFF4D5
(223,244,213)
#E6F6DF
(230,246,223)
#EDF8E9
(237,248,233)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE68F color. Also use rgb(174,230,143) instead hex code.

Text Font Color

.myTextColor { color: #AEE68F; }

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

This text font color is #AEE68F.

Background Color

.myBgColor { background-color: #AEE68F; }

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

This div background color is #AEE68F.

Border color

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

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

This div border color is #AEE68F.

Opacity

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

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

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

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

This text has shadow with #AEE68F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE68F.

Preview

Color preview on black background

This text has color #AEE68F on black background.


Color preview on white background

This text has color #AEE68F on white background.


Black color preview on #AEE68F background

This text has black color on #AEE68F background.


White color preview on #AEE68F background

This text has white color on #AEE68F background.


Related colors

Complementary color

Complementary color for #hex is #511970.


I love getcolorcode.com

Triadic colors

1 #8FAEE6 and #E68FAE with #AEE68F are triadic colors.

2 #8FE6AE and #E6AE8F with #AEE68F are triadic colors.