COLOR #ACDD92

HEX: #ACDD92
RGB: (172,221,146)

Renk bilgisi

#ACDD92 contains mainly red and green colors. #ACDD92 ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACDD92 color RGB value is (172,221,146).

  • kırmız ton 172;
  • yeşil ton 221;
  • mavi ton 146.
RGB:
(172,221,146)
(67%,87%,57%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 221 of 255 = 87%
B 146 of 255 = 57%

172
221
146

R + G + B ~ 70%. #ACDD92 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 221 + 146 = 539 (100%)
R 172 of 539 ~ 31.91%
G 221 of 539 ~ 41%
B 146 of 539 ~ 27.09%

%31.91
%41
%27.09

CMYK RENK MODELİ

#ACDD92 rengi CMYK tonu (22,0,34,13).

  • camgöbeği tonu 22.17%
  • eflatun tonu 0.00%
  • sarı tonu 33.94%
  • ana renk tonu 13.33%
CMYK:
(22,0,34,13)
C22M0Y34K13 
(22%,0%,34%,13%)
(0.22/0.00/0.34/0.13)	

CMYK yüzdeleri

%22.17
%0
%33.94
%13.33

Codes

Color #ACDD92 in popluar color models

ACDD92
RGB172221146
HSL99°52.45%71.96%
HSB/HSV99°33.94%86.67%
CMYK22.17%0.00%33.94%
13.33%

Color #ACDD92 in popluar number systems.

HEXACDD92
Decimal172221146
Binary101011001101110110010010
Octal254335222

Shades and tints

Shades of #ACDD92

#ACDD92
(172,221,146)
#9DC985
(157,201,133)
#8EB578
(142,181,120)
#7FA16B
(127,161,107)
#708D5E
(112,141,94)
#617951
(97,121,81)
#526544
(82,101,68)
#435137
(67,81,55)
#343D2A
(52,61,42)
#25291D
(37,41,29)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #ACDD92

#ACDD92
(172,221,146)
#B3E09B
(179,224,155)
#BAE3A4
(186,227,164)
#C1E6AD
(193,230,173)
#C8E9B6
(200,233,182)
#CFECBF
(207,236,191)
#D6EFC8
(214,239,200)
#DDF2D1
(221,242,209)
#E4F5DA
(228,245,218)
#EBF8E3
(235,248,227)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDD92; }

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

This text font color is #ACDD92.


Background Color

.myBgColor { background-color: #ACDD92; }

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

This div background color is #ACDD92.


Border color

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

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

This div border color is #ACDD92.


Opacity

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

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

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

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

This text has shadow with #ACDD92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDD92 on black background.


Color preview on white background

This text has color #ACDD92 on white background.



Black color preview on #ACDD92 background

This text has black color on #ACDD92 background.


White color preview on #ACDD92 background

This text has white color on #ACDD92 background.