COLOR #AEFE35

HEX: #AEFE35
RGB: (174,254,53)

Color info

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

RGB color model

#AEFE35 color RGB value is (174,254,53).

  • red value is 174;
  • green value is 254;
  • blue value is 53.
RGB:
(174,254,53)
(68%,100%,21%)

RGB channels and saturation

R 174 of 255 = 68%
G 254 of 255 = 100%
B 53 of 255 = 21%

174
254
53

R + G + B ~ 63%. #AEFE35 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 254 + 53 = 481 (100%)
R 174 of 481 ~ 36.17%
G 254 of 481 ~ 52.81%
B 53 of 481 ~ 11.02%

%36.17
%52.81
%11.02

CMYK color model

#AEFE35 color CMYK value is (31,0,79,0).

  • cyan value is 31.50%
  • magenta value is 0.00%
  • yellow value is 79.13%
  • key color value is 0.39%
CMYK:
(31,0,79,0)
C31M0Y79K0 
(31%,0%,79%,0%)
(0.31/0.00/0.79/0.00)	

CMYK percentages

%31.5
%0
%79.13
%0.39

Codes

Color #AEFE35 in popluar color models

AEFE35
RGB17425453
HSL84°99.01%60.20%
HSB/HSV84°79.13%99.61%
CMYK31.50%0.00%79.13%
0.39%

Color #AEFE35 in popluar number systems.

HEXAEFE35
Decimal17425453
Binary1010111011111110110101
Octal25637665

Shades and tints

Shades of #AEFE35

#AEFE35
(174,254,53)
#9FE731
(159,231,49)
#90D02D
(144,208,45)
#81B929
(129,185,41)
#72A225
(114,162,37)
#638B21
(99,139,33)
#54741D
(84,116,29)
#455D19
(69,93,25)
#364615
(54,70,21)
#272F11
(39,47,17)
#18180D
(24,24,13)
#000000
(0,0,0)

Tints of #AEFE35

#AEFE35
(174,254,53)
#B5FE47
(181,254,71)
#BCFE59
(188,254,89)
#C3FE6B
(195,254,107)
#CAFE7D
(202,254,125)
#D1FE8F
(209,254,143)
#D8FEA1
(216,254,161)
#DFFEB3
(223,254,179)
#E6FEC5
(230,254,197)
#EDFED7
(237,254,215)
#F4FEE9
(244,254,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEFE35; }

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

This text font color is #AEFE35.


Background Color

.myBgColor { background-color: #AEFE35; }

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

This div background color is #AEFE35.


Border color

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

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

This div border color is #AEFE35.


Opacity

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

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

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

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

This text has shadow with #AEFE35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEFE35 on black background.


Color preview on white background

This text has color #AEFE35 on white background.



Black color preview on #AEFE35 background

This text has black color on #AEFE35 background.


White color preview on #AEFE35 background

This text has white color on #AEFE35 background.