COLOR #ACD27E

HEX: #ACD27E
RGB: (172,210,126)

Renk bilgisi

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

RGB renk modeli

#ACD27E color RGB value is (172,210,126).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 210 of 255 = 82%
B 126 of 255 = 49%

172
210
126

R + G + B ~ 66%. #ACD27E is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 210 + 126 = 508 (100%)
R 172 of 508 ~ 33.86%
G 210 of 508 ~ 41.34%
B 126 of 508 ~ 24.8%

%33.86
%41.34
%24.8

CMYK RENK MODELİ

#ACD27E rengi CMYK tonu (18,0,40,18).

  • camgöbeği tonu 18.10%
  • eflatun tonu 0.00%
  • sarı tonu 40.00%
  • ana renk tonu 17.65%
CMYK:
(18,0,40,18)
C18M0Y40K18 
(18%,0%,40%,18%)
(0.18/0.00/0.40/0.18)	

CMYK yüzdeleri

%18.1
%0
%40
%17.65

Codes

Color #ACD27E in popluar color models

ACD27E
RGB172210126
HSL87°48.28%65.88%
HSB/HSV87°40.00%82.35%
CMYK18.10%0.00%40.00%
17.65%

Color #ACD27E in popluar number systems.

HEXACD27E
Decimal172210126
Binary10101100110100101111110
Octal254322176

Shades and tints

Shades of #ACD27E

#ACD27E
(172,210,126)
#9DBF73
(157,191,115)
#8EAC68
(142,172,104)
#7F995D
(127,153,93)
#708652
(112,134,82)
#617347
(97,115,71)
#52603C
(82,96,60)
#434D31
(67,77,49)
#343A26
(52,58,38)
#25271B
(37,39,27)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #ACD27E

#ACD27E
(172,210,126)
#B3D689
(179,214,137)
#BADA94
(186,218,148)
#C1DE9F
(193,222,159)
#C8E2AA
(200,226,170)
#CFE6B5
(207,230,181)
#D6EAC0
(214,234,192)
#DDEECB
(221,238,203)
#E4F2D6
(228,242,214)
#EBF6E1
(235,246,225)
#F2FAEC
(242,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD27E; }

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

This text font color is #ACD27E.


Background Color

.myBgColor { background-color: #ACD27E; }

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

This div background color is #ACD27E.


Border color

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

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

This div border color is #ACD27E.


Opacity

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

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

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

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

This text has shadow with #ACD27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD27E on black background.


Color preview on white background

This text has color #ACD27E on white background.



Black color preview on #ACD27E background

This text has black color on #ACD27E background.


White color preview on #ACD27E background

This text has white color on #ACD27E background.