COLOR #8AB84D

HEX: #8AB84D RGB: (138,184,77)

Color info

#8AB84D contains mainly red and green colors. Web safe color of #8AB84D is #99CC33 (or #9C3).

RGB color model

#8AB84D color RGB value is (138,184,77).

RGB: (138,184,77) (54%, 72%, 30%)

RGB channels and saturation

R 138 of 255 = 54%
G 184 of 255 = 72%
B 77 of 255 = 30%

138
184
77

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

Portions of RGB colors in percentages

R + G + B = 138 + 184 + 77 = 399 (100%)
R 138 of 399 ~ 34.59%
G 184 of 399 ~ 46.12%
B 77 of 399 ~ 19.3'%

%34.59
%46.12
%19.3

CMYK color model

#8AB84D color CMYK value is (25,0,58,28).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 58.15%
  • key color value is 27.84%

CMYK: (25,0,58,28)
C25M0Y58K28 (25%, 0%, 58%, 28%)
(0.25 / 0.00 / 0.58 / 0.28)

CMYK percentages

%25
%0
%58.15
%27.84

Codes

Color #8AB84D in popluar color models

8A B8 4D
RGB 138 184 77
HSL 86° 42.97% 51.18%
HSB/HSV 86° 58.15% 72.16%
CMYK 25.00% 0.00% 58.15%
27.84%

Color #8AB84D in popluar number systems.

HEX 8A B8 4D
Decimal 138 184 77
Binary 10001010 10111000 1001101
Octal 212 270 115

Shades and tints

Shades of #8AB84D

#8AB84D
(138,184,77)
#7EA846
(126,168,70)
#72983F
(114,152,63)
#668838
(102,136,56)
#5A7831
(90,120,49)
#4E682A
(78,104,42)
#425823
(66,88,35)
#36481C
(54,72,28)
#2A3815
(42,56,21)
#1E280E
(30,40,14)
#121807
(18,24,7)
#000000
(0,0,0)

Tints of #8AB84D

#8AB84D
(138,184,77)
#94BE5D
(148,190,93)
#9EC46D
(158,196,109)
#A8CA7D
(168,202,125)
#B2D08D
(178,208,141)
#BCD69D
(188,214,157)
#C6DCAD
(198,220,173)
#D0E2BD
(208,226,189)
#DAE8CD
(218,232,205)
#E4EEDD
(228,238,221)
#EEF4ED
(238,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB84D color. Also use rgb(138,184,77) instead hex code.

Text Font Color

.myTextColor { color: #8AB84D; }

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

This text font color is #8AB84D.

Background Color

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

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

This div background color is #8AB84D.

Border color

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

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

This div border color is #8AB84D.

Opacity

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

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

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

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

This text has shadow with #8AB84D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB84D.

Preview

Color preview on black background

This text has color #8AB84D on black background.


Color preview on white background

This text has color #8AB84D on white background.


Black color preview on #8AB84D background

This text has black color on #8AB84D background.


White color preview on #8AB84D background

This text has white color on #8AB84D background.


Related colors

Complementary color

Complementary color for #hex is #7547B2.


I love getcolorcode.com

Triadic colors

1 #4D8AB8 and #B84D8A with #8AB84D are triadic colors.

2 #4DB88A and #B88A4D with #8AB84D are triadic colors.