COLOR #AEC36F

HEX: #AEC36F
RGB: (174,195,111)

Color info

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

RGB color model

#AEC36F color RGB value is (174,195,111).

  • red value is 174;
  • green value is 195;
  • blue value is 111.
RGB:
(174,195,111)
(68%,76%,44%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 111 of 255 = 44%

174
195
111

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 111 = 480 (100%)
R 174 of 480 ~ 36.25%
G 195 of 480 ~ 40.63%
B 111 of 480 ~ 23.13%

%36.25
%40.63
%23.13

CMYK color model

#AEC36F color CMYK value is (11,0,43,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 43.08%
  • key color value is 23.53%
CMYK:
(11,0,43,24)
C11M0Y43K24 
(11%,0%,43%,24%)
(0.11/0.00/0.43/0.24)	

CMYK percentages

%10.77
%0
%43.08
%23.53

Codes

Color #AEC36F in popluar color models

AEC36F
RGB174195111
HSL75°41.18%60.00%
HSB/HSV75°43.08%76.47%
CMYK10.77%0.00%43.08%
23.53%

Color #AEC36F in popluar number systems.

HEXAEC36F
Decimal174195111
Binary10101110110000111101111
Octal256303157

Shades and tints

Shades of #AEC36F

#AEC36F
(174,195,111)
#9FB265
(159,178,101)
#90A15B
(144,161,91)
#819051
(129,144,81)
#727F47
(114,127,71)
#636E3D
(99,110,61)
#545D33
(84,93,51)
#454C29
(69,76,41)
#363B1F
(54,59,31)
#272A15
(39,42,21)
#18190B
(24,25,11)
#000000
(0,0,0)

Tints of #AEC36F

#AEC36F
(174,195,111)
#B5C87C
(181,200,124)
#BCCD89
(188,205,137)
#C3D296
(195,210,150)
#CAD7A3
(202,215,163)
#D1DCB0
(209,220,176)
#D8E1BD
(216,225,189)
#DFE6CA
(223,230,202)
#E6EBD7
(230,235,215)
#EDF0E4
(237,240,228)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC36F color. Also use rgb(174,195,111) instead hex code.

Text Font Color

.myTextColor { color: #AEC36F; }

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

This text font color is #AEC36F.


Background Color

.myBgColor { background-color: #AEC36F; }

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

This div background color is #AEC36F.


Border color

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

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

This div border color is #AEC36F.


Opacity

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

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

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

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

This text has shadow with #AEC36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC36F on black background.


Color preview on white background

This text has color #AEC36F on white background.



Black color preview on #AEC36F background

This text has black color on #AEC36F background.


White color preview on #AEC36F background

This text has white color on #AEC36F background.