COLOR #AEEFA7

HEX: #AEEFA7
RGB: (174,239,167)

Color info

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

RGB color model

#AEEFA7 color RGB value is (174,239,167).

  • red value is 174;
  • green value is 239;
  • blue value is 167.
RGB:
(174,239,167)
(68%,94%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 239 of 255 = 94%
B 167 of 255 = 65%

174
239
167

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

Portions of RGB colors in percentages

R + G + B =
174 + 239 + 167 = 580 (100%)
R 174 of 580 ~ 30%
G 239 of 580 ~ 41.21%
B 167 of 580 ~ 28.79%

%30
%41.21
%28.79

CMYK color model

#AEEFA7 color CMYK value is (27,0,30,6).

  • cyan value is 27.20%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 6.27%
CMYK:
(27,0,30,6)
C27M0Y30K6 
(27%,0%,30%,6%)
(0.27/0.00/0.30/0.06)	

CMYK percentages

%27.2
%0
%30.13
%6.27

Codes

Color #AEEFA7 in popluar color models

AEEFA7
RGB174239167
HSL114°69.23%79.61%
HSB/HSV114°30.13%93.73%
CMYK27.20%0.00%30.13%
6.27%

Color #AEEFA7 in popluar number systems.

HEXAEEFA7
Decimal174239167
Binary101011101110111110100111
Octal256357247

Shades and tints

Shades of #AEEFA7

#AEEFA7
(174,239,167)
#9FDA98
(159,218,152)
#90C589
(144,197,137)
#81B07A
(129,176,122)
#729B6B
(114,155,107)
#63865C
(99,134,92)
#54714D
(84,113,77)
#455C3E
(69,92,62)
#36472F
(54,71,47)
#273220
(39,50,32)
#181D11
(24,29,17)
#000000
(0,0,0)

Tints of #AEEFA7

#AEEFA7
(174,239,167)
#B5F0AF
(181,240,175)
#BCF1B7
(188,241,183)
#C3F2BF
(195,242,191)
#CAF3C7
(202,243,199)
#D1F4CF
(209,244,207)
#D8F5D7
(216,245,215)
#DFF6DF
(223,246,223)
#E6F7E7
(230,247,231)
#EDF8EF
(237,248,239)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEEFA7; }

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

This text font color is #AEEFA7.


Background Color

.myBgColor { background-color: #AEEFA7; }

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

This div background color is #AEEFA7.


Border color

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

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

This div border color is #AEEFA7.


Opacity

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

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

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

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

This text has shadow with #AEEFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEEFA7 on black background.


Color preview on white background

This text has color #AEEFA7 on white background.



Black color preview on #AEEFA7 background

This text has black color on #AEEFA7 background.


White color preview on #AEEFA7 background

This text has white color on #AEEFA7 background.