COLOR #ACE304

HEX: #ACE304
RGB: (172,227,4)

Renk bilgisi

#ACE304 contains mainly red and green colors. #ACE304 ‘ nin web güvenlik rengi #99CC00 (ya da #9C0) dir.

RGB renk modeli

#ACE304 color RGB value is (172,227,4).

  • kırmız ton 172;
  • yeşil ton 227;
  • mavi ton 4.
RGB:
(172,227,4)
(67%,89%,2%)

RGB bağlantıları ve doygunluk

R 172 of 255 = 67%
G 227 of 255 = 89%
B 4 of 255 = 2%

172
227
4

R + G + B ~ 53%. #ACE304 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
172 + 227 + 4 = 403 (100%)
R 172 of 403 ~ 42.68%
G 227 of 403 ~ 56.33%
B 4 of 403 ~ 0.99%

%42.68
%56.33

CMYK RENK MODELİ

#ACE304 rengi CMYK tonu (24,0,98,11).

  • camgöbeği tonu 24.23%
  • eflatun tonu 0.00%
  • sarı tonu 98.24%
  • ana renk tonu 10.98%
CMYK:
(24,0,98,11)
C24M0Y98K11 
(24%,0%,98%,11%)
(0.24/0.00/0.98/0.11)	

CMYK yüzdeleri

%24.23
%0
%98.24
%10.98

Codes

Color #ACE304 in popluar color models

ACE304
RGB1722274
HSL75°96.54%45.29%
HSB/HSV75°98.24%89.02%
CMYK24.23%0.00%98.24%
10.98%

Color #ACE304 in popluar number systems.

HEXACE304
Decimal1722274
Binary1010110011100011100
Octal2543434

Shades and tints

Shades of #ACE304

#ACE304
(172,227,4)
#9DCF04
(157,207,4)
#8EBB04
(142,187,4)
#7FA704
(127,167,4)
#709304
(112,147,4)
#617F04
(97,127,4)
#526B04
(82,107,4)
#435704
(67,87,4)
#344304
(52,67,4)
#252F04
(37,47,4)
#161B04
(22,27,4)
#000000
(0,0,0)

Tints of #ACE304

#ACE304
(172,227,4)
#B3E51A
(179,229,26)
#BAE730
(186,231,48)
#C1E946
(193,233,70)
#C8EB5C
(200,235,92)
#CFED72
(207,237,114)
#D6EF88
(214,239,136)
#DDF19E
(221,241,158)
#E4F3B4
(228,243,180)
#EBF5CA
(235,245,202)
#F2F7E0
(242,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACE304 color. Also use rgb(172,227,4) instead hex code.

Text Font Color

.myTextColor { color: #ACE304; }

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

This text font color is #ACE304.


Background Color

.myBgColor { background-color: #ACE304; }

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

This div background color is #ACE304.


Border color

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

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

This div border color is #ACE304.


Opacity

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

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

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

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

This text has shadow with #ACE304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACE304 on black background.


Color preview on white background

This text has color #ACE304 on white background.



Black color preview on #ACE304 background

This text has black color on #ACE304 background.


White color preview on #ACE304 background

This text has white color on #ACE304 background.