COLOR #8AA712

HEX: #8AA712 RGB: (138,167,18)

Color info

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

RGB color model

#8AA712 color RGB value is (138,167,18).

RGB: (138,167,18) (54%, 65%, 7%)

RGB channels and saturation

R 138 of 255 = 54%
G 167 of 255 = 65%
B 18 of 255 = 7%

138
167
18

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

Portions of RGB colors in percentages

R + G + B = 138 + 167 + 18 = 323 (100%)
R 138 of 323 ~ 42.72%
G 167 of 323 ~ 51.7%
B 18 of 323 ~ 5.57'%

%42.72
%51.7

CMYK color model

#8AA712 color CMYK value is (17,0,89,35).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 89.22%
  • key color value is 34.51%

CMYK: (17,0,89,35)
C17M0Y89K35 (17%, 0%, 89%, 35%)
(0.17 / 0.00 / 0.89 / 0.35)

CMYK percentages

%17.37
%0
%89.22
%34.51

Codes

Color #8AA712 in popluar color models

8A A7 12
RGB 138 167 18
HSL 72° 80.54% 36.27%
HSB/HSV 72° 89.22% 65.49%
CMYK 17.37% 0.00% 89.22%
34.51%

Color #8AA712 in popluar number systems.

HEX 8A A7 12
Decimal 138 167 18
Binary 10001010 10100111 10010
Octal 212 247 22

Shades and tints

Shades of #8AA712

#8AA712
(138,167,18)
#7E9811
(126,152,17)
#728910
(114,137,16)
#667A0F
(102,122,15)
#5A6B0E
(90,107,14)
#4E5C0D
(78,92,13)
#424D0C
(66,77,12)
#363E0B
(54,62,11)
#2A2F0A
(42,47,10)
#1E2009
(30,32,9)
#121108
(18,17,8)
#000000
(0,0,0)

Tints of #8AA712

#8AA712
(138,167,18)
#94AF27
(148,175,39)
#9EB73C
(158,183,60)
#A8BF51
(168,191,81)
#B2C766
(178,199,102)
#BCCF7B
(188,207,123)
#C6D790
(198,215,144)
#D0DFA5
(208,223,165)
#DAE7BA
(218,231,186)
#E4EFCF
(228,239,207)
#EEF7E4
(238,247,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8AA712 color. Also use rgb(138,167,18) instead hex code.

Text Font Color

.myTextColor { color: #8AA712; }

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

This text font color is #8AA712.

Background Color

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

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

This div background color is #8AA712.

Border color

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

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

This div border color is #8AA712.

Opacity

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

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

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

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

This text has shadow with #8AA712 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8AA712.

Preview

Color preview on black background

This text has color #8AA712 on black background.


Color preview on white background

This text has color #8AA712 on white background.


Black color preview on #8AA712 background

This text has black color on #8AA712 background.


White color preview on #8AA712 background

This text has white color on #8AA712 background.


Related colors

Complementary color

Complementary color for #hex is #7558ED.


I love getcolorcode.com

Triadic colors

1 #128AA7 and #A7128A with #8AA712 are triadic colors.

2 #12A78A and #A78A12 with #8AA712 are triadic colors.