COLOR #8ACB47

HEX: #8ACB47 RGB: (138,203,71)

Color info

#8ACB47 contains mainly green color. Web safe color of #8ACB47 is #99CC33 (or #9C3).

RGB color model

#8ACB47 color RGB value is (138,203,71).

RGB: (138,203,71) (54%, 80%, 28%)

RGB channels and saturation

R 138 of 255 = 54%
G 203 of 255 = 80%
B 71 of 255 = 28%

138
203
71

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

Portions of RGB colors in percentages

R + G + B = 138 + 203 + 71 = 412 (100%)
R 138 of 412 ~ 33.5%
G 203 of 412 ~ 49.27%
B 71 of 412 ~ 17.23'%

%33.5
%49.27
%17.23

CMYK color model

#8ACB47 color CMYK value is (32,0,65,20).

  • cyan value is 32.02%
  • magenta value is 0.00%
  • yellow value is 65.02%
  • key color value is 20.39%

CMYK: (32,0,65,20)
C32M0Y65K20 (32%, 0%, 65%, 20%)
(0.32 / 0.00 / 0.65 / 0.20)

CMYK percentages

%32.02
%0
%65.02
%20.39

Codes

Color #8ACB47 in popluar color models

8A CB 47
RGB 138 203 71
HSL 90° 55.93% 53.73%
HSB/HSV 90° 65.02% 79.61%
CMYK 32.02% 0.00% 65.02%
20.39%

Color #8ACB47 in popluar number systems.

HEX 8A CB 47
Decimal 138 203 71
Binary 10001010 11001011 1000111
Octal 212 313 107

Shades and tints

Shades of #8ACB47

#8ACB47
(138,203,71)
#7EB941
(126,185,65)
#72A73B
(114,167,59)
#669535
(102,149,53)
#5A832F
(90,131,47)
#4E7129
(78,113,41)
#425F23
(66,95,35)
#364D1D
(54,77,29)
#2A3B17
(42,59,23)
#1E2911
(30,41,17)
#12170B
(18,23,11)
#000000
(0,0,0)

Tints of #8ACB47

#8ACB47
(138,203,71)
#94CF57
(148,207,87)
#9ED367
(158,211,103)
#A8D777
(168,215,119)
#B2DB87
(178,219,135)
#BCDF97
(188,223,151)
#C6E3A7
(198,227,167)
#D0E7B7
(208,231,183)
#DAEBC7
(218,235,199)
#E4EFD7
(228,239,215)
#EEF3E7
(238,243,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8ACB47 color. Also use rgb(138,203,71) instead hex code.

Text Font Color

.myTextColor { color: #8ACB47; }

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

This text font color is #8ACB47.

Background Color

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

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

This div background color is #8ACB47.

Border color

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

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

This div border color is #8ACB47.

Opacity

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

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

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

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

This text has shadow with #8ACB47 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8ACB47.

Preview

Color preview on black background

This text has color #8ACB47 on black background.


Color preview on white background

This text has color #8ACB47 on white background.


Black color preview on #8ACB47 background

This text has black color on #8ACB47 background.


White color preview on #8ACB47 background

This text has white color on #8ACB47 background.


Related colors

Complementary color

Complementary color for #hex is #7534B8.


I love getcolorcode.com

Triadic colors

1 #478ACB and #CB478A with #8ACB47 are triadic colors.

2 #47CB8A and #CB8A47 with #8ACB47 are triadic colors.