COLOR #ACEC47

HEX: #ACEC47
RGB: (172,236,71)

Renk bilgisi

#ACEC47 contains mainly green color. #ACEC47 ‘ nin web güvenlik rengi #99FF33 (ya da #9F3) dir.

RGB renk modeli

#ACEC47 color RGB value is (172,236,71).

  • kırmız ton 172;
  • yeşil ton 236;
  • mavi ton 71.
RGB:
(172,236,71)
(67%,93%,28%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 236 of 255 = 93%
B 71 of 255 = 28%

172
236
71

R + G + B ~ 63%. #ACEC47 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 236 + 71 = 479 (100%)
R 172 of 479 ~ 35.91%
G 236 of 479 ~ 49.27%
B 71 of 479 ~ 14.82%

%35.91
%49.27
%14.82

CMYK RENK MODELİ

#ACEC47 rengi CMYK tonu (27,0,70,7).

  • camgöbeği tonu 27.12%
  • eflatun tonu 0.00%
  • sarı tonu 69.92%
  • ana renk tonu 7.45%
CMYK:
(27,0,70,7)
C27M0Y70K7 
(27%,0%,70%,7%)
(0.27/0.00/0.70/0.07)	

CMYK yüzdeleri

%27.12
%0
%69.92
%7.45

Codes

Color #ACEC47 in popluar color models

ACEC47
RGB17223671
HSL83°81.28%60.20%
HSB/HSV83°69.92%92.55%
CMYK27.12%0.00%69.92%
7.45%

Color #ACEC47 in popluar number systems.

HEXACEC47
Decimal17223671
Binary10101100111011001000111
Octal254354107

Shades and tints

Shades of #ACEC47

#ACEC47
(172,236,71)
#9DD741
(157,215,65)
#8EC23B
(142,194,59)
#7FAD35
(127,173,53)
#70982F
(112,152,47)
#618329
(97,131,41)
#526E23
(82,110,35)
#43591D
(67,89,29)
#344417
(52,68,23)
#252F11
(37,47,17)
#161A0B
(22,26,11)
#000000
(0,0,0)

Tints of #ACEC47

#ACEC47
(172,236,71)
#B3ED57
(179,237,87)
#BAEE67
(186,238,103)
#C1EF77
(193,239,119)
#C8F087
(200,240,135)
#CFF197
(207,241,151)
#D6F2A7
(214,242,167)
#DDF3B7
(221,243,183)
#E4F4C7
(228,244,199)
#EBF5D7
(235,245,215)
#F2F6E7
(242,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEC47 color. Also use rgb(172,236,71) instead hex code.

Text Font Color

.myTextColor { color: #ACEC47; }

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

This text font color is #ACEC47.


Background Color

.myBgColor { background-color: #ACEC47; }

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

This div background color is #ACEC47.


Border color

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

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

This div border color is #ACEC47.


Opacity

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

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

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

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

This text has shadow with #ACEC47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEC47 on black background.


Color preview on white background

This text has color #ACEC47 on white background.



Black color preview on #ACEC47 background

This text has black color on #ACEC47 background.


White color preview on #ACEC47 background

This text has white color on #ACEC47 background.