COLOR #AEDE75

HEX: #AEDE75
RGB: (174,222,117)

Color info

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

RGB color model

#AEDE75 color RGB value is (174,222,117).

  • red value is 174;
  • green value is 222;
  • blue value is 117.
RGB:
(174,222,117)
(68%,87%,46%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 117 of 255 = 46%

174
222
117

R + G + B ~ 67%. #AEDE75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 222 + 117 = 513 (100%)
R 174 of 513 ~ 33.92%
G 222 of 513 ~ 43.27%
B 117 of 513 ~ 22.81%

%33.92
%43.27
%22.81

CMYK color model

#AEDE75 color CMYK value is (22,0,47,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 47.30%
  • key color value is 12.94%
CMYK:
(22,0,47,13)
C22M0Y47K13 
(22%,0%,47%,13%)
(0.22/0.00/0.47/0.13)	

CMYK percentages

%21.62
%0
%47.3
%12.94

Codes

Color #AEDE75 in popluar color models

AEDE75
RGB174222117
HSL87°61.40%66.47%
HSB/HSV87°47.30%87.06%
CMYK21.62%0.00%47.30%
12.94%

Color #AEDE75 in popluar number systems.

HEXAEDE75
Decimal174222117
Binary10101110110111101110101
Octal256336165

Shades and tints

Shades of #AEDE75

#AEDE75
(174,222,117)
#9FCA6B
(159,202,107)
#90B661
(144,182,97)
#81A257
(129,162,87)
#728E4D
(114,142,77)
#637A43
(99,122,67)
#546639
(84,102,57)
#45522F
(69,82,47)
#363E25
(54,62,37)
#272A1B
(39,42,27)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AEDE75

#AEDE75
(174,222,117)
#B5E181
(181,225,129)
#BCE48D
(188,228,141)
#C3E799
(195,231,153)
#CAEAA5
(202,234,165)
#D1EDB1
(209,237,177)
#D8F0BD
(216,240,189)
#DFF3C9
(223,243,201)
#E6F6D5
(230,246,213)
#EDF9E1
(237,249,225)
#F4FCED
(244,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDE75 color. Also use rgb(174,222,117) instead hex code.

Text Font Color

.myTextColor { color: #AEDE75; }

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

This text font color is #AEDE75.


Background Color

.myBgColor { background-color: #AEDE75; }

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

This div background color is #AEDE75.


Border color

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

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

This div border color is #AEDE75.


Opacity

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

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

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

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

This text has shadow with #AEDE75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDE75 on black background.


Color preview on white background

This text has color #AEDE75 on white background.



Black color preview on #AEDE75 background

This text has black color on #AEDE75 background.


White color preview on #AEDE75 background

This text has white color on #AEDE75 background.