COLOR #ACD692

HEX: #ACD692 RGB: (172,214,146)

Color info

#ACD692 contains mainly red and green colors. Web safe color of #ACD692 is #99CC99 (or #9C9).

RGB color model

#ACD692 color RGB value is (172,214,146).

RGB: (172,214,146) (67%, 84%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 214 of 255 = 84%
B 146 of 255 = 57%

172
214
146

R + G + B ~ 69%. #ACD692 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 214 + 146 = 532 (100%)
R 172 of 532 ~ 32.33%
G 214 of 532 ~ 40.23%
B 146 of 532 ~ 27.44'%

%32.33
%40.23
%27.44

CMYK color model

#ACD692 color CMYK value is (20,0,32,16).

  • cyan value is 19.63%
  • magenta value is 0.00%
  • yellow value is 31.78%
  • key color value is 16.08%

CMYK: (20,0,32,16)
C20M0Y32K16 (20%, 0%, 32%, 16%)
(0.20 / 0.00 / 0.32 / 0.16)

CMYK percentages

%19.63
%0
%31.78
%16.08

Codes

Color #ACD692 in popluar color models

AC D6 92
RGB 172 214 146
HSL 97° 45.33% 70.59%
HSB/HSV 97° 31.78% 83.92%
CMYK 19.63% 0.00% 31.78%
16.08%

Color #ACD692 in popluar number systems.

HEX AC D6 92
Decimal 172 214 146
Binary 10101100 11010110 10010010
Octal 254 326 222

Shades and tints

Shades of #ACD692

#ACD692
(172,214,146)
#9DC385
(157,195,133)
#8EB078
(142,176,120)
#7F9D6B
(127,157,107)
#708A5E
(112,138,94)
#617751
(97,119,81)
#526444
(82,100,68)
#435137
(67,81,55)
#343E2A
(52,62,42)
#252B1D
(37,43,29)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACD692

#ACD692
(172,214,146)
#B3D99B
(179,217,155)
#BADCA4
(186,220,164)
#C1DFAD
(193,223,173)
#C8E2B6
(200,226,182)
#CFE5BF
(207,229,191)
#D6E8C8
(214,232,200)
#DDEBD1
(221,235,209)
#E4EEDA
(228,238,218)
#EBF1E3
(235,241,227)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD692 color. Also use rgb(172,214,146) instead hex code.

Text Font Color

.myTextColor { color: #ACD692; }

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

This text font color is #ACD692.

Background Color

.myBgColor { background-color: #ACD692; }

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

This div background color is #ACD692.

Border color

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

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

This div border color is #ACD692.

Opacity

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

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

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

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

This text has shadow with #ACD692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD692.

Preview

Color preview on black background

This text has color #ACD692 on black background.


Color preview on white background

This text has color #ACD692 on white background.


Black color preview on #ACD692 background

This text has black color on #ACD692 background.


White color preview on #ACD692 background

This text has white color on #ACD692 background.


Related colors

Complementary color

Complementary color for #hex is #53296D.


I love getcolorcode.com

Triadic colors

1 #92ACD6 and #D692AC with #ACD692 are triadic colors.

2 #92D6AC and #D6AC92 with #ACD692 are triadic colors.