COLOR #AECB59

HEX: #AECB59
RGB: (174,203,89)

Color info

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

RGB color model

#AECB59 color RGB value is (174,203,89).

  • red value is 174;
  • green value is 203;
  • blue value is 89.
RGB:
(174,203,89)
(68%,80%,35%)

RGB channels and saturation

R 174 of 255 = 68%
G 203 of 255 = 80%
B 89 of 255 = 35%

174
203
89

R + G + B ~ 61%. #AECB59 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 203 + 89 = 466 (100%)
R 174 of 466 ~ 37.34%
G 203 of 466 ~ 43.56%
B 89 of 466 ~ 19.1%

%37.34
%43.56
%19.1

CMYK color model

#AECB59 color CMYK value is (14,0,56,20).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 56.16%
  • key color value is 20.39%
CMYK:
(14,0,56,20)
C14M0Y56K20 
(14%,0%,56%,20%)
(0.14/0.00/0.56/0.20)	

CMYK percentages

%14.29
%0
%56.16
%20.39

Codes

Color #AECB59 in popluar color models

AECB59
RGB17420389
HSL75°52.29%57.25%
HSB/HSV75°56.16%79.61%
CMYK14.29%0.00%56.16%
20.39%

Color #AECB59 in popluar number systems.

HEXAECB59
Decimal17420389
Binary10101110110010111011001
Octal256313131

Shades and tints

Shades of #AECB59

#AECB59
(174,203,89)
#9FB951
(159,185,81)
#90A749
(144,167,73)
#819541
(129,149,65)
#728339
(114,131,57)
#637131
(99,113,49)
#545F29
(84,95,41)
#454D21
(69,77,33)
#363B19
(54,59,25)
#272911
(39,41,17)
#181709
(24,23,9)
#000000
(0,0,0)

Tints of #AECB59

#AECB59
(174,203,89)
#B5CF68
(181,207,104)
#BCD377
(188,211,119)
#C3D786
(195,215,134)
#CADB95
(202,219,149)
#D1DFA4
(209,223,164)
#D8E3B3
(216,227,179)
#DFE7C2
(223,231,194)
#E6EBD1
(230,235,209)
#EDEFE0
(237,239,224)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECB59 color. Also use rgb(174,203,89) instead hex code.

Text Font Color

.myTextColor { color: #AECB59; }

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

This text font color is #AECB59.


Background Color

.myBgColor { background-color: #AECB59; }

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

This div background color is #AECB59.


Border color

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

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

This div border color is #AECB59.


Opacity

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

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

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

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

This text has shadow with #AECB59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECB59 on black background.


Color preview on white background

This text has color #AECB59 on white background.



Black color preview on #AECB59 background

This text has black color on #AECB59 background.


White color preview on #AECB59 background

This text has white color on #AECB59 background.