COLOR #1ACC2D

HEX: #1ACC2D
RGB: (26,204,45)

Color info

#1ACC2D contains mainly green color. Web safe color of #1ACC2D is #00CC33 (or #0C3).

RGB color model

#1ACC2D color RGB value is (26,204,45).

  • red value is 26;
  • green value is 204;
  • blue value is 45.
RGB:
(26,204,45)
(10%,80%,18%)

RGB channels and saturation

R 26 of 255 = 10%
G 204 of 255 = 80%
B 45 of 255 = 18%

26
204
45

R + G + B ~ 36%. #1ACC2D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 204 + 45 = 275 (100%)
R 26 of 275 ~ 9.45%
G 204 of 275 ~ 74.18%
B 45 of 275 ~ 16.36%

%74.18
%16.36

CMYK color model

#1ACC2D color CMYK value is (87,0,78,20).

  • cyan value is 87.25%
  • magenta value is 0.00%
  • yellow value is 77.94%
  • key color value is 20.00%
CMYK:
(87,0,78,20)
C87M0Y78K20 
(87%,0%,78%,20%)
(0.87/0.00/0.78/0.20)	

CMYK percentages

%87.25
%0
%77.94
%20

Codes

Color #1ACC2D in popluar color models

1ACC2D
RGB2620445
HSL126°77.39%45.10%
HSB/HSV126°87.25%80.00%
CMYK87.25%0.00%77.94%
20.00%

Color #1ACC2D in popluar number systems.

HEX1ACC2D
Decimal2620445
Binary1101011001100101101
Octal3231455

Shades and tints

Shades of #1ACC2D

#1ACC2D
(26,204,45)
#18BA29
(24,186,41)
#16A825
(22,168,37)
#149621
(20,150,33)
#12841D
(18,132,29)
#107219
(16,114,25)
#0E6015
(14,96,21)
#0C4E11
(12,78,17)
#0A3C0D
(10,60,13)
#082A09
(8,42,9)
#061805
(6,24,5)
#000000
(0,0,0)

Tints of #1ACC2D

#1ACC2D
(26,204,45)
#2ED040
(46,208,64)
#42D453
(66,212,83)
#56D866
(86,216,102)
#6ADC79
(106,220,121)
#7EE08C
(126,224,140)
#92E49F
(146,228,159)
#A6E8B2
(166,232,178)
#BAECC5
(186,236,197)
#CEF0D8
(206,240,216)
#E2F4EB
(226,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ACC2D color. Also use rgb(26,204,45) instead hex code.

Text Font Color

.myTextColor { color: #1ACC2D; }

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

This text font color is #1ACC2D.


Background Color

.myBgColor { background-color: #1ACC2D; }

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

This div background color is #1ACC2D.


Border color

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

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

This div border color is #1ACC2D.


Opacity

.myOpacity80 { color: #1ACC2D; opacity: 0.8; }

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

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

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

This text has shadow with #1ACC2D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ACC2D on black background.


Color preview on white background

This text has color #1ACC2D on white background.



Black color preview on #1ACC2D background

This text has black color on #1ACC2D background.


White color preview on #1ACC2D background

This text has white color on #1ACC2D background.