COLOR #AEC664

HEX: #AEC664 RGB: (174,198,100)

Color info

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

RGB color model

#AEC664 color RGB value is (174,198,100).

RGB: (174,198,100) (68%, 78%, 39%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 100 of 255 = 39%

174
198
100

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

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 100 = 472 (100%)
R 174 of 472 ~ 36.86%
G 198 of 472 ~ 41.95%
B 100 of 472 ~ 21.19'%

%36.86
%41.95
%21.19

CMYK color model

#AEC664 color CMYK value is (12,0,49,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 49.49%
  • key color value is 22.35%

CMYK: (12,0,49,22)
C12M0Y49K22 (12%, 0%, 49%, 22%)
(0.12 / 0.00 / 0.49 / 0.22)

CMYK percentages

%12.12
%0
%49.49
%22.35

Codes

Color #AEC664 in popluar color models

AE C6 64
RGB 174 198 100
HSL 75° 46.23% 58.43%
HSB/HSV 75° 49.49% 77.65%
CMYK 12.12% 0.00% 49.49%
22.35%

Color #AEC664 in popluar number systems.

HEX AE C6 64
Decimal 174 198 100
Binary 10101110 11000110 1100100
Octal 256 306 144

Shades and tints

Shades of #AEC664

#AEC664
(174,198,100)
#9FB45B
(159,180,91)
#90A252
(144,162,82)
#819049
(129,144,73)
#727E40
(114,126,64)
#636C37
(99,108,55)
#545A2E
(84,90,46)
#454825
(69,72,37)
#36361C
(54,54,28)
#272413
(39,36,19)
#18120A
(24,18,10)
#000000
(0,0,0)

Tints of #AEC664

#AEC664
(174,198,100)
#B5CB72
(181,203,114)
#BCD080
(188,208,128)
#C3D58E
(195,213,142)
#CADA9C
(202,218,156)
#D1DFAA
(209,223,170)
#D8E4B8
(216,228,184)
#DFE9C6
(223,233,198)
#E6EED4
(230,238,212)
#EDF3E2
(237,243,226)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC664 color. Also use rgb(174,198,100) instead hex code.

Text Font Color

.myTextColor { color: #AEC664; }

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

This text font color is #AEC664.

Background Color

.myBgColor { background-color: #AEC664; }

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

This div background color is #AEC664.

Border color

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

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

This div border color is #AEC664.

Opacity

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

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

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

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

This text has shadow with #AEC664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC664.

Preview

Color preview on black background

This text has color #AEC664 on black background.


Color preview on white background

This text has color #AEC664 on white background.


Black color preview on #AEC664 background

This text has black color on #AEC664 background.


White color preview on #AEC664 background

This text has white color on #AEC664 background.


Related colors

Complementary color

Complementary color for #hex is #51399B.


I love getcolorcode.com

Triadic colors

1 #64AEC6 and #C664AE with #AEC664 are triadic colors.

2 #64C6AE and #C6AE64 with #AEC664 are triadic colors.