COLOR #ACEE84

HEX: #ACEE84
RGB: (172,238,132)

Renk bilgisi

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

RGB renk modeli

#ACEE84 color RGB value is (172,238,132).

  • kırmız ton 172;
  • yeşil ton 238;
  • mavi ton 132.
RGB:
(172,238,132)
(67%,93%,52%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 238 of 255 = 93%
B 132 of 255 = 52%

172
238
132

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

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 238 + 132 = 542 (100%)
R 172 of 542 ~ 31.73%
G 238 of 542 ~ 43.91%
B 132 of 542 ~ 24.35%

%31.73
%43.91
%24.35

CMYK RENK MODELİ

#ACEE84 rengi CMYK tonu (28,0,45,7).

  • camgöbeği tonu 27.73%
  • eflatun tonu 0.00%
  • sarı tonu 44.54%
  • ana renk tonu 6.67%
CMYK:
(28,0,45,7)
C28M0Y45K7 
(28%,0%,45%,7%)
(0.28/0.00/0.45/0.07)	

CMYK yüzdeleri

%27.73
%0
%44.54
%6.67

Codes

Color #ACEE84 in popluar color models

ACEE84
RGB172238132
HSL97°75.71%72.55%
HSB/HSV97°44.54%93.33%
CMYK27.73%0.00%44.54%
6.67%

Color #ACEE84 in popluar number systems.

HEXACEE84
Decimal172238132
Binary101011001110111010000100
Octal254356204

Shades and tints

Shades of #ACEE84

#ACEE84
(172,238,132)
#9DD978
(157,217,120)
#8EC46C
(142,196,108)
#7FAF60
(127,175,96)
#709A54
(112,154,84)
#618548
(97,133,72)
#52703C
(82,112,60)
#435B30
(67,91,48)
#344624
(52,70,36)
#253118
(37,49,24)
#161C0C
(22,28,12)
#000000
(0,0,0)

Tints of #ACEE84

#ACEE84
(172,238,132)
#B3EF8F
(179,239,143)
#BAF09A
(186,240,154)
#C1F1A5
(193,241,165)
#C8F2B0
(200,242,176)
#CFF3BB
(207,243,187)
#D6F4C6
(214,244,198)
#DDF5D1
(221,245,209)
#E4F6DC
(228,246,220)
#EBF7E7
(235,247,231)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACEE84 color. Also use rgb(172,238,132) instead hex code.

Text Font Color

.myTextColor { color: #ACEE84; }

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

This text font color is #ACEE84.


Background Color

.myBgColor { background-color: #ACEE84; }

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

This div background color is #ACEE84.


Border color

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

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

This div border color is #ACEE84.


Opacity

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

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

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

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

This text has shadow with #ACEE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEE84 on black background.


Color preview on white background

This text has color #ACEE84 on white background.



Black color preview on #ACEE84 background

This text has black color on #ACEE84 background.


White color preview on #ACEE84 background

This text has white color on #ACEE84 background.