COLOR #ACE446

HEX: #ACE446
RGB: (172,228,70)

Renk bilgisi

#ACE446 contains mainly red and green colors. #ACE446 ‘ nin web güvenlik rengi #99CC33 (ya da #9C3) dir.

RGB renk modeli

#ACE446 color RGB value is (172,228,70).

  • kırmız ton 172;
  • yeşil ton 228;
  • mavi ton 70.
RGB:
(172,228,70)
(67%,89%,27%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 228 of 255 = 89%
B 70 of 255 = 27%

172
228
70

R + G + B ~ 61%. #ACE446 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 228 + 70 = 470 (100%)
R 172 of 470 ~ 36.6%
G 228 of 470 ~ 48.51%
B 70 of 470 ~ 14.89%

%36.6
%48.51
%14.89

CMYK RENK MODELİ

#ACE446 rengi CMYK tonu (25,0,69,11).

  • camgöbeği tonu 24.56%
  • eflatun tonu 0.00%
  • sarı tonu 69.30%
  • ana renk tonu 10.59%
CMYK:
(25,0,69,11)
C25M0Y69K11 
(25%,0%,69%,11%)
(0.25/0.00/0.69/0.11)	

CMYK yüzdeleri

%24.56
%0
%69.3
%10.59

Codes

Color #ACE446 in popluar color models

ACE446
RGB17222870
HSL81°74.53%58.43%
HSB/HSV81°69.30%89.41%
CMYK24.56%0.00%69.30%
10.59%

Color #ACE446 in popluar number systems.

HEXACE446
Decimal17222870
Binary10101100111001001000110
Octal254344106

Shades and tints

Shades of #ACE446

#ACE446
(172,228,70)
#9DD040
(157,208,64)
#8EBC3A
(142,188,58)
#7FA834
(127,168,52)
#70942E
(112,148,46)
#618028
(97,128,40)
#526C22
(82,108,34)
#43581C
(67,88,28)
#344416
(52,68,22)
#253010
(37,48,16)
#161C0A
(22,28,10)
#000000
(0,0,0)

Tints of #ACE446

#ACE446
(172,228,70)
#B3E656
(179,230,86)
#BAE866
(186,232,102)
#C1EA76
(193,234,118)
#C8EC86
(200,236,134)
#CFEE96
(207,238,150)
#D6F0A6
(214,240,166)
#DDF2B6
(221,242,182)
#E4F4C6
(228,244,198)
#EBF6D6
(235,246,214)
#F2F8E6
(242,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE446 color. Also use rgb(172,228,70) instead hex code.

Text Font Color

.myTextColor { color: #ACE446; }

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

This text font color is #ACE446.


Background Color

.myBgColor { background-color: #ACE446; }

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

This div background color is #ACE446.


Border color

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

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

This div border color is #ACE446.


Opacity

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

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

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

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

This text has shadow with #ACE446 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE446 on black background.


Color preview on white background

This text has color #ACE446 on white background.



Black color preview on #ACE446 background

This text has black color on #ACE446 background.


White color preview on #ACE446 background

This text has white color on #ACE446 background.