COLOR #AED339

HEX: #AED339
RGB: (174,211,57)

Color info

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

RGB color model

#AED339 color RGB value is (174,211,57).

  • red value is 174;
  • green value is 211;
  • blue value is 57.
RGB:
(174,211,57)
(68%,83%,22%)

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 57 of 255 = 22%

174
211
57

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

Portions of RGB colors in percentages

R + G + B =
174 + 211 + 57 = 442 (100%)
R 174 of 442 ~ 39.37%
G 211 of 442 ~ 47.74%
B 57 of 442 ~ 12.9%

%39.37
%47.74
%12.9

CMYK color model

#AED339 color CMYK value is (18,0,73,17).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 72.99%
  • key color value is 17.25%
CMYK:
(18,0,73,17)
C18M0Y73K17 
(18%,0%,73%,17%)
(0.18/0.00/0.73/0.17)	

CMYK percentages

%17.54
%0
%72.99
%17.25

Codes

Color #AED339 in popluar color models

AED339
RGB17421157
HSL74°63.64%52.55%
HSB/HSV74°72.99%82.75%
CMYK17.54%0.00%72.99%
17.25%

Color #AED339 in popluar number systems.

HEXAED339
Decimal17421157
Binary1010111011010011111001
Octal25632371

Shades and tints

Shades of #AED339

#AED339
(174,211,57)
#9FC034
(159,192,52)
#90AD2F
(144,173,47)
#819A2A
(129,154,42)
#728725
(114,135,37)
#637420
(99,116,32)
#54611B
(84,97,27)
#454E16
(69,78,22)
#363B11
(54,59,17)
#27280C
(39,40,12)
#181507
(24,21,7)
#000000
(0,0,0)

Tints of #AED339

#AED339
(174,211,57)
#B5D74B
(181,215,75)
#BCDB5D
(188,219,93)
#C3DF6F
(195,223,111)
#CAE381
(202,227,129)
#D1E793
(209,231,147)
#D8EBA5
(216,235,165)
#DFEFB7
(223,239,183)
#E6F3C9
(230,243,201)
#EDF7DB
(237,247,219)
#F4FBED
(244,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED339 color. Also use rgb(174,211,57) instead hex code.

Text Font Color

.myTextColor { color: #AED339; }

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

This text font color is #AED339.


Background Color

.myBgColor { background-color: #AED339; }

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

This div background color is #AED339.


Border color

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

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

This div border color is #AED339.


Opacity

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

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

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

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

This text has shadow with #AED339 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED339 on black background.


Color preview on white background

This text has color #AED339 on white background.



Black color preview on #AED339 background

This text has black color on #AED339 background.


White color preview on #AED339 background

This text has white color on #AED339 background.