COLOR #ACD383

HEX: #ACD383
RGB: (172,211,131)

Renk bilgisi

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

RGB renk modeli

#ACD383 color RGB value is (172,211,131).

  • kırmız ton 172;
  • yeşil ton 211;
  • mavi ton 131.
RGB:
(172,211,131)
(67%,83%,51%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 211 of 255 = 83%
B 131 of 255 = 51%

172
211
131

R + G + B ~ 67%. #ACD383 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 211 + 131 = 514 (100%)
R 172 of 514 ~ 33.46%
G 211 of 514 ~ 41.05%
B 131 of 514 ~ 25.49%

%33.46
%41.05
%25.49

CMYK RENK MODELİ

#ACD383 rengi CMYK tonu (18,0,38,17).

  • camgöbeği tonu 18.48%
  • eflatun tonu 0.00%
  • sarı tonu 37.91%
  • ana renk tonu 17.25%
CMYK:
(18,0,38,17)
C18M0Y38K17 
(18%,0%,38%,17%)
(0.18/0.00/0.38/0.17)	

CMYK yüzdeleri

%18.48
%0
%37.91
%17.25

Codes

Color #ACD383 in popluar color models

ACD383
RGB172211131
HSL89°47.62%67.06%
HSB/HSV89°37.91%82.75%
CMYK18.48%0.00%37.91%
17.25%

Color #ACD383 in popluar number systems.

HEXACD383
Decimal172211131
Binary101011001101001110000011
Octal254323203

Shades and tints

Shades of #ACD383

#ACD383
(172,211,131)
#9DC078
(157,192,120)
#8EAD6D
(142,173,109)
#7F9A62
(127,154,98)
#708757
(112,135,87)
#61744C
(97,116,76)
#526141
(82,97,65)
#434E36
(67,78,54)
#343B2B
(52,59,43)
#252820
(37,40,32)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #ACD383

#ACD383
(172,211,131)
#B3D78E
(179,215,142)
#BADB99
(186,219,153)
#C1DFA4
(193,223,164)
#C8E3AF
(200,227,175)
#CFE7BA
(207,231,186)
#D6EBC5
(214,235,197)
#DDEFD0
(221,239,208)
#E4F3DB
(228,243,219)
#EBF7E6
(235,247,230)
#F2FBF1
(242,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD383 color. Also use rgb(172,211,131) instead hex code.

Text Font Color

.myTextColor { color: #ACD383; }

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

This text font color is #ACD383.


Background Color

.myBgColor { background-color: #ACD383; }

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

This div background color is #ACD383.


Border color

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

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

This div border color is #ACD383.


Opacity

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

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

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

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

This text has shadow with #ACD383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD383 on black background.


Color preview on white background

This text has color #ACD383 on white background.



Black color preview on #ACD383 background

This text has black color on #ACD383 background.


White color preview on #ACD383 background

This text has white color on #ACD383 background.