COLOR #ACE29B

HEX: #ACE29B
RGB: (172,226,155)

Renk bilgisi

#ACE29B contains mainly red and green colors. #ACE29B ‘ nin web güvenlik rengi #99CC99 (ya da #9C9) dir.

RGB renk modeli

#ACE29B color RGB value is (172,226,155).

  • kırmız ton 172;
  • yeşil ton 226;
  • mavi ton 155.
RGB:
(172,226,155)
(67%,89%,61%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 226 of 255 = 89%
B 155 of 255 = 61%

172
226
155

R + G + B ~ 72%. #ACE29B is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 226 + 155 = 553 (100%)
R 172 of 553 ~ 31.1%
G 226 of 553 ~ 40.87%
B 155 of 553 ~ 28.03%

%31.1
%40.87
%28.03

CMYK RENK MODELİ

#ACE29B rengi CMYK tonu (24,0,31,11).

  • camgöbeği tonu 23.89%
  • eflatun tonu 0.00%
  • sarı tonu 31.42%
  • ana renk tonu 11.37%
CMYK:
(24,0,31,11)
C24M0Y31K11 
(24%,0%,31%,11%)
(0.24/0.00/0.31/0.11)	

CMYK yüzdeleri

%23.89
%0
%31.42
%11.37

Codes

Color #ACE29B in popluar color models

ACE29B
RGB172226155
HSL106°55.04%74.71%
HSB/HSV106°31.42%88.63%
CMYK23.89%0.00%31.42%
11.37%

Color #ACE29B in popluar number systems.

HEXACE29B
Decimal172226155
Binary101011001110001010011011
Octal254342233

Shades and tints

Shades of #ACE29B

#ACE29B
(172,226,155)
#9DCE8D
(157,206,141)
#8EBA7F
(142,186,127)
#7FA671
(127,166,113)
#709263
(112,146,99)
#617E55
(97,126,85)
#526A47
(82,106,71)
#435639
(67,86,57)
#34422B
(52,66,43)
#252E1D
(37,46,29)
#161A0F
(22,26,15)
#000000
(0,0,0)

Tints of #ACE29B

#ACE29B
(172,226,155)
#B3E4A4
(179,228,164)
#BAE6AD
(186,230,173)
#C1E8B6
(193,232,182)
#C8EABF
(200,234,191)
#CFECC8
(207,236,200)
#D6EED1
(214,238,209)
#DDF0DA
(221,240,218)
#E4F2E3
(228,242,227)
#EBF4EC
(235,244,236)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE29B color. Also use rgb(172,226,155) instead hex code.

Text Font Color

.myTextColor { color: #ACE29B; }

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

This text font color is #ACE29B.


Background Color

.myBgColor { background-color: #ACE29B; }

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

This div background color is #ACE29B.


Border color

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

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

This div border color is #ACE29B.


Opacity

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

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

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

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

This text has shadow with #ACE29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE29B on black background.


Color preview on white background

This text has color #ACE29B on white background.



Black color preview on #ACE29B background

This text has black color on #ACE29B background.


White color preview on #ACE29B background

This text has white color on #ACE29B background.