COLOR #AEC867

HEX: #AEC867 RGB: (174,200,103)

Color info

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

RGB color model

#AEC867 color RGB value is (174,200,103).

RGB: (174,200,103) (68%, 78%, 40%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 103 of 255 = 40%

174
200
103

R + G + B ~ 62%. #AEC867 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 200 + 103 = 477 (100%)
R 174 of 477 ~ 36.48%
G 200 of 477 ~ 41.93%
B 103 of 477 ~ 21.59'%

%36.48
%41.93
%21.59

CMYK color model

#AEC867 color CMYK value is (13,0,49,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 48.50%
  • key color value is 21.57%

CMYK: (13,0,49,22)
C13M0Y49K22 (13%, 0%, 49%, 22%)
(0.13 / 0.00 / 0.49 / 0.22)

CMYK percentages

%13
%0
%48.5
%21.57

Codes

Color #AEC867 in popluar color models

AE C8 67
RGB 174 200 103
HSL 76° 46.86% 59.41%
HSB/HSV 76° 48.50% 78.43%
CMYK 13.00% 0.00% 48.50%
21.57%

Color #AEC867 in popluar number systems.

HEX AE C8 67
Decimal 174 200 103
Binary 10101110 11001000 1100111
Octal 256 310 147

Shades and tints

Shades of #AEC867

#AEC867
(174,200,103)
#9FB65E
(159,182,94)
#90A455
(144,164,85)
#81924C
(129,146,76)
#728043
(114,128,67)
#636E3A
(99,110,58)
#545C31
(84,92,49)
#454A28
(69,74,40)
#36381F
(54,56,31)
#272616
(39,38,22)
#18140D
(24,20,13)
#000000
(0,0,0)

Tints of #AEC867

#AEC867
(174,200,103)
#B5CD74
(181,205,116)
#BCD281
(188,210,129)
#C3D78E
(195,215,142)
#CADC9B
(202,220,155)
#D1E1A8
(209,225,168)
#D8E6B5
(216,230,181)
#DFEBC2
(223,235,194)
#E6F0CF
(230,240,207)
#EDF5DC
(237,245,220)
#F4FAE9
(244,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC867; }

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

This text font color is #AEC867.

Background Color

.myBgColor { background-color: #AEC867; }

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

This div background color is #AEC867.

Border color

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

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

This div border color is #AEC867.

Opacity

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

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

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

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

This text has shadow with #AEC867 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC867.

Preview

Color preview on black background

This text has color #AEC867 on black background.


Color preview on white background

This text has color #AEC867 on white background.


Black color preview on #AEC867 background

This text has black color on #AEC867 background.


White color preview on #AEC867 background

This text has white color on #AEC867 background.


Related colors

Complementary color

Complementary color for #hex is #513798.


I love getcolorcode.com

Triadic colors

1 #67AEC8 and #C867AE with #AEC867 are triadic colors.

2 #67C8AE and #C8AE67 with #AEC867 are triadic colors.