COLOR #AECC6A

HEX: #AECC6A
RGB: (174,204,106)

Color info

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

RGB color model

#AECC6A color RGB value is (174,204,106).

  • red value is 174;
  • green value is 204;
  • blue value is 106.
RGB:
(174,204,106)
(68%,80%,42%)

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 106 of 255 = 42%

174
204
106

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

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 106 = 484 (100%)
R 174 of 484 ~ 35.95%
G 204 of 484 ~ 42.15%
B 106 of 484 ~ 21.9%

%35.95
%42.15
%21.9

CMYK color model

#AECC6A color CMYK value is (15,0,48,20).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 48.04%
  • key color value is 20.00%
CMYK:
(15,0,48,20)
C15M0Y48K20 
(15%,0%,48%,20%)
(0.15/0.00/0.48/0.20)	

CMYK percentages

%14.71
%0
%48.04
%20

Codes

Color #AECC6A in popluar color models

AECC6A
RGB174204106
HSL78°49.00%60.78%
HSB/HSV78°48.04%80.00%
CMYK14.71%0.00%48.04%
20.00%

Color #AECC6A in popluar number systems.

HEXAECC6A
Decimal174204106
Binary10101110110011001101010
Octal256314152

Shades and tints

Shades of #AECC6A

#AECC6A
(174,204,106)
#9FBA61
(159,186,97)
#90A858
(144,168,88)
#81964F
(129,150,79)
#728446
(114,132,70)
#63723D
(99,114,61)
#546034
(84,96,52)
#454E2B
(69,78,43)
#363C22
(54,60,34)
#272A19
(39,42,25)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AECC6A

#AECC6A
(174,204,106)
#B5D077
(181,208,119)
#BCD484
(188,212,132)
#C3D891
(195,216,145)
#CADC9E
(202,220,158)
#D1E0AB
(209,224,171)
#D8E4B8
(216,228,184)
#DFE8C5
(223,232,197)
#E6ECD2
(230,236,210)
#EDF0DF
(237,240,223)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECC6A color. Also use rgb(174,204,106) instead hex code.

Text Font Color

.myTextColor { color: #AECC6A; }

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

This text font color is #AECC6A.


Background Color

.myBgColor { background-color: #AECC6A; }

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

This div background color is #AECC6A.


Border color

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

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

This div border color is #AECC6A.


Opacity

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

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

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

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

This text has shadow with #AECC6A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECC6A on black background.


Color preview on white background

This text has color #AECC6A on white background.



Black color preview on #AECC6A background

This text has black color on #AECC6A background.


White color preview on #AECC6A background

This text has white color on #AECC6A background.