COLOR #AEE60F

HEX: #AEE60F
RGB: (174,230,15)

Color info

#AEE60F contains mainly red and green colors. Web safe color of #AEE60F is #99CC00 (or #9C0).

RGB color model

#AEE60F color RGB value is (174,230,15).

  • red value is 174;
  • green value is 230;
  • blue value is 15.
RGB:
(174,230,15)
(68%,90%,6%)

RGB channels and saturation

R 174 of 255 = 68%
G 230 of 255 = 90%
B 15 of 255 = 6%

174
230
15

R + G + B ~ 55%. #AEE60F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
174 + 230 + 15 = 419 (100%)
R 174 of 419 ~ 41.53%
G 230 of 419 ~ 54.89%
B 15 of 419 ~ 3.58%

%41.53
%54.89

CMYK color model

#AEE60F color CMYK value is (24,0,93,10).

  • cyan value is 24.35%
  • magenta value is 0.00%
  • yellow value is 93.48%
  • key color value is 9.80%
CMYK:
(24,0,93,10)
C24M0Y93K10 
(24%,0%,93%,10%)
(0.24/0.00/0.93/0.10)	

CMYK percentages

%24.35
%0
%93.48
%9.8

Codes

Color #AEE60F in popluar color models

AEE60F
RGB17423015
HSL76°87.76%48.04%
HSB/HSV76°93.48%90.20%
CMYK24.35%0.00%93.48%
9.80%

Color #AEE60F in popluar number systems.

HEXAEE60F
Decimal17423015
Binary10101110111001101111
Octal25634617

Shades and tints

Shades of #AEE60F

#AEE60F
(174,230,15)
#9FD20E
(159,210,14)
#90BE0D
(144,190,13)
#81AA0C
(129,170,12)
#72960B
(114,150,11)
#63820A
(99,130,10)
#546E09
(84,110,9)
#455A08
(69,90,8)
#364607
(54,70,7)
#273206
(39,50,6)
#181E05
(24,30,5)
#000000
(0,0,0)

Tints of #AEE60F

#AEE60F
(174,230,15)
#B5E824
(181,232,36)
#BCEA39
(188,234,57)
#C3EC4E
(195,236,78)
#CAEE63
(202,238,99)
#D1F078
(209,240,120)
#D8F28D
(216,242,141)
#DFF4A2
(223,244,162)
#E6F6B7
(230,246,183)
#EDF8CC
(237,248,204)
#F4FAE1
(244,250,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE60F color. Also use rgb(174,230,15) instead hex code.

Text Font Color

.myTextColor { color: #AEE60F; }

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

This text font color is #AEE60F.


Background Color

.myBgColor { background-color: #AEE60F; }

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

This div background color is #AEE60F.


Border color

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

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

This div border color is #AEE60F.


Opacity

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

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

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

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

This text has shadow with #AEE60F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE60F on black background.


Color preview on white background

This text has color #AEE60F on white background.



Black color preview on #AEE60F background

This text has black color on #AEE60F background.


White color preview on #AEE60F background

This text has white color on #AEE60F background.