COLOR #ACE675

HEX: #ACE675
RGB: (172,230,117)

Renk bilgisi

#ACE675 contains mainly red and green colors. #ACE675 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#ACE675 color RGB value is (172,230,117).

  • kırmız ton 172;
  • yeşil ton 230;
  • mavi ton 117.
RGB:
(172,230,117)
(67%,90%,46%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 230 of 255 = 90%
B 117 of 255 = 46%

172
230
117

R + G + B ~ 68%. #ACE675 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 230 + 117 = 519 (100%)
R 172 of 519 ~ 33.14%
G 230 of 519 ~ 44.32%
B 117 of 519 ~ 22.54%

%33.14
%44.32
%22.54

CMYK RENK MODELİ

#ACE675 rengi CMYK tonu (25,0,49,10).

  • camgöbeği tonu 25.22%
  • eflatun tonu 0.00%
  • sarı tonu 49.13%
  • ana renk tonu 9.80%
CMYK:
(25,0,49,10)
C25M0Y49K10 
(25%,0%,49%,10%)
(0.25/0.00/0.49/0.10)	

CMYK yüzdeleri

%25.22
%0
%49.13
%9.8

Codes

Color #ACE675 in popluar color models

ACE675
RGB172230117
HSL91°69.33%68.04%
HSB/HSV91°49.13%90.20%
CMYK25.22%0.00%49.13%
9.80%

Color #ACE675 in popluar number systems.

HEXACE675
Decimal172230117
Binary10101100111001101110101
Octal254346165

Shades and tints

Shades of #ACE675

#ACE675
(172,230,117)
#9DD26B
(157,210,107)
#8EBE61
(142,190,97)
#7FAA57
(127,170,87)
#70964D
(112,150,77)
#618243
(97,130,67)
#526E39
(82,110,57)
#435A2F
(67,90,47)
#344625
(52,70,37)
#25321B
(37,50,27)
#161E11
(22,30,17)
#000000
(0,0,0)

Tints of #ACE675

#ACE675
(172,230,117)
#B3E881
(179,232,129)
#BAEA8D
(186,234,141)
#C1EC99
(193,236,153)
#C8EEA5
(200,238,165)
#CFF0B1
(207,240,177)
#D6F2BD
(214,242,189)
#DDF4C9
(221,244,201)
#E4F6D5
(228,246,213)
#EBF8E1
(235,248,225)
#F2FAED
(242,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE675 color. Also use rgb(172,230,117) instead hex code.

Text Font Color

.myTextColor { color: #ACE675; }

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

This text font color is #ACE675.


Background Color

.myBgColor { background-color: #ACE675; }

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

This div background color is #ACE675.


Border color

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

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

This div border color is #ACE675.


Opacity

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

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

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

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

This text has shadow with #ACE675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE675 on black background.


Color preview on white background

This text has color #ACE675 on white background.



Black color preview on #ACE675 background

This text has black color on #ACE675 background.


White color preview on #ACE675 background

This text has white color on #ACE675 background.