COLOR #ACD092

HEX: #ACD092 RGB: (172,208,146)

Color info

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

RGB color model

#ACD092 color RGB value is (172,208,146).

RGB: (172,208,146) (67%, 82%, 57%)

RGB channels and saturation

R 172 of 255 = 67%
G 208 of 255 = 82%
B 146 of 255 = 57%

172
208
146

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

Portions of RGB colors in percentages

R + G + B = 172 + 208 + 146 = 526 (100%)
R 172 of 526 ~ 32.7%
G 208 of 526 ~ 39.54%
B 146 of 526 ~ 27.76'%

%32.7
%39.54
%27.76

CMYK color model

#ACD092 color CMYK value is (17,0,30,18).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 29.81%
  • key color value is 18.43%

CMYK: (17,0,30,18)
C17M0Y30K18 (17%, 0%, 30%, 18%)
(0.17 / 0.00 / 0.30 / 0.18)

CMYK percentages

%17.31
%0
%29.81
%18.43

Codes

Color #ACD092 in popluar color models

AC D0 92
RGB 172 208 146
HSL 95° 39.74% 69.41%
HSB/HSV 95° 29.81% 81.57%
CMYK 17.31% 0.00% 29.81%
18.43%

Color #ACD092 in popluar number systems.

HEX AC D0 92
Decimal 172 208 146
Binary 10101100 11010000 10010010
Octal 254 320 222

Shades and tints

Shades of #ACD092

#ACD092
(172,208,146)
#9DBE85
(157,190,133)
#8EAC78
(142,172,120)
#7F9A6B
(127,154,107)
#70885E
(112,136,94)
#617651
(97,118,81)
#526444
(82,100,68)
#435237
(67,82,55)
#34402A
(52,64,42)
#252E1D
(37,46,29)
#161C10
(22,28,16)
#000000
(0,0,0)

Tints of #ACD092

#ACD092
(172,208,146)
#B3D49B
(179,212,155)
#BAD8A4
(186,216,164)
#C1DCAD
(193,220,173)
#C8E0B6
(200,224,182)
#CFE4BF
(207,228,191)
#D6E8C8
(214,232,200)
#DDECD1
(221,236,209)
#E4F0DA
(228,240,218)
#EBF4E3
(235,244,227)
#F2F8EC
(242,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD092; }

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

This text font color is #ACD092.

Background Color

.myBgColor { background-color: #ACD092; }

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

This div background color is #ACD092.

Border color

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

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

This div border color is #ACD092.

Opacity

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

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

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

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

This text has shadow with #ACD092 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD092.

Preview

Color preview on black background

This text has color #ACD092 on black background.


Color preview on white background

This text has color #ACD092 on white background.


Black color preview on #ACD092 background

This text has black color on #ACD092 background.


White color preview on #ACD092 background

This text has white color on #ACD092 background.


Related colors

Complementary color

Complementary color for #hex is #532F6D.


I love getcolorcode.com

Triadic colors

1 #92ACD0 and #D092AC with #ACD092 are triadic colors.

2 #92D0AC and #D0AC92 with #ACD092 are triadic colors.