COLOR #ACD293

HEX: #ACD293
RGB: (172,210,147)

Renk bilgisi

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

RGB renk modeli

#ACD293 color RGB value is (172,210,147).

  • kırmız ton 172;
  • yeşil ton 210;
  • mavi ton 147.
RGB:
(172,210,147)
(67%,82%,58%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 210 of 255 = 82%
B 147 of 255 = 58%

172
210
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 210 + 147 = 529 (100%)
R 172 of 529 ~ 32.51%
G 210 of 529 ~ 39.7%
B 147 of 529 ~ 27.79%

%32.51
%39.7
%27.79

CMYK RENK MODELİ

#ACD293 rengi CMYK tonu (18,0,30,18).

  • camgöbeği tonu 18.10%
  • eflatun tonu 0.00%
  • sarı tonu 30.00%
  • ana renk tonu 17.65%
CMYK:
(18,0,30,18)
C18M0Y30K18 
(18%,0%,30%,18%)
(0.18/0.00/0.30/0.18)	

CMYK yüzdeleri

%18.1
%0
%30
%17.65

Codes

Color #ACD293 in popluar color models

ACD293
RGB172210147
HSL96°41.18%70.00%
HSB/HSV96°30.00%82.35%
CMYK18.10%0.00%30.00%
17.65%

Color #ACD293 in popluar number systems.

HEXACD293
Decimal172210147
Binary101011001101001010010011
Octal254322223

Shades and tints

Shades of #ACD293

#ACD293
(172,210,147)
#9DBF86
(157,191,134)
#8EAC79
(142,172,121)
#7F996C
(127,153,108)
#70865F
(112,134,95)
#617352
(97,115,82)
#526045
(82,96,69)
#434D38
(67,77,56)
#343A2B
(52,58,43)
#25271E
(37,39,30)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #ACD293

#ACD293
(172,210,147)
#B3D69C
(179,214,156)
#BADAA5
(186,218,165)
#C1DEAE
(193,222,174)
#C8E2B7
(200,226,183)
#CFE6C0
(207,230,192)
#D6EAC9
(214,234,201)
#DDEED2
(221,238,210)
#E4F2DB
(228,242,219)
#EBF6E4
(235,246,228)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD293 color. Also use rgb(172,210,147) instead hex code.

Text Font Color

.myTextColor { color: #ACD293; }

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

This text font color is #ACD293.


Background Color

.myBgColor { background-color: #ACD293; }

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

This div background color is #ACD293.


Border color

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

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

This div border color is #ACD293.


Opacity

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

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

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

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

This text has shadow with #ACD293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD293 on black background.


Color preview on white background

This text has color #ACD293 on white background.



Black color preview on #ACD293 background

This text has black color on #ACD293 background.


White color preview on #ACD293 background

This text has white color on #ACD293 background.