COLOR #AEFE99

HEX: #AEFE99 RGB: (174,254,153)

Color info

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

RGB color model

#AEFE99 color RGB value is (174,254,153).

RGB: (174,254,153) (68%, 100%, 60%)

RGB channels and saturation

R 174 of 255 = 68%
G 254 of 255 = 100%
B 153 of 255 = 60%

174
254
153

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

Portions of RGB colors in percentages

R + G + B = 174 + 254 + 153 = 581 (100%)
R 174 of 581 ~ 29.95%
G 254 of 581 ~ 43.72%
B 153 of 581 ~ 26.33'%

%29.95
%43.72
%26.33

CMYK color model

#AEFE99 color CMYK value is (31,0,40,0).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 39.76%
  • key color value is 0.39%

CMYK: (31,0,40,0)
C31M0Y40K0 (31%, 0%, 40%, 0%)
(0.31 / 0.00 / 0.40 / 0.00)

CMYK percentages

%31.5
%0
%39.76
%0.39

Codes

Color #AEFE99 in popluar color models

AE FE 99
RGB 174 254 153
HSL 108° 98.06% 79.80%
HSB/HSV 108° 39.76% 99.61%
CMYK 31.50% 0.00% 39.76%
0.39%

Color #AEFE99 in popluar number systems.

HEX AE FE 99
Decimal 174 254 153
Binary 10101110 11111110 10011001
Octal 256 376 231

Shades and tints

Shades of #AEFE99

#AEFE99
(174,254,153)
#9FE78C
(159,231,140)
#90D07F
(144,208,127)
#81B972
(129,185,114)
#72A265
(114,162,101)
#638B58
(99,139,88)
#54744B
(84,116,75)
#455D3E
(69,93,62)
#364631
(54,70,49)
#272F24
(39,47,36)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #AEFE99

#AEFE99
(174,254,153)
#B5FEA2
(181,254,162)
#BCFEAB
(188,254,171)
#C3FEB4
(195,254,180)
#CAFEBD
(202,254,189)
#D1FEC6
(209,254,198)
#D8FECF
(216,254,207)
#DFFED8
(223,254,216)
#E6FEE1
(230,254,225)
#EDFEEA
(237,254,234)
#F4FEF3
(244,254,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFE99; }

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

This text font color is #AEFE99.

Background Color

.myBgColor { background-color: #AEFE99; }

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

This div background color is #AEFE99.

Border color

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

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

This div border color is #AEFE99.

Opacity

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

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

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

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

This text has shadow with #AEFE99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEFE99.

Preview

Color preview on black background

This text has color #AEFE99 on black background.


Color preview on white background

This text has color #AEFE99 on white background.


Black color preview on #AEFE99 background

This text has black color on #AEFE99 background.


White color preview on #AEFE99 background

This text has white color on #AEFE99 background.


Related colors

Complementary color

Complementary color for #hex is #510166.


I love getcolorcode.com

Triadic colors

1 #99AEFE and #FE99AE with #AEFE99 are triadic colors.

2 #99FEAE and #FEAE99 with #AEFE99 are triadic colors.