COLOR #8AB00B

HEX: #8AB00B
RGB: (138,176,11)

Color info

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

RGB color model

#8AB00B color RGB value is (138,176,11).

  • red value is 138;
  • green value is 176;
  • blue value is 11.
RGB:
(138,176,11)
(54%,69%,4%)

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 11 of 255 = 4%

138
176
11

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

Portions of RGB colors in percentages

R + G + B =
138 + 176 + 11 = 325 (100%)
R 138 of 325 ~ 42.46%
G 176 of 325 ~ 54.15%
B 11 of 325 ~ 3.38%

%42.46
%54.15

CMYK color model

#8AB00B color CMYK value is (22,0,94,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 30.98%
CMYK:
(22,0,94,31)
C22M0Y94K31 
(22%,0%,94%,31%)
(0.22/0.00/0.94/0.31)	

CMYK percentages

%21.59
%0
%93.75
%30.98

Codes

Color #8AB00B in popluar color models

8AB00B
RGB13817611
HSL74°88.24%36.67%
HSB/HSV74°93.75%69.02%
CMYK21.59%0.00%93.75%
30.98%

Color #8AB00B in popluar number systems.

HEX8AB00B
Decimal13817611
Binary10001010101100001011
Octal21226013

Shades and tints

Shades of #8AB00B

#8AB00B
(138,176,11)
#7EA00A
(126,160,10)
#729009
(114,144,9)
#668008
(102,128,8)
#5A7007
(90,112,7)
#4E6006
(78,96,6)
#425005
(66,80,5)
#364004
(54,64,4)
#2A3003
(42,48,3)
#1E2002
(30,32,2)
#121001
(18,16,1)
#000000
(0,0,0)

Tints of #8AB00B

#8AB00B
(138,176,11)
#94B721
(148,183,33)
#9EBE37
(158,190,55)
#A8C54D
(168,197,77)
#B2CC63
(178,204,99)
#BCD379
(188,211,121)
#C6DA8F
(198,218,143)
#D0E1A5
(208,225,165)
#DAE8BB
(218,232,187)
#E4EFD1
(228,239,209)
#EEF6E7
(238,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB00B color. Also use rgb(138,176,11) instead hex code.

Text Font Color

.myTextColor { color: #8AB00B; }

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

This text font color is #8AB00B.


Background Color

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

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

This div background color is #8AB00B.


Border color

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

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

This div border color is #8AB00B.


Opacity

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

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

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

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

This text has shadow with #8AB00B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AB00B on black background.


Color preview on white background

This text has color #8AB00B on white background.



Black color preview on #8AB00B background

This text has black color on #8AB00B background.


White color preview on #8AB00B background

This text has white color on #8AB00B background.