COLOR #8AAB29

HEX: #8AAB29
RGB: (138,171,41)

Color info

#8AAB29 contains mainly red and green colors. Web safe color of #8AAB29 is #999933 (or #993).

RGB color model

#8AAB29 color RGB value is (138,171,41).

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

RGB channels and saturation

R 138 of 255 = 54%
G 171 of 255 = 67%
B 41 of 255 = 16%

138
171
41

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

Portions of RGB colors in percentages

R + G + B =
138 + 171 + 41 = 350 (100%)
R 138 of 350 ~ 39.43%
G 171 of 350 ~ 48.86%
B 41 of 350 ~ 11.71%

%39.43
%48.86
%11.71

CMYK color model

#8AAB29 color CMYK value is (19,0,76,33).

  • cyan value is 19.30%
  • magenta value is 0.00%
  • yellow value is 76.02%
  • key color value is 32.94%
CMYK: (19,0,76,33) C19M0Y76K33 (19%,0%,76%,33%) (0.19/0.00/0.76/0.33)

CMYK percentages

%19.3
%0
%76.02
%32.94

Codes

Color #8AAB29 in popluar color models

8AAB29
RGB13817141
HSL75°61.32%41.57%
HSB/HSV75°76.02%67.06%
CMYK19.30%0.00%76.02%
32.94%

Color #8AAB29 in popluar number systems.

HEX8AAB29
Decimal13817141
Binary1000101010101011101001
Octal21225351

Shades and tints

Shades of #8AAB29

#8AAB29
(138,171,41)
#7E9C26
(126,156,38)
#728D23
(114,141,35)
#667E20
(102,126,32)
#5A6F1D
(90,111,29)
#4E601A
(78,96,26)
#425117
(66,81,23)
#364214
(54,66,20)
#2A3311
(42,51,17)
#1E240E
(30,36,14)
#12150B
(18,21,11)
#000000
(0,0,0)

Tints of #8AAB29

#8AAB29
(138,171,41)
#94B23C
(148,178,60)
#9EB94F
(158,185,79)
#A8C062
(168,192,98)
#B2C775
(178,199,117)
#BCCE88
(188,206,136)
#C6D59B
(198,213,155)
#D0DCAE
(208,220,174)
#DAE3C1
(218,227,193)
#E4EAD4
(228,234,212)
#EEF1E7
(238,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AAB29; }

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

This text font color is #8AAB29.


Background Color

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

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

This div background color is #8AAB29.


Border color

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

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

This div border color is #8AAB29.


Opacity

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

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

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

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

This text has shadow with #8AAB29 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #8AAB29 on black background.


Color preview on white background

This text has color #8AAB29 on white background.



Black color preview on #8AAB29 background

This text has black color on #8AAB29 background.


White color preview on #8AAB29 background

This text has white color on #8AAB29 background.