COLOR #ACEEAA

HEX: #ACEEAA
RGB: (172,238,170)

Renk bilgisi

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

RGB renk modeli

#ACEEAA color RGB value is (172,238,170).

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

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 238 of 255 = 93%
B 170 of 255 = 67%

172
238
170

R + G + B ~ 76%. #ACEEAA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 238 + 170 = 580 (100%)
R 172 of 580 ~ 29.66%
G 238 of 580 ~ 41.03%
B 170 of 580 ~ 29.31%

%29.66
%41.03
%29.31

CMYK RENK MODELİ

#ACEEAA rengi CMYK tonu (28,0,29,7).

  • camgöbeği tonu 27.73%
  • eflatun tonu 0.00%
  • sarı tonu 28.57%
  • ana renk tonu 6.67%
CMYK:
(28,0,29,7)
C28M0Y29K7 
(28%,0%,29%,7%)
(0.28/0.00/0.29/0.07)	

CMYK yüzdeleri

%27.73
%0
%28.57
%6.67

Codes

Color #ACEEAA in popluar color models

ACEEAA
RGB172238170
HSL118°66.67%80.00%
HSB/HSV118°28.57%93.33%
CMYK27.73%0.00%28.57%
6.67%

Color #ACEEAA in popluar number systems.

HEXACEEAA
Decimal172238170
Binary101011001110111010101010
Octal254356252

Shades and tints

Shades of #ACEEAA

#ACEEAA
(172,238,170)
#9DD99B
(157,217,155)
#8EC48C
(142,196,140)
#7FAF7D
(127,175,125)
#709A6E
(112,154,110)
#61855F
(97,133,95)
#527050
(82,112,80)
#435B41
(67,91,65)
#344632
(52,70,50)
#253123
(37,49,35)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #ACEEAA

#ACEEAA
(172,238,170)
#B3EFB1
(179,239,177)
#BAF0B8
(186,240,184)
#C1F1BF
(193,241,191)
#C8F2C6
(200,242,198)
#CFF3CD
(207,243,205)
#D6F4D4
(214,244,212)
#DDF5DB
(221,245,219)
#E4F6E2
(228,246,226)
#EBF7E9
(235,247,233)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACEEAA; }

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

This text font color is #ACEEAA.


Background Color

.myBgColor { background-color: #ACEEAA; }

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

This div background color is #ACEEAA.


Border color

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

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

This div border color is #ACEEAA.


Opacity

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

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

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

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

This text has shadow with #ACEEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACEEAA on black background.


Color preview on white background

This text has color #ACEEAA on white background.



Black color preview on #ACEEAA background

This text has black color on #ACEEAA background.


White color preview on #ACEEAA background

This text has white color on #ACEEAA background.