COLOR #AABE00

HEX: #AABE00
RGB: (170,190,0)

Color info

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

RGB color model

#AABE00 color RGB value is (170,190,0).

  • red value is 170;
  • green value is 190;
  • blue value is 0.
RGB:
(170,190,0)
(67%,75%,0%)

RGB channels and saturation

R 170 of 255 = 67%
G 190 of 255 = 75%
B 0 of 255 = 0%

170
190
0

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

Portions of RGB colors in percentages

R + G + B =
170 + 190 + 0 = 360 (100%)
R 170 of 360 ~ 47.22%
G 190 of 360 ~ 52.78%
B 0 of 360 ~ 0%

%47.22
%52.78

CMYK color model

#AABE00 color CMYK value is (11,0,100,25).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 25.49%
CMYK:
(11,0,100,25)
C11M0Y100K25 
(11%,0%,100%,25%)
(0.11/0.00/1.00/0.25)	

CMYK percentages

%10.53
%0
%100
%25.49

Codes

Color #AABE00 in popluar color models

AABE00
RGB1701900
HSL66°100.00%37.25%
HSB/HSV66°100.00%74.51%
CMYK10.53%0.00%100.00%
25.49%

Color #AABE00 in popluar number systems.

HEXAABE00
Decimal1701900
Binary10101010101111100
Octal2522760

Shades and tints

Shades of #AABE00

#AABE00
(170,190,0)
#9BAD00
(155,173,0)
#8C9C00
(140,156,0)
#7D8B00
(125,139,0)
#6E7A00
(110,122,0)
#5F6900
(95,105,0)
#505800
(80,88,0)
#414700
(65,71,0)
#323600
(50,54,0)
#232500
(35,37,0)
#141400
(20,20,0)
#000000
(0,0,0)

Tints of #AABE00

#AABE00
(170,190,0)
#B1C317
(177,195,23)
#B8C82E
(184,200,46)
#BFCD45
(191,205,69)
#C6D25C
(198,210,92)
#CDD773
(205,215,115)
#D4DC8A
(212,220,138)
#DBE1A1
(219,225,161)
#E2E6B8
(226,230,184)
#E9EBCF
(233,235,207)
#F0F0E6
(240,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AABE00 color. Also use rgb(170,190,0) instead hex code.

Text Font Color

.myTextColor { color: #AABE00; }

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

This text font color is #AABE00.


Background Color

.myBgColor { background-color: #AABE00; }

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

This div background color is #AABE00.


Border color

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

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

This div border color is #AABE00.


Opacity

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

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

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

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

This text has shadow with #AABE00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AABE00 on black background.


Color preview on white background

This text has color #AABE00 on white background.



Black color preview on #AABE00 background

This text has black color on #AABE00 background.


White color preview on #AABE00 background

This text has white color on #AABE00 background.