COLOR #ACAD30

HEX: #ACAD30 RGB: (172,173,48)

Color info

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

RGB color model

#ACAD30 color RGB value is (172,173,48).

RGB: (172,173,48) (67%, 68%, 19%)

RGB channels and saturation

R 172 of 255 = 67%
G 173 of 255 = 68%
B 48 of 255 = 19%

172
173
48

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

Portions of RGB colors in percentages

R + G + B = 172 + 173 + 48 = 393 (100%)
R 172 of 393 ~ 43.77%
G 173 of 393 ~ 44.02%
B 48 of 393 ~ 12.21'%

%43.77
%44.02
%12.21

CMYK color model

#ACAD30 color CMYK value is (1,0,72,32).

  • cyan value is 0.58%
  • magenta value is 0.00%
  • yellow value is 72.25%
  • key color value is 32.16%

CMYK: (1,0,72,32)
C1M0Y72K32 (1%, 0%, 72%, 32%)
(0.01 / 0.00 / 0.72 / 0.32)

CMYK percentages

%0.58
%0
%72.25
%32.16

Codes

Color #ACAD30 in popluar color models

AC AD 30
RGB 172 173 48
HSL 60° 56.56% 43.33%
HSB/HSV 60° 72.25% 67.84%
CMYK 0.58% 0.00% 72.25%
32.16%

Color #ACAD30 in popluar number systems.

HEX AC AD 30
Decimal 172 173 48
Binary 10101100 10101101 110000
Octal 254 255 60

Shades and tints

Shades of #ACAD30

#ACAD30
(172,173,48)
#9D9E2C
(157,158,44)
#8E8F28
(142,143,40)
#7F8024
(127,128,36)
#707120
(112,113,32)
#61621C
(97,98,28)
#525318
(82,83,24)
#434414
(67,68,20)
#343510
(52,53,16)
#25260C
(37,38,12)
#161708
(22,23,8)
#000000
(0,0,0)

Tints of #ACAD30

#ACAD30
(172,173,48)
#B3B442
(179,180,66)
#BABB54
(186,187,84)
#C1C266
(193,194,102)
#C8C978
(200,201,120)
#CFD08A
(207,208,138)
#D6D79C
(214,215,156)
#DDDEAE
(221,222,174)
#E4E5C0
(228,229,192)
#EBECD2
(235,236,210)
#F2F3E4
(242,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAD30 color. Also use rgb(172,173,48) instead hex code.

Text Font Color

.myTextColor { color: #ACAD30; }

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

This text font color is #ACAD30.

Background Color

.myBgColor { background-color: #ACAD30; }

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

This div background color is #ACAD30.

Border color

.myBorderColor { border: 1px solid #ACAD30; }

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

This div border color is #ACAD30.

Opacity

.myOpacity80 { color: #ACAD30; opacity: 0.8; }

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

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

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

This text has shadow with #ACAD30 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACAD30.

Preview

Color preview on black background

This text has color #ACAD30 on black background.


Color preview on white background

This text has color #ACAD30 on white background.


Black color preview on #ACAD30 background

This text has black color on #ACAD30 background.


White color preview on #ACAD30 background

This text has white color on #ACAD30 background.


Related colors

Complementary color

Complementary color for #hex is #5352CF.


I love getcolorcode.com

Triadic colors

1 #30ACAD and #AD30AC with #ACAD30 are triadic colors.

2 #30ADAC and #ADAC30 with #ACAD30 are triadic colors.