COLOR #ACD67E

HEX: #ACD67E
RGB: (172,214,126)

Renk bilgisi

#ACD67E contains mainly red and green colors. #ACD67E ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ACD67E color RGB value is (172,214,126).

  • kırmız ton 172;
  • yeşil ton 214;
  • mavi ton 126.
RGB:
(172,214,126)
(67%,84%,49%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 214 of 255 = 84%
B 126 of 255 = 49%

172
214
126

R + G + B ~ 67%. #ACD67E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 214 + 126 = 512 (100%)
R 172 of 512 ~ 33.59%
G 214 of 512 ~ 41.8%
B 126 of 512 ~ 24.61%

%33.59
%41.8
%24.61

CMYK RENK MODELİ

#ACD67E rengi CMYK tonu (20,0,41,16).

  • camgöbeği tonu 19.63%
  • eflatun tonu 0.00%
  • sarı tonu 41.12%
  • ana renk tonu 16.08%
CMYK:
(20,0,41,16)
C20M0Y41K16 
(20%,0%,41%,16%)
(0.20/0.00/0.41/0.16)	

CMYK yüzdeleri

%19.63
%0
%41.12
%16.08

Codes

Color #ACD67E in popluar color models

ACD67E
RGB172214126
HSL89°51.76%66.67%
HSB/HSV89°41.12%83.92%
CMYK19.63%0.00%41.12%
16.08%

Color #ACD67E in popluar number systems.

HEXACD67E
Decimal172214126
Binary10101100110101101111110
Octal254326176

Shades and tints

Shades of #ACD67E

#ACD67E
(172,214,126)
#9DC373
(157,195,115)
#8EB068
(142,176,104)
#7F9D5D
(127,157,93)
#708A52
(112,138,82)
#617747
(97,119,71)
#52643C
(82,100,60)
#435131
(67,81,49)
#343E26
(52,62,38)
#252B1B
(37,43,27)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #ACD67E

#ACD67E
(172,214,126)
#B3D989
(179,217,137)
#BADC94
(186,220,148)
#C1DF9F
(193,223,159)
#C8E2AA
(200,226,170)
#CFE5B5
(207,229,181)
#D6E8C0
(214,232,192)
#DDEBCB
(221,235,203)
#E4EED6
(228,238,214)
#EBF1E1
(235,241,225)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACD67E color. Also use rgb(172,214,126) instead hex code.

Text Font Color

.myTextColor { color: #ACD67E; }

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

This text font color is #ACD67E.


Background Color

.myBgColor { background-color: #ACD67E; }

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

This div background color is #ACD67E.


Border color

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

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

This div border color is #ACD67E.


Opacity

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

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

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

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

This text has shadow with #ACD67E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD67E on black background.


Color preview on white background

This text has color #ACD67E on white background.



Black color preview on #ACD67E background

This text has black color on #ACD67E background.


White color preview on #ACD67E background

This text has white color on #ACD67E background.