COLOR #ACD090

HEX: #ACD090
RGB: (172,208,144)

Renk bilgisi

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

RGB renk modeli

#ACD090 color RGB value is (172,208,144).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 208 of 255 = 82%
B 144 of 255 = 56%

172
208
144

R + G + B ~ 68%. #ACD090 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 208 + 144 = 524 (100%)
R 172 of 524 ~ 32.82%
G 208 of 524 ~ 39.69%
B 144 of 524 ~ 27.48%

%32.82
%39.69
%27.48

CMYK RENK MODELİ

#ACD090 rengi CMYK tonu (17,0,31,18).

  • camgöbeği tonu 17.31%
  • eflatun tonu 0.00%
  • sarı tonu 30.77%
  • ana renk tonu 18.43%
CMYK:
(17,0,31,18)
C17M0Y31K18 
(17%,0%,31%,18%)
(0.17/0.00/0.31/0.18)	

CMYK yüzdeleri

%17.31
%0
%30.77
%18.43

Codes

Color #ACD090 in popluar color models

ACD090
RGB172208144
HSL94°40.51%69.02%
HSB/HSV94°30.77%81.57%
CMYK17.31%0.00%30.77%
18.43%

Color #ACD090 in popluar number systems.

HEXACD090
Decimal172208144
Binary101011001101000010010000
Octal254320220

Shades and tints

Shades of #ACD090

#ACD090
(172,208,144)
#9DBE83
(157,190,131)
#8EAC76
(142,172,118)
#7F9A69
(127,154,105)
#70885C
(112,136,92)
#61764F
(97,118,79)
#526442
(82,100,66)
#435235
(67,82,53)
#344028
(52,64,40)
#252E1B
(37,46,27)
#161C0E
(22,28,14)
#000000
(0,0,0)

Tints of #ACD090

#ACD090
(172,208,144)
#B3D49A
(179,212,154)
#BAD8A4
(186,216,164)
#C1DCAE
(193,220,174)
#C8E0B8
(200,224,184)
#CFE4C2
(207,228,194)
#D6E8CC
(214,232,204)
#DDECD6
(221,236,214)
#E4F0E0
(228,240,224)
#EBF4EA
(235,244,234)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD090; }

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

This text font color is #ACD090.


Background Color

.myBgColor { background-color: #ACD090; }

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

This div background color is #ACD090.


Border color

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

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

This div border color is #ACD090.


Opacity

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

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

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

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

This text has shadow with #ACD090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD090 on black background.


Color preview on white background

This text has color #ACD090 on white background.



Black color preview on #ACD090 background

This text has black color on #ACD090 background.


White color preview on #ACD090 background

This text has white color on #ACD090 background.