COLOR #8AAB00

HEX: #8AAB00
RGB: (138,171,0)

Color info

#8AAB00 contains only red and green colors. Web safe color of #8AAB00 is #999900 (or #990).

RGB color model

#8AAB00 color RGB value is (138,171,0).

  • red value is 138;
  • green value is 171;
  • blue value is 0.
RGB:
(138,171,0)
(54%,67%,0%)

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 0 of 255 = 0%

138
171
0

R + G + B ~ 40%. #8AAB00 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 0 = 309 (100%)
R 138 of 309 ~ 44.66%
G 171 of 309 ~ 55.34%
B 0 of 309 ~ 0%

%44.66
%55.34

CMYK color model

#8AAB00 color CMYK value is (19,0,100,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 32.94%
CMYK:
(19,0,100,33)
C19M0Y100K33 
(19%,0%,100%,33%)
(0.19/0.00/1.00/0.33)	

CMYK percentages

%19.3
%0
%100
%32.94

Codes

Color #8AAB00 in popluar color models

8AAB00
RGB1381710
HSL72°100.00%33.53%
HSB/HSV72°100.00%67.06%
CMYK19.30%0.00%100.00%
32.94%

Color #8AAB00 in popluar number systems.

HEX8AAB00
Decimal1381710
Binary10001010101010110
Octal2122530

Shades and tints

Shades of #8AAB00

#8AAB00
(138,171,0)
#7E9C00
(126,156,0)
#728D00
(114,141,0)
#667E00
(102,126,0)
#5A6F00
(90,111,0)
#4E6000
(78,96,0)
#425100
(66,81,0)
#364200
(54,66,0)
#2A3300
(42,51,0)
#1E2400
(30,36,0)
#121500
(18,21,0)
#000000
(0,0,0)

Tints of #8AAB00

#8AAB00
(138,171,0)
#94B217
(148,178,23)
#9EB92E
(158,185,46)
#A8C045
(168,192,69)
#B2C75C
(178,199,92)
#BCCE73
(188,206,115)
#C6D58A
(198,213,138)
#D0DCA1
(208,220,161)
#DAE3B8
(218,227,184)
#E4EACF
(228,234,207)
#EEF1E6
(238,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AAB00 color. Also use rgb(138,171,0) instead hex code.

Text Font Color

.myTextColor { color: #8AAB00; }

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

This text font color is #8AAB00.


Background Color

.myBgColor { background-color: #8AAB00; }

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

This div background color is #8AAB00.


Border color

.myBorderColor { border: 1px solid #8AAB00; }

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

This div border color is #8AAB00.


Opacity

.myOpacity80 { color: #8AAB00; opacity: 0.8; }

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

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

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

This text has shadow with #8AAB00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAB00 on black background.


Color preview on white background

This text has color #8AAB00 on white background.



Black color preview on #8AAB00 background

This text has black color on #8AAB00 background.


White color preview on #8AAB00 background

This text has white color on #8AAB00 background.