COLOR #ACE06D

HEX: #ACE06D
RGB: (172,224,109)

Renk bilgisi

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

RGB renk modeli

#ACE06D color RGB value is (172,224,109).

  • kırmız ton 172;
  • yeşil ton 224;
  • mavi ton 109.
RGB:
(172,224,109)
(67%,88%,43%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 224 of 255 = 88%
B 109 of 255 = 43%

172
224
109

R + G + B ~ 66%. #ACE06D is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 224 + 109 = 505 (100%)
R 172 of 505 ~ 34.06%
G 224 of 505 ~ 44.36%
B 109 of 505 ~ 21.58%

%34.06
%44.36
%21.58

CMYK RENK MODELİ

#ACE06D rengi CMYK tonu (23,0,51,12).

  • camgöbeği tonu 23.21%
  • eflatun tonu 0.00%
  • sarı tonu 51.34%
  • ana renk tonu 12.16%
CMYK:
(23,0,51,12)
C23M0Y51K12 
(23%,0%,51%,12%)
(0.23/0.00/0.51/0.12)	

CMYK yüzdeleri

%23.21
%0
%51.34
%12.16

Codes

Color #ACE06D in popluar color models

ACE06D
RGB172224109
HSL87°64.97%65.29%
HSB/HSV87°51.34%87.84%
CMYK23.21%0.00%51.34%
12.16%

Color #ACE06D in popluar number systems.

HEXACE06D
Decimal172224109
Binary10101100111000001101101
Octal254340155

Shades and tints

Shades of #ACE06D

#ACE06D
(172,224,109)
#9DCC64
(157,204,100)
#8EB85B
(142,184,91)
#7FA452
(127,164,82)
#709049
(112,144,73)
#617C40
(97,124,64)
#526837
(82,104,55)
#43542E
(67,84,46)
#344025
(52,64,37)
#252C1C
(37,44,28)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #ACE06D

#ACE06D
(172,224,109)
#B3E27A
(179,226,122)
#BAE487
(186,228,135)
#C1E694
(193,230,148)
#C8E8A1
(200,232,161)
#CFEAAE
(207,234,174)
#D6ECBB
(214,236,187)
#DDEEC8
(221,238,200)
#E4F0D5
(228,240,213)
#EBF2E2
(235,242,226)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE06D color. Also use rgb(172,224,109) instead hex code.

Text Font Color

.myTextColor { color: #ACE06D; }

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

This text font color is #ACE06D.


Background Color

.myBgColor { background-color: #ACE06D; }

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

This div background color is #ACE06D.


Border color

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

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

This div border color is #ACE06D.


Opacity

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

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

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

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

This text has shadow with #ACE06D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE06D on black background.


Color preview on white background

This text has color #ACE06D on white background.



Black color preview on #ACE06D background

This text has black color on #ACE06D background.


White color preview on #ACE06D background

This text has white color on #ACE06D background.