COLOR #ACD593

HEX: #ACD593
RGB: (172,213,147)

Renk bilgisi

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

RGB renk modeli

#ACD593 color RGB value is (172,213,147).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 213 of 255 = 84%
B 147 of 255 = 58%

172
213
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 213 + 147 = 532 (100%)
R 172 of 532 ~ 32.33%
G 213 of 532 ~ 40.04%
B 147 of 532 ~ 27.63%

%32.33
%40.04
%27.63

CMYK RENK MODELİ

#ACD593 rengi CMYK tonu (19,0,31,16).

  • camgöbeği tonu 19.25%
  • eflatun tonu 0.00%
  • sarı tonu 30.99%
  • ana renk tonu 16.47%
CMYK:
(19,0,31,16)
C19M0Y31K16 
(19%,0%,31%,16%)
(0.19/0.00/0.31/0.16)	

CMYK yüzdeleri

%19.25
%0
%30.99
%16.47

Codes

Color #ACD593 in popluar color models

ACD593
RGB172213147
HSL97°44.00%70.59%
HSB/HSV97°30.99%83.53%
CMYK19.25%0.00%30.99%
16.47%

Color #ACD593 in popluar number systems.

HEXACD593
Decimal172213147
Binary101011001101010110010011
Octal254325223

Shades and tints

Shades of #ACD593

#ACD593
(172,213,147)
#9DC286
(157,194,134)
#8EAF79
(142,175,121)
#7F9C6C
(127,156,108)
#70895F
(112,137,95)
#617652
(97,118,82)
#526345
(82,99,69)
#435038
(67,80,56)
#343D2B
(52,61,43)
#252A1E
(37,42,30)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #ACD593

#ACD593
(172,213,147)
#B3D89C
(179,216,156)
#BADBA5
(186,219,165)
#C1DEAE
(193,222,174)
#C8E1B7
(200,225,183)
#CFE4C0
(207,228,192)
#D6E7C9
(214,231,201)
#DDEAD2
(221,234,210)
#E4EDDB
(228,237,219)
#EBF0E4
(235,240,228)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD593; }

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

This text font color is #ACD593.


Background Color

.myBgColor { background-color: #ACD593; }

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

This div background color is #ACD593.


Border color

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

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

This div border color is #ACD593.


Opacity

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

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

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

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

This text has shadow with #ACD593 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD593 on black background.


Color preview on white background

This text has color #ACD593 on white background.



Black color preview on #ACD593 background

This text has black color on #ACD593 background.


White color preview on #ACD593 background

This text has white color on #ACD593 background.