COLOR #ACD093

HEX: #ACD093
RGB: (172,208,147)

Renk bilgisi

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

RGB renk modeli

#ACD093 color RGB value is (172,208,147).

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

RGB bağlantıları ve doygunluk

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

172
208
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 208 + 147 = 527 (100%)
R 172 of 527 ~ 32.64%
G 208 of 527 ~ 39.47%
B 147 of 527 ~ 27.89%

%32.64
%39.47
%27.89

CMYK RENK MODELİ

#ACD093 rengi CMYK tonu (17,0,29,18).

  • camgöbeği tonu 17.31%
  • eflatun tonu 0.00%
  • sarı tonu 29.33%
  • ana renk tonu 18.43%
CMYK:
(17,0,29,18)
C17M0Y29K18 
(17%,0%,29%,18%)
(0.17/0.00/0.29/0.18)	

CMYK yüzdeleri

%17.31
%0
%29.33
%18.43

Codes

Color #ACD093 in popluar color models

ACD093
RGB172208147
HSL95°39.35%69.61%
HSB/HSV95°29.33%81.57%
CMYK17.31%0.00%29.33%
18.43%

Color #ACD093 in popluar number systems.

HEXACD093
Decimal172208147
Binary101011001101000010010011
Octal254320223

Shades and tints

Shades of #ACD093

#ACD093
(172,208,147)
#9DBE86
(157,190,134)
#8EAC79
(142,172,121)
#7F9A6C
(127,154,108)
#70885F
(112,136,95)
#617652
(97,118,82)
#526445
(82,100,69)
#435238
(67,82,56)
#34402B
(52,64,43)
#252E1E
(37,46,30)
#161C11
(22,28,17)
#000000
(0,0,0)

Tints of #ACD093

#ACD093
(172,208,147)
#B3D49C
(179,212,156)
#BAD8A5
(186,216,165)
#C1DCAE
(193,220,174)
#C8E0B7
(200,224,183)
#CFE4C0
(207,228,192)
#D6E8C9
(214,232,201)
#DDECD2
(221,236,210)
#E4F0DB
(228,240,219)
#EBF4E4
(235,244,228)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD093; }

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

This text font color is #ACD093.


Background Color

.myBgColor { background-color: #ACD093; }

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

This div background color is #ACD093.


Border color

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

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

This div border color is #ACD093.


Opacity

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

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

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

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

This text has shadow with #ACD093 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD093 on black background.


Color preview on white background

This text has color #ACD093 on white background.



Black color preview on #ACD093 background

This text has black color on #ACD093 background.


White color preview on #ACD093 background

This text has white color on #ACD093 background.