COLOR #AEFB4A

HEX: #AEFB4A
RGB: (174,251,74)

Color info

#AEFB4A contains mainly green color. Web safe color of #AEFB4A is #99FF33 (or #9F3).

RGB color model

#AEFB4A color RGB value is (174,251,74).

  • red value is 174;
  • green value is 251;
  • blue value is 74.
RGB:
(174,251,74)
(68%,98%,29%)

RGB channels and saturation

R 174 of 255 = 68%
G 251 of 255 = 98%
B 74 of 255 = 29%

174
251
74

R + G + B ~ 65%. #AEFB4A is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 251 + 74 = 499 (100%)
R 174 of 499 ~ 34.87%
G 251 of 499 ~ 50.3%
B 74 of 499 ~ 14.83%

%34.87
%50.3
%14.83

CMYK color model

#AEFB4A color CMYK value is (31,0,71,2).

  • cyan value is 30.68%
  • magenta value is 0.00%
  • yellow value is 70.52%
  • key color value is 1.57%
CMYK:
(31,0,71,2)
C31M0Y71K2 
(31%,0%,71%,2%)
(0.31/0.00/0.71/0.02)	

CMYK percentages

%30.68
%0
%70.52
%1.57

Codes

Color #AEFB4A in popluar color models

AEFB4A
RGB17425174
HSL86°95.68%63.73%
HSB/HSV86°70.52%98.43%
CMYK30.68%0.00%70.52%
1.57%

Color #AEFB4A in popluar number systems.

HEXAEFB4A
Decimal17425174
Binary10101110111110111001010
Octal256373112

Shades and tints

Shades of #AEFB4A

#AEFB4A
(174,251,74)
#9FE544
(159,229,68)
#90CF3E
(144,207,62)
#81B938
(129,185,56)
#72A332
(114,163,50)
#638D2C
(99,141,44)
#547726
(84,119,38)
#456120
(69,97,32)
#364B1A
(54,75,26)
#273514
(39,53,20)
#181F0E
(24,31,14)
#000000
(0,0,0)

Tints of #AEFB4A

#AEFB4A
(174,251,74)
#B5FB5A
(181,251,90)
#BCFB6A
(188,251,106)
#C3FB7A
(195,251,122)
#CAFB8A
(202,251,138)
#D1FB9A
(209,251,154)
#D8FBAA
(216,251,170)
#DFFBBA
(223,251,186)
#E6FBCA
(230,251,202)
#EDFBDA
(237,251,218)
#F4FBEA
(244,251,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFB4A; }

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

This text font color is #AEFB4A.


Background Color

.myBgColor { background-color: #AEFB4A; }

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

This div background color is #AEFB4A.


Border color

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

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

This div border color is #AEFB4A.


Opacity

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

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

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

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

This text has shadow with #AEFB4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFB4A on black background.


Color preview on white background

This text has color #AEFB4A on white background.



Black color preview on #AEFB4A background

This text has black color on #AEFB4A background.


White color preview on #AEFB4A background

This text has white color on #AEFB4A background.