COLOR #AEEAAE

HEX: #AEEAAE
RGB: (174,234,174)

Color info

#AEEAAE contains mainly green color. Web safe color of #AEEAAE is #99FF99 (or #9F9).

RGB color model

#AEEAAE color RGB value is (174,234,174).

  • red value is 174;
  • green value is 234;
  • blue value is 174.
RGB:
(174,234,174)
(68%,92%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 234 of 255 = 92%
B 174 of 255 = 68%

174
234
174

R + G + B ~ 76%. #AEEAAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 234 + 174 = 582 (100%)
R 174 of 582 ~ 29.9%
G 234 of 582 ~ 40.21%
B 174 of 582 ~ 29.9%

%29.9
%40.21
%29.9

CMYK color model

#AEEAAE color CMYK value is (26,0,26,8).

  • cyan value is 25.64%
  • magenta value is 0.00%
  • yellow value is 25.64%
  • key color value is 8.24%
CMYK:
(26,0,26,8)
C26M0Y26K8 
(26%,0%,26%,8%)
(0.26/0.00/0.26/0.08)	

CMYK percentages

%25.64
%0
%25.64
%8.24

Codes

Color #AEEAAE in popluar color models

AEEAAE
RGB174234174
HSL120°58.82%80.00%
HSB/HSV120°25.64%91.76%
CMYK25.64%0.00%25.64%
8.24%

Color #AEEAAE in popluar number systems.

HEXAEEAAE
Decimal174234174
Binary101011101110101010101110
Octal256352256

Shades and tints

Shades of #AEEAAE

#AEEAAE
(174,234,174)
#9FD59F
(159,213,159)
#90C090
(144,192,144)
#81AB81
(129,171,129)
#729672
(114,150,114)
#638163
(99,129,99)
#546C54
(84,108,84)
#455745
(69,87,69)
#364236
(54,66,54)
#272D27
(39,45,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #AEEAAE

#AEEAAE
(174,234,174)
#B5EBB5
(181,235,181)
#BCECBC
(188,236,188)
#C3EDC3
(195,237,195)
#CAEECA
(202,238,202)
#D1EFD1
(209,239,209)
#D8F0D8
(216,240,216)
#DFF1DF
(223,241,223)
#E6F2E6
(230,242,230)
#EDF3ED
(237,243,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEAAE; }

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

This text font color is #AEEAAE.


Background Color

.myBgColor { background-color: #AEEAAE; }

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

This div background color is #AEEAAE.


Border color

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

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

This div border color is #AEEAAE.


Opacity

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

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

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

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

This text has shadow with #AEEAAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEAAE on black background.


Color preview on white background

This text has color #AEEAAE on white background.



Black color preview on #AEEAAE background

This text has black color on #AEEAAE background.


White color preview on #AEEAAE background

This text has white color on #AEEAAE background.