COLOR #8AAB15

HEX: #8AAB15
RGB: (138,171,21)

Color info

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

RGB color model

#8AAB15 color RGB value is (138,171,21).

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

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 21 of 255 = 8%

138
171
21

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

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 21 = 330 (100%)
R 138 of 330 ~ 41.82%
G 171 of 330 ~ 51.82%
B 21 of 330 ~ 6.36%

%41.82
%51.82

CMYK color model

#8AAB15 color CMYK value is (19,0,88,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 87.72%
  • key color value is 32.94%
CMYK:
(19,0,88,33)
C19M0Y88K33 
(19%,0%,88%,33%)
(0.19/0.00/0.88/0.33)	

CMYK percentages

%19.3
%0
%87.72
%32.94

Codes

Color #8AAB15 in popluar color models

8AAB15
RGB13817121
HSL73°78.13%37.65%
HSB/HSV73°87.72%67.06%
CMYK19.30%0.00%87.72%
32.94%

Color #8AAB15 in popluar number systems.

HEX8AAB15
Decimal13817121
Binary100010101010101110101
Octal21225325

Shades and tints

Shades of #8AAB15

#8AAB15
(138,171,21)
#7E9C14
(126,156,20)
#728D13
(114,141,19)
#667E12
(102,126,18)
#5A6F11
(90,111,17)
#4E6010
(78,96,16)
#42510F
(66,81,15)
#36420E
(54,66,14)
#2A330D
(42,51,13)
#1E240C
(30,36,12)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #8AAB15

#8AAB15
(138,171,21)
#94B22A
(148,178,42)
#9EB93F
(158,185,63)
#A8C054
(168,192,84)
#B2C769
(178,199,105)
#BCCE7E
(188,206,126)
#C6D593
(198,213,147)
#D0DCA8
(208,220,168)
#DAE3BD
(218,227,189)
#E4EAD2
(228,234,210)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAB15; }

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

This text font color is #8AAB15.


Background Color

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

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

This div background color is #8AAB15.


Border color

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

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

This div border color is #8AAB15.


Opacity

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

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

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

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

This text has shadow with #8AAB15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8AAB15 on black background.


Color preview on white background

This text has color #8AAB15 on white background.



Black color preview on #8AAB15 background

This text has black color on #8AAB15 background.


White color preview on #8AAB15 background

This text has white color on #8AAB15 background.