COLOR #99AC47

HEX: #99AC47 RGB: (153,172,71)

Color info

#99AC47 contains mainly red and green colors. Web safe color of #99AC47 is #999933 (or #993).

RGB color model

#99AC47 color RGB value is (153,172,71).

RGB: (153,172,71) (60%, 67%, 28%)

RGB channels and saturation

R 153 of 255 = 60%
G 172 of 255 = 67%
B 71 of 255 = 28%

153
172
71

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

Portions of RGB colors in percentages

R + G + B = 153 + 172 + 71 = 396 (100%)
R 153 of 396 ~ 38.64%
G 172 of 396 ~ 43.43%
B 71 of 396 ~ 17.93'%

%38.64
%43.43
%17.93

CMYK color model

#99AC47 color CMYK value is (11,0,59,33).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 58.72%
  • key color value is 32.55%

CMYK: (11,0,59,33)
C11M0Y59K33 (11%, 0%, 59%, 33%)
(0.11 / 0.00 / 0.59 / 0.33)

CMYK percentages

%11.05
%0
%58.72
%32.55

Codes

Color #99AC47 in popluar color models

99 AC 47
RGB 153 172 71
HSL 71° 41.56% 47.65%
HSB/HSV 71° 58.72% 67.45%
CMYK 11.05% 0.00% 58.72%
32.55%

Color #99AC47 in popluar number systems.

HEX 99 AC 47
Decimal 153 172 71
Binary 10011001 10101100 1000111
Octal 231 254 107

Shades and tints

Shades of #99AC47

#99AC47
(153,172,71)
#8C9D41
(140,157,65)
#7F8E3B
(127,142,59)
#727F35
(114,127,53)
#65702F
(101,112,47)
#586129
(88,97,41)
#4B5223
(75,82,35)
#3E431D
(62,67,29)
#313417
(49,52,23)
#242511
(36,37,17)
#17160B
(23,22,11)
#000000
(0,0,0)

Tints of #99AC47

#99AC47
(153,172,71)
#A2B357
(162,179,87)
#ABBA67
(171,186,103)
#B4C177
(180,193,119)
#BDC887
(189,200,135)
#C6CF97
(198,207,151)
#CFD6A7
(207,214,167)
#D8DDB7
(216,221,183)
#E1E4C7
(225,228,199)
#EAEBD7
(234,235,215)
#F3F2E7
(243,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99AC47 color. Also use rgb(153,172,71) instead hex code.

Text Font Color

.myTextColor { color: #99AC47; }

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

This text font color is #99AC47.

Background Color

.myBgColor { background-color: #99AC47; }

<div style="background-color:#99AC47">Inner text</div>

This div background color is #99AC47.

Border color

.myBorderColor { border: 1px solid #99AC47; }

<div style="border:3px solid #99AC47">Div</div>

This div border color is #99AC47.

Opacity

.myOpacity80 { color: #99AC47; opacity: 0.8; }

<p style="color:#99AC47;opacity:0.8;">80%</p>

Text with #99AC47 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 #99AC47;}

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

This text has shadow with #99AC47 color.


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

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

This text has shadow with #99AC47 primary color and red secondary color.


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

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

This text has shadow with #99AC47 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99AC47.

Preview

Color preview on black background

This text has color #99AC47 on black background.


Color preview on white background

This text has color #99AC47 on white background.


Black color preview on #99AC47 background

This text has black color on #99AC47 background.


White color preview on #99AC47 background

This text has white color on #99AC47 background.


Related colors

Complementary color

Complementary color for #hex is #6653B8.


I love getcolorcode.com

Triadic colors

1 #4799AC and #AC4799 with #99AC47 are triadic colors.

2 #47AC99 and #AC9947 with #99AC47 are triadic colors.