COLOR #AEC248

HEX: #AEC248
RGB: (174,194,72)

Color info

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

RGB color model

#AEC248 color RGB value is (174,194,72).

  • red value is 174;
  • green value is 194;
  • blue value is 72.
RGB:
(174,194,72)
(68%,76%,28%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 72 of 255 = 28%

174
194
72

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

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 72 = 440 (100%)
R 174 of 440 ~ 39.55%
G 194 of 440 ~ 44.09%
B 72 of 440 ~ 16.36%

%39.55
%44.09
%16.36

CMYK color model

#AEC248 color CMYK value is (10,0,63,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 62.89%
  • key color value is 23.92%
CMYK:
(10,0,63,24)
C10M0Y63K24 
(10%,0%,63%,24%)
(0.10/0.00/0.63/0.24)	

CMYK percentages

%10.31
%0
%62.89
%23.92

Codes

Color #AEC248 in popluar color models

AEC248
RGB17419472
HSL70°50.00%52.16%
HSB/HSV70°62.89%76.08%
CMYK10.31%0.00%62.89%
23.92%

Color #AEC248 in popluar number systems.

HEXAEC248
Decimal17419472
Binary10101110110000101001000
Octal256302110

Shades and tints

Shades of #AEC248

#AEC248
(174,194,72)
#9FB142
(159,177,66)
#90A03C
(144,160,60)
#818F36
(129,143,54)
#727E30
(114,126,48)
#636D2A
(99,109,42)
#545C24
(84,92,36)
#454B1E
(69,75,30)
#363A18
(54,58,24)
#272912
(39,41,18)
#18180C
(24,24,12)
#000000
(0,0,0)

Tints of #AEC248

#AEC248
(174,194,72)
#B5C758
(181,199,88)
#BCCC68
(188,204,104)
#C3D178
(195,209,120)
#CAD688
(202,214,136)
#D1DB98
(209,219,152)
#D8E0A8
(216,224,168)
#DFE5B8
(223,229,184)
#E6EAC8
(230,234,200)
#EDEFD8
(237,239,216)
#F4F4E8
(244,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC248 color. Also use rgb(174,194,72) instead hex code.

Text Font Color

.myTextColor { color: #AEC248; }

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

This text font color is #AEC248.


Background Color

.myBgColor { background-color: #AEC248; }

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

This div background color is #AEC248.


Border color

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

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

This div border color is #AEC248.


Opacity

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

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

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

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

This text has shadow with #AEC248 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC248 on black background.


Color preview on white background

This text has color #AEC248 on white background.



Black color preview on #AEC248 background

This text has black color on #AEC248 background.


White color preview on #AEC248 background

This text has white color on #AEC248 background.