COLOR #ACD118

HEX: #ACD118
RGB: (172,209,24)

Renk bilgisi

#ACD118 contains mainly red and green colors. #ACD118 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#ACD118 color RGB value is (172,209,24).

  • kırmız ton 172;
  • yeşil ton 209;
  • mavi ton 24.
RGB:
(172,209,24)
(67%,82%,9%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 209 of 255 = 82%
B 24 of 255 = 9%

172
209
24

R + G + B ~ 53%. #ACD118 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 209 + 24 = 405 (100%)
R 172 of 405 ~ 42.47%
G 209 of 405 ~ 51.6%
B 24 of 405 ~ 5.93%

%42.47
%51.6

CMYK RENK MODELİ

#ACD118 rengi CMYK tonu (18,0,89,18).

  • camgöbeği tonu 17.70%
  • eflatun tonu 0.00%
  • sarı tonu 88.52%
  • ana renk tonu 18.04%
CMYK:
(18,0,89,18)
C18M0Y89K18 
(18%,0%,89%,18%)
(0.18/0.00/0.89/0.18)	

CMYK yüzdeleri

%17.7
%0
%88.52
%18.04

Codes

Color #ACD118 in popluar color models

ACD118
RGB17220924
HSL72°79.40%45.69%
HSB/HSV72°88.52%81.96%
CMYK17.70%0.00%88.52%
18.04%

Color #ACD118 in popluar number systems.

HEXACD118
Decimal17220924
Binary101011001101000111000
Octal25432130

Shades and tints

Shades of #ACD118

#ACD118
(172,209,24)
#9DBE16
(157,190,22)
#8EAB14
(142,171,20)
#7F9812
(127,152,18)
#708510
(112,133,16)
#61720E
(97,114,14)
#525F0C
(82,95,12)
#434C0A
(67,76,10)
#343908
(52,57,8)
#252606
(37,38,6)
#161304
(22,19,4)
#000000
(0,0,0)

Tints of #ACD118

#ACD118
(172,209,24)
#B3D52D
(179,213,45)
#BAD942
(186,217,66)
#C1DD57
(193,221,87)
#C8E16C
(200,225,108)
#CFE581
(207,229,129)
#D6E996
(214,233,150)
#DDEDAB
(221,237,171)
#E4F1C0
(228,241,192)
#EBF5D5
(235,245,213)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD118 color. Also use rgb(172,209,24) instead hex code.

Text Font Color

.myTextColor { color: #ACD118; }

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

This text font color is #ACD118.


Background Color

.myBgColor { background-color: #ACD118; }

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

This div background color is #ACD118.


Border color

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

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

This div border color is #ACD118.


Opacity

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

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

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

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

This text has shadow with #ACD118 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD118 on black background.


Color preview on white background

This text has color #ACD118 on white background.



Black color preview on #ACD118 background

This text has black color on #ACD118 background.


White color preview on #ACD118 background

This text has white color on #ACD118 background.