COLOR #AEC53D

HEX: #AEC53D
RGB: (174,197,61)

Color info

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

RGB color model

#AEC53D color RGB value is (174,197,61).

  • red value is 174;
  • green value is 197;
  • blue value is 61.
RGB:
(174,197,61)
(68%,77%,24%)

RGB channels and saturation

R 174 of 255 = 68%
G 197 of 255 = 77%
B 61 of 255 = 24%

174
197
61

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

Portions of RGB colors in percentages

R + G + B =
174 + 197 + 61 = 432 (100%)
R 174 of 432 ~ 40.28%
G 197 of 432 ~ 45.6%
B 61 of 432 ~ 14.12%

%40.28
%45.6
%14.12

CMYK color model

#AEC53D color CMYK value is (12,0,69,23).

  • cyan value is 11.68%
  • magenta value is 0.00%
  • yellow value is 69.04%
  • key color value is 22.75%
CMYK:
(12,0,69,23)
C12M0Y69K23 
(12%,0%,69%,23%)
(0.12/0.00/0.69/0.23)	

CMYK percentages

%11.68
%0
%69.04
%22.75

Codes

Color #AEC53D in popluar color models

AEC53D
RGB17419761
HSL70°53.97%50.59%
HSB/HSV70°69.04%77.25%
CMYK11.68%0.00%69.04%
22.75%

Color #AEC53D in popluar number systems.

HEXAEC53D
Decimal17419761
Binary1010111011000101111101
Octal25630575

Shades and tints

Shades of #AEC53D

#AEC53D
(174,197,61)
#9FB438
(159,180,56)
#90A333
(144,163,51)
#81922E
(129,146,46)
#728129
(114,129,41)
#637024
(99,112,36)
#545F1F
(84,95,31)
#454E1A
(69,78,26)
#363D15
(54,61,21)
#272C10
(39,44,16)
#181B0B
(24,27,11)
#000000
(0,0,0)

Tints of #AEC53D

#AEC53D
(174,197,61)
#B5CA4E
(181,202,78)
#BCCF5F
(188,207,95)
#C3D470
(195,212,112)
#CAD981
(202,217,129)
#D1DE92
(209,222,146)
#D8E3A3
(216,227,163)
#DFE8B4
(223,232,180)
#E6EDC5
(230,237,197)
#EDF2D6
(237,242,214)
#F4F7E7
(244,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC53D color. Also use rgb(174,197,61) instead hex code.

Text Font Color

.myTextColor { color: #AEC53D; }

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

This text font color is #AEC53D.


Background Color

.myBgColor { background-color: #AEC53D; }

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

This div background color is #AEC53D.


Border color

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

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

This div border color is #AEC53D.


Opacity

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

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

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

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

This text has shadow with #AEC53D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC53D on black background.


Color preview on white background

This text has color #AEC53D on white background.



Black color preview on #AEC53D background

This text has black color on #AEC53D background.


White color preview on #AEC53D background

This text has white color on #AEC53D background.