COLOR #AEC86E

HEX: #AEC86E
RGB: (174,200,110)

Color info

#AEC86E contains mainly red and green colors. Web safe color of #AEC86E is #99CC66 (or #9C6).

RGB color model

#AEC86E color RGB value is (174,200,110).

  • red value is 174;
  • green value is 200;
  • blue value is 110.
RGB:
(174,200,110)
(68%,78%,43%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 110 of 255 = 43%

174
200
110

R + G + B ~ 63%. #AEC86E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 110 = 484 (100%)
R 174 of 484 ~ 35.95%
G 200 of 484 ~ 41.32%
B 110 of 484 ~ 22.73%

%35.95
%41.32
%22.73

CMYK color model

#AEC86E color CMYK value is (13,0,45,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 45.00%
  • key color value is 21.57%
CMYK:
(13,0,45,22)
C13M0Y45K22 
(13%,0%,45%,22%)
(0.13/0.00/0.45/0.22)	

CMYK percentages

%13
%0
%45
%21.57

Codes

Color #AEC86E in popluar color models

AEC86E
RGB174200110
HSL77°45.00%60.78%
HSB/HSV77°45.00%78.43%
CMYK13.00%0.00%45.00%
21.57%

Color #AEC86E in popluar number systems.

HEXAEC86E
Decimal174200110
Binary10101110110010001101110
Octal256310156

Shades and tints

Shades of #AEC86E

#AEC86E
(174,200,110)
#9FB664
(159,182,100)
#90A45A
(144,164,90)
#819250
(129,146,80)
#728046
(114,128,70)
#636E3C
(99,110,60)
#545C32
(84,92,50)
#454A28
(69,74,40)
#36381E
(54,56,30)
#272614
(39,38,20)
#18140A
(24,20,10)
#000000
(0,0,0)

Tints of #AEC86E

#AEC86E
(174,200,110)
#B5CD7B
(181,205,123)
#BCD288
(188,210,136)
#C3D795
(195,215,149)
#CADCA2
(202,220,162)
#D1E1AF
(209,225,175)
#D8E6BC
(216,230,188)
#DFEBC9
(223,235,201)
#E6F0D6
(230,240,214)
#EDF5E3
(237,245,227)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC86E color. Also use rgb(174,200,110) instead hex code.

Text Font Color

.myTextColor { color: #AEC86E; }

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

This text font color is #AEC86E.


Background Color

.myBgColor { background-color: #AEC86E; }

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

This div background color is #AEC86E.


Border color

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

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

This div border color is #AEC86E.


Opacity

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

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

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

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

This text has shadow with #AEC86E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC86E on black background.


Color preview on white background

This text has color #AEC86E on white background.



Black color preview on #AEC86E background

This text has black color on #AEC86E background.


White color preview on #AEC86E background

This text has white color on #AEC86E background.