COLOR #AEE354

HEX: #AEE354
RGB: (174,227,84)

Color info

#AEE354 contains mainly red and green colors. Web safe color of #AEE354 is #99CC66 (or #9C6).

RGB color model

#AEE354 color RGB value is (174,227,84).

  • red value is 174;
  • green value is 227;
  • blue value is 84.
RGB:
(174,227,84)
(68%,89%,33%)

RGB channels and saturation

R 174 of 255 = 68%
G 227 of 255 = 89%
B 84 of 255 = 33%

174
227
84

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

Portions of RGB colors in percentages

R + G + B =
174 + 227 + 84 = 485 (100%)
R 174 of 485 ~ 35.88%
G 227 of 485 ~ 46.8%
B 84 of 485 ~ 17.32%

%35.88
%46.8
%17.32

CMYK color model

#AEE354 color CMYK value is (23,0,63,11).

  • cyan value is 23.35%
  • magenta value is 0.00%
  • yellow value is 63.00%
  • key color value is 10.98%
CMYK:
(23,0,63,11)
C23M0Y63K11 
(23%,0%,63%,11%)
(0.23/0.00/0.63/0.11)	

CMYK percentages

%23.35
%0
%63
%10.98

Codes

Color #AEE354 in popluar color models

AEE354
RGB17422784
HSL82°71.86%60.98%
HSB/HSV82°63.00%89.02%
CMYK23.35%0.00%63.00%
10.98%

Color #AEE354 in popluar number systems.

HEXAEE354
Decimal17422784
Binary10101110111000111010100
Octal256343124

Shades and tints

Shades of #AEE354

#AEE354
(174,227,84)
#9FCF4D
(159,207,77)
#90BB46
(144,187,70)
#81A73F
(129,167,63)
#729338
(114,147,56)
#637F31
(99,127,49)
#546B2A
(84,107,42)
#455723
(69,87,35)
#36431C
(54,67,28)
#272F15
(39,47,21)
#181B0E
(24,27,14)
#000000
(0,0,0)

Tints of #AEE354

#AEE354
(174,227,84)
#B5E563
(181,229,99)
#BCE772
(188,231,114)
#C3E981
(195,233,129)
#CAEB90
(202,235,144)
#D1ED9F
(209,237,159)
#D8EFAE
(216,239,174)
#DFF1BD
(223,241,189)
#E6F3CC
(230,243,204)
#EDF5DB
(237,245,219)
#F4F7EA
(244,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEE354 color. Also use rgb(174,227,84) instead hex code.

Text Font Color

.myTextColor { color: #AEE354; }

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

This text font color is #AEE354.


Background Color

.myBgColor { background-color: #AEE354; }

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

This div background color is #AEE354.


Border color

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

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

This div border color is #AEE354.


Opacity

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

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

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

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

This text has shadow with #AEE354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEE354 on black background.


Color preview on white background

This text has color #AEE354 on white background.



Black color preview on #AEE354 background

This text has black color on #AEE354 background.


White color preview on #AEE354 background

This text has white color on #AEE354 background.