COLOR #AEF26B

HEX: #AEF26B RGB: (174,242,107)

Color info

#AEF26B contains mainly green color. Web safe color of #AEF26B is #99FF66 (or #9F6).

RGB color model

#AEF26B color RGB value is (174,242,107).

RGB: (174,242,107) (68%, 95%, 42%)

RGB channels and saturation

R 174 of 255 = 68%
G 242 of 255 = 95%
B 107 of 255 = 42%

174
242
107

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

Portions of RGB colors in percentages

R + G + B = 174 + 242 + 107 = 523 (100%)
R 174 of 523 ~ 33.27%
G 242 of 523 ~ 46.27%
B 107 of 523 ~ 20.46'%

%33.27
%46.27
%20.46

CMYK color model

#AEF26B color CMYK value is (28,0,56,5).

  • cyan value is 28.10%
  • magenta value is 0.00%
  • yellow value is 55.79%
  • key color value is 5.10%

CMYK: (28,0,56,5)
C28M0Y56K5 (28%, 0%, 56%, 5%)
(0.28 / 0.00 / 0.56 / 0.05)

CMYK percentages

%28.1
%0
%55.79
%5.1

Codes

Color #AEF26B in popluar color models

AE F2 6B
RGB 174 242 107
HSL 90° 83.85% 68.43%
HSB/HSV 90° 55.79% 94.90%
CMYK 28.10% 0.00% 55.79%
5.10%

Color #AEF26B in popluar number systems.

HEX AE F2 6B
Decimal 174 242 107
Binary 10101110 11110010 1101011
Octal 256 362 153

Shades and tints

Shades of #AEF26B

#AEF26B
(174,242,107)
#9FDC62
(159,220,98)
#90C659
(144,198,89)
#81B050
(129,176,80)
#729A47
(114,154,71)
#63843E
(99,132,62)
#546E35
(84,110,53)
#45582C
(69,88,44)
#364223
(54,66,35)
#272C1A
(39,44,26)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AEF26B

#AEF26B
(174,242,107)
#B5F378
(181,243,120)
#BCF485
(188,244,133)
#C3F592
(195,245,146)
#CAF69F
(202,246,159)
#D1F7AC
(209,247,172)
#D8F8B9
(216,248,185)
#DFF9C6
(223,249,198)
#E6FAD3
(230,250,211)
#EDFBE0
(237,251,224)
#F4FCED
(244,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEF26B; }

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

This text font color is #AEF26B.

Background Color

.myBgColor { background-color: #AEF26B; }

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

This div background color is #AEF26B.

Border color

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

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

This div border color is #AEF26B.

Opacity

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

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

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

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

This text has shadow with #AEF26B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEF26B.

Preview

Color preview on black background

This text has color #AEF26B on black background.


Color preview on white background

This text has color #AEF26B on white background.


Black color preview on #AEF26B background

This text has black color on #AEF26B background.


White color preview on #AEF26B background

This text has white color on #AEF26B background.


Related colors

Complementary color

Complementary color for #hex is #510D94.


I love getcolorcode.com

Triadic colors

1 #6BAEF2 and #F26BAE with #AEF26B are triadic colors.

2 #6BF2AE and #F2AE6B with #AEF26B are triadic colors.