COLOR #AECC4B

HEX: #AECC4B
RGB: (174,204,75)

Color info

#AECC4B contains mainly red and green colors. Web safe color of #AECC4B is #99CC33 (or #9C3).

RGB color model

#AECC4B color RGB value is (174,204,75).

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

RGB channels and saturation

R 174 of 255 = 68%
G 204 of 255 = 80%
B 75 of 255 = 29%

174
204
75

R + G + B ~ 59%. #AECC4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 204 + 75 = 453 (100%)
R 174 of 453 ~ 38.41%
G 204 of 453 ~ 45.03%
B 75 of 453 ~ 16.56%

%38.41
%45.03
%16.56

CMYK color model

#AECC4B color CMYK value is (15,0,63,20).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 20.00%
CMYK:
(15,0,63,20)
C15M0Y63K20 
(15%,0%,63%,20%)
(0.15/0.00/0.63/0.20)	

CMYK percentages

%14.71
%0
%63.24
%20

Codes

Color #AECC4B in popluar color models

AECC4B
RGB17420475
HSL74°55.84%54.71%
HSB/HSV74°63.24%80.00%
CMYK14.71%0.00%63.24%
20.00%

Color #AECC4B in popluar number systems.

HEXAECC4B
Decimal17420475
Binary10101110110011001001011
Octal256314113

Shades and tints

Shades of #AECC4B

#AECC4B
(174,204,75)
#9FBA45
(159,186,69)
#90A83F
(144,168,63)
#819639
(129,150,57)
#728433
(114,132,51)
#63722D
(99,114,45)
#546027
(84,96,39)
#454E21
(69,78,33)
#363C1B
(54,60,27)
#272A15
(39,42,21)
#18180F
(24,24,15)
#000000
(0,0,0)

Tints of #AECC4B

#AECC4B
(174,204,75)
#B5D05B
(181,208,91)
#BCD46B
(188,212,107)
#C3D87B
(195,216,123)
#CADC8B
(202,220,139)
#D1E09B
(209,224,155)
#D8E4AB
(216,228,171)
#DFE8BB
(223,232,187)
#E6ECCB
(230,236,203)
#EDF0DB
(237,240,219)
#F4F4EB
(244,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECC4B; }

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

This text font color is #AECC4B.


Background Color

.myBgColor { background-color: #AECC4B; }

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

This div background color is #AECC4B.


Border color

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

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

This div border color is #AECC4B.


Opacity

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

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

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

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

This text has shadow with #AECC4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECC4B on black background.


Color preview on white background

This text has color #AECC4B on white background.



Black color preview on #AECC4B background

This text has black color on #AECC4B background.


White color preview on #AECC4B background

This text has white color on #AECC4B background.