COLOR #8AB150

HEX: #8AB150 RGB: (138,177,80)

Color info

#8AB150 contains mainly red and green colors. Web safe color of #8AB150 is #999966 (or #996).

RGB color model

#8AB150 color RGB value is (138,177,80).

RGB: (138,177,80) (54%, 69%, 31%)

RGB channels and saturation

R 138 of 255 = 54%
G 177 of 255 = 69%
B 80 of 255 = 31%

138
177
80

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

Portions of RGB colors in percentages

R + G + B = 138 + 177 + 80 = 395 (100%)
R 138 of 395 ~ 34.94%
G 177 of 395 ~ 44.81%
B 80 of 395 ~ 20.25'%

%34.94
%44.81
%20.25

CMYK color model

#8AB150 color CMYK value is (22,0,55,31).

  • cyan value is 22.03%
  • magenta value is 0.00%
  • yellow value is 54.80%
  • key color value is 30.59%

CMYK: (22,0,55,31)
C22M0Y55K31 (22%, 0%, 55%, 31%)
(0.22 / 0.00 / 0.55 / 0.31)

CMYK percentages

%22.03
%0
%54.8
%30.59

Codes

Color #8AB150 in popluar color models

8A B1 50
RGB 138 177 80
HSL 84° 38.34% 50.39%
HSB/HSV 84° 54.80% 69.41%
CMYK 22.03% 0.00% 54.80%
30.59%

Color #8AB150 in popluar number systems.

HEX 8A B1 50
Decimal 138 177 80
Binary 10001010 10110001 1010000
Octal 212 261 120

Shades and tints

Shades of #8AB150

#8AB150
(138,177,80)
#7EA149
(126,161,73)
#729142
(114,145,66)
#66813B
(102,129,59)
#5A7134
(90,113,52)
#4E612D
(78,97,45)
#425126
(66,81,38)
#36411F
(54,65,31)
#2A3118
(42,49,24)
#1E2111
(30,33,17)
#12110A
(18,17,10)
#000000
(0,0,0)

Tints of #8AB150

#8AB150
(138,177,80)
#94B85F
(148,184,95)
#9EBF6E
(158,191,110)
#A8C67D
(168,198,125)
#B2CD8C
(178,205,140)
#BCD49B
(188,212,155)
#C6DBAA
(198,219,170)
#D0E2B9
(208,226,185)
#DAE9C8
(218,233,200)
#E4F0D7
(228,240,215)
#EEF7E6
(238,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AB150 color. Also use rgb(138,177,80) instead hex code.

Text Font Color

.myTextColor { color: #8AB150; }

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

This text font color is #8AB150.

Background Color

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

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

This div background color is #8AB150.

Border color

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

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

This div border color is #8AB150.

Opacity

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

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

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

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

This text has shadow with #8AB150 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB150.

Preview

Color preview on black background

This text has color #8AB150 on black background.


Color preview on white background

This text has color #8AB150 on white background.


Black color preview on #8AB150 background

This text has black color on #8AB150 background.


White color preview on #8AB150 background

This text has white color on #8AB150 background.


Related colors

Complementary color

Complementary color for #hex is #754EAF.


I love getcolorcode.com

Triadic colors

1 #508AB1 and #B1508A with #8AB150 are triadic colors.

2 #50B18A and #B18A50 with #8AB150 are triadic colors.