COLOR #AEE378

HEX: #AEE378 RGB: (174,227,120)

Color info

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

RGB color model

#AEE378 color RGB value is (174,227,120).

RGB: (174,227,120) (68%, 89%, 47%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 120 of 255 = 47%

174
227
120

R + G + B ~ 68%. #AEE378 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 227 + 120 = 521 (100%)
R 174 of 521 ~ 33.4%
G 227 of 521 ~ 43.57%
B 120 of 521 ~ 23.03'%

%33.4
%43.57
%23.03

CMYK color model

#AEE378 color CMYK value is (23,0,47,11).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 47.14%
  • key color value is 10.98%
CMYK: (23,0,47,11) C23M0Y47K11 (23%,0%,47%,11%) (0.23/0.00/0.47/0.11) 

CMYK percentages

%23.35
%0
%47.14
%10.98

Codes

Color #AEE378 in popluar color models

AE E3 78
RGB 174 227 120
HSL 90° 65.64% 68.04%
HSB/HSV 90° 47.14% 89.02%
CMYK 23.35% 0.00% 47.14%
10.98%

Color #AEE378 in popluar number systems.

HEX AE E3 78
Decimal 174 227 120
Binary 10101110 11100011 1111000
Octal 256 343 170

Shades and tints

Shades of #AEE378

#AEE378
(174,227,120)
#9FCF6E
(159,207,110)
#90BB64
(144,187,100)
#81A75A
(129,167,90)
#729350
(114,147,80)
#637F46
(99,127,70)
#546B3C
(84,107,60)
#455732
(69,87,50)
#364328
(54,67,40)
#272F1E
(39,47,30)
#181B14
(24,27,20)
#000000
(0,0,0)

Tints of #AEE378

#AEE378
(174,227,120)
#B5E584
(181,229,132)
#BCE790
(188,231,144)
#C3E99C
(195,233,156)
#CAEBA8
(202,235,168)
#D1EDB4
(209,237,180)
#D8EFC0
(216,239,192)
#DFF1CC
(223,241,204)
#E6F3D8
(230,243,216)
#EDF5E4
(237,245,228)
#F4F7F0
(244,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE378 color. Also use rgb(174,227,120) instead hex code.

Text Font Color

.myTextColor { color: #AEE378; }

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

This text font color is #AEE378.

Background Color

.myBgColor { background-color: #AEE378; }

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

This div background color is #AEE378.

Border color

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

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

This div border color is #AEE378.

Opacity

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

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

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

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

This text has shadow with #AEE378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEE378.

Preview

Color preview on black background

This text has color #AEE378 on black background.


Color preview on white background

This text has color #AEE378 on white background.


Black color preview on #AEE378 background

This text has black color on #AEE378 background.


White color preview on #AEE378 background

This text has white color on #AEE378 background.


Related colors

Complementary color

Complementary color for #hex is #511C87.


I love getcolorcode.com

Triadic colors

1 #78AEE3 and #E378AE with #AEE378 are triadic colors.

2 #78E3AE and #E3AE78 with #AEE378 are triadic colors.