COLOR #AAE830

HEX: #AAE830
RGB: (170,232,48)

Color info

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

RGB color model

#AAE830 color RGB value is (170,232,48).

  • red value is 170;
  • green value is 232;
  • blue value is 48.
RGB:
(170,232,48)
(67%,91%,19%)

RGB channels and saturation

R 170 of 255 = 67%
G 232 of 255 = 91%
B 48 of 255 = 19%

170
232
48

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

Portions of RGB colors in percentages

R + G + B =
170 + 232 + 48 = 450 (100%)
R 170 of 450 ~ 37.78%
G 232 of 450 ~ 51.56%
B 48 of 450 ~ 10.67%

%37.78
%51.56
%10.67

CMYK color model

#AAE830 color CMYK value is (27,0,79,9).

  • cyan value is 26.72%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 9.02%
CMYK:
(27,0,79,9)
C27M0Y79K9 
(27%,0%,79%,9%)
(0.27/0.00/0.79/0.09)	

CMYK percentages

%26.72
%0
%79.31
%9.02

Codes

Color #AAE830 in popluar color models

AAE830
RGB17023248
HSL80°80.00%54.90%
HSB/HSV80°79.31%90.98%
CMYK26.72%0.00%79.31%
9.02%

Color #AAE830 in popluar number systems.

HEXAAE830
Decimal17023248
Binary1010101011101000110000
Octal25235060

Shades and tints

Shades of #AAE830

#AAE830
(170,232,48)
#9BD32C
(155,211,44)
#8CBE28
(140,190,40)
#7DA924
(125,169,36)
#6E9420
(110,148,32)
#5F7F1C
(95,127,28)
#506A18
(80,106,24)
#415514
(65,85,20)
#324010
(50,64,16)
#232B0C
(35,43,12)
#141608
(20,22,8)
#000000
(0,0,0)

Tints of #AAE830

#AAE830
(170,232,48)
#B1EA42
(177,234,66)
#B8EC54
(184,236,84)
#BFEE66
(191,238,102)
#C6F078
(198,240,120)
#CDF28A
(205,242,138)
#D4F49C
(212,244,156)
#DBF6AE
(219,246,174)
#E2F8C0
(226,248,192)
#E9FAD2
(233,250,210)
#F0FCE4
(240,252,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAE830 color. Also use rgb(170,232,48) instead hex code.

Text Font Color

.myTextColor { color: #AAE830; }

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

This text font color is #AAE830.


Background Color

.myBgColor { background-color: #AAE830; }

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

This div background color is #AAE830.


Border color

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

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

This div border color is #AAE830.


Opacity

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

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

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

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

This text has shadow with #AAE830 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAE830 on black background.


Color preview on white background

This text has color #AAE830 on white background.



Black color preview on #AAE830 background

This text has black color on #AAE830 background.


White color preview on #AAE830 background

This text has white color on #AAE830 background.