COLOR #AEDB76

HEX: #AEDB76
RGB: (174,219,118)

Color info

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

RGB color model

#AEDB76 color RGB value is (174,219,118).

  • red value is 174;
  • green value is 219;
  • blue value is 118.
RGB:
(174,219,118)
(68%,86%,46%)

RGB channels and saturation

R 174 of 255 = 68%
G 219 of 255 = 86%
B 118 of 255 = 46%

174
219
118

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

Portions of RGB colors in percentages

R + G + B =
174 + 219 + 118 = 511 (100%)
R 174 of 511 ~ 34.05%
G 219 of 511 ~ 42.86%
B 118 of 511 ~ 23.09%

%34.05
%42.86
%23.09

CMYK color model

#AEDB76 color CMYK value is (21,0,46,14).

  • cyan value is 20.55%
  • magenta value is 0.00%
  • yellow value is 46.12%
  • key color value is 14.12%
CMYK:
(21,0,46,14)
C21M0Y46K14 
(21%,0%,46%,14%)
(0.21/0.00/0.46/0.14)	

CMYK percentages

%20.55
%0
%46.12
%14.12

Codes

Color #AEDB76 in popluar color models

AEDB76
RGB174219118
HSL87°58.38%66.08%
HSB/HSV87°46.12%85.88%
CMYK20.55%0.00%46.12%
14.12%

Color #AEDB76 in popluar number systems.

HEXAEDB76
Decimal174219118
Binary10101110110110111110110
Octal256333166

Shades and tints

Shades of #AEDB76

#AEDB76
(174,219,118)
#9FC86C
(159,200,108)
#90B562
(144,181,98)
#81A258
(129,162,88)
#728F4E
(114,143,78)
#637C44
(99,124,68)
#54693A
(84,105,58)
#455630
(69,86,48)
#364326
(54,67,38)
#27301C
(39,48,28)
#181D12
(24,29,18)
#000000
(0,0,0)

Tints of #AEDB76

#AEDB76
(174,219,118)
#B5DE82
(181,222,130)
#BCE18E
(188,225,142)
#C3E49A
(195,228,154)
#CAE7A6
(202,231,166)
#D1EAB2
(209,234,178)
#D8EDBE
(216,237,190)
#DFF0CA
(223,240,202)
#E6F3D6
(230,243,214)
#EDF6E2
(237,246,226)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDB76 color. Also use rgb(174,219,118) instead hex code.

Text Font Color

.myTextColor { color: #AEDB76; }

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

This text font color is #AEDB76.


Background Color

.myBgColor { background-color: #AEDB76; }

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

This div background color is #AEDB76.


Border color

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

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

This div border color is #AEDB76.


Opacity

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

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

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

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

This text has shadow with #AEDB76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDB76 on black background.


Color preview on white background

This text has color #AEDB76 on white background.



Black color preview on #AEDB76 background

This text has black color on #AEDB76 background.


White color preview on #AEDB76 background

This text has white color on #AEDB76 background.