COLOR #ACE88C

HEX: #ACE88C
RGB: (172,232,140)

Renk bilgisi

#ACE88C contains mainly green color. #ACE88C ‘ nin web güvenlik rengi #99FF99 (ya da #9F9) dir.

RGB renk modeli

#ACE88C color RGB value is (172,232,140).

  • kırmız ton 172;
  • yeşil ton 232;
  • mavi ton 140.
RGB:
(172,232,140)
(67%,91%,55%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 232 of 255 = 91%
B 140 of 255 = 55%

172
232
140

R + G + B ~ 71%. #ACE88C is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 232 + 140 = 544 (100%)
R 172 of 544 ~ 31.62%
G 232 of 544 ~ 42.65%
B 140 of 544 ~ 25.74%

%31.62
%42.65
%25.74

CMYK RENK MODELİ

#ACE88C rengi CMYK tonu (26,0,40,9).

  • camgöbeği tonu 25.86%
  • eflatun tonu 0.00%
  • sarı tonu 39.66%
  • ana renk tonu 9.02%
CMYK:
(26,0,40,9)
C26M0Y40K9 
(26%,0%,40%,9%)
(0.26/0.00/0.40/0.09)	

CMYK yüzdeleri

%25.86
%0
%39.66
%9.02

Codes

Color #ACE88C in popluar color models

ACE88C
RGB172232140
HSL99°66.67%72.94%
HSB/HSV99°39.66%90.98%
CMYK25.86%0.00%39.66%
9.02%

Color #ACE88C in popluar number systems.

HEXACE88C
Decimal172232140
Binary101011001110100010001100
Octal254350214

Shades and tints

Shades of #ACE88C

#ACE88C
(172,232,140)
#9DD380
(157,211,128)
#8EBE74
(142,190,116)
#7FA968
(127,169,104)
#70945C
(112,148,92)
#617F50
(97,127,80)
#526A44
(82,106,68)
#435538
(67,85,56)
#34402C
(52,64,44)
#252B20
(37,43,32)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #ACE88C

#ACE88C
(172,232,140)
#B3EA96
(179,234,150)
#BAECA0
(186,236,160)
#C1EEAA
(193,238,170)
#C8F0B4
(200,240,180)
#CFF2BE
(207,242,190)
#D6F4C8
(214,244,200)
#DDF6D2
(221,246,210)
#E4F8DC
(228,248,220)
#EBFAE6
(235,250,230)
#F2FCF0
(242,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE88C color. Also use rgb(172,232,140) instead hex code.

Text Font Color

.myTextColor { color: #ACE88C; }

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

This text font color is #ACE88C.


Background Color

.myBgColor { background-color: #ACE88C; }

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

This div background color is #ACE88C.


Border color

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

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

This div border color is #ACE88C.


Opacity

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

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

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

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

This text has shadow with #ACE88C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE88C on black background.


Color preview on white background

This text has color #ACE88C on white background.



Black color preview on #ACE88C background

This text has black color on #ACE88C background.


White color preview on #ACE88C background

This text has white color on #ACE88C background.