COLOR #8AB064

HEX: #8AB064 RGB: (138,176,100)

Color info

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

RGB color model

#8AB064 color RGB value is (138,176,100).

RGB: (138,176,100) (54%, 69%, 39%)

RGB channels and saturation

R 138 of 255 = 54%
G 176 of 255 = 69%
B 100 of 255 = 39%

138
176
100

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

Portions of RGB colors in percentages

R + G + B = 138 + 176 + 100 = 414 (100%)
R 138 of 414 ~ 33.33%
G 176 of 414 ~ 42.51%
B 100 of 414 ~ 24.15'%

%33.33
%42.51
%24.15

CMYK color model

#8AB064 color CMYK value is (22,0,43,31).

  • cyan value is 21.59%
  • magenta value is 0.00%
  • yellow value is 43.18%
  • key color value is 30.98%

CMYK: (22,0,43,31)
C22M0Y43K31 (22%, 0%, 43%, 31%)
(0.22 / 0.00 / 0.43 / 0.31)

CMYK percentages

%21.59
%0
%43.18
%30.98

Codes

Color #8AB064 in popluar color models

8A B0 64
RGB 138 176 100
HSL 90° 32.48% 54.12%
HSB/HSV 90° 43.18% 69.02%
CMYK 21.59% 0.00% 43.18%
30.98%

Color #8AB064 in popluar number systems.

HEX 8A B0 64
Decimal 138 176 100
Binary 10001010 10110000 1100100
Octal 212 260 144

Shades and tints

Shades of #8AB064

#8AB064
(138,176,100)
#7EA05B
(126,160,91)
#729052
(114,144,82)
#668049
(102,128,73)
#5A7040
(90,112,64)
#4E6037
(78,96,55)
#42502E
(66,80,46)
#364025
(54,64,37)
#2A301C
(42,48,28)
#1E2013
(30,32,19)
#12100A
(18,16,10)
#000000
(0,0,0)

Tints of #8AB064

#8AB064
(138,176,100)
#94B772
(148,183,114)
#9EBE80
(158,190,128)
#A8C58E
(168,197,142)
#B2CC9C
(178,204,156)
#BCD3AA
(188,211,170)
#C6DAB8
(198,218,184)
#D0E1C6
(208,225,198)
#DAE8D4
(218,232,212)
#E4EFE2
(228,239,226)
#EEF6F0
(238,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8AB064; }

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

This text font color is #8AB064.

Background Color

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

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

This div background color is #8AB064.

Border color

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

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

This div border color is #8AB064.

Opacity

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

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

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

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

This text has shadow with #8AB064 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AB064.

Preview

Color preview on black background

This text has color #8AB064 on black background.


Color preview on white background

This text has color #8AB064 on white background.


Black color preview on #8AB064 background

This text has black color on #8AB064 background.


White color preview on #8AB064 background

This text has white color on #8AB064 background.


Related colors

Complementary color

Complementary color for #hex is #754F9B.


I love getcolorcode.com

Triadic colors

1 #648AB0 and #B0648A with #8AB064 are triadic colors.

2 #64B08A and #B08A64 with #8AB064 are triadic colors.