COLOR #1ACE0A

HEX: #1ACE0A RGB: (26,206,10)

Color info

#1ACE0A contains mainly green color. Web safe color of #1ACE0A is #00CC00 (or #0C0).

RGB color model

#1ACE0A color RGB value is (26,206,10).

RGB: (26,206,10) (10%, 81%, 4%)

RGB channels and saturation

R 26 of 255 = 10%
G 206 of 255 = 81%
B 10 of 255 = 4%

26
206
10

R + G + B ~ 32%. #1ACE0A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 26 + 206 + 10 = 242 (100%)
R 26 of 242 ~ 10.74%
G 206 of 242 ~ 85.12%
B 10 of 242 ~ 4.13'%

%10.74
%85.12

CMYK color model

#1ACE0A color CMYK value is (87,0,95,19).

  • cyan value is 87.38%
  • magenta value is 0.00%
  • yellow value is 95.15%
  • key color value is 19.22%

CMYK: (87,0,95,19)
C87M0Y95K19 (87%, 0%, 95%, 19%)
(0.87 / 0.00 / 0.95 / 0.19)

CMYK percentages

%87.38
%0
%95.15
%19.22

Codes

Color #1ACE0A in popluar color models

1A CE 0A
RGB 26 206 10
HSL 115° 90.74% 42.35%
HSB/HSV 115° 95.15% 80.78%
CMYK 87.38% 0.00% 95.15%
19.22%

Color #1ACE0A in popluar number systems.

HEX 1A CE 0A
Decimal 26 206 10
Binary 11010 11001110 1010
Octal 32 316 12

Shades and tints

Shades of #1ACE0A

#1ACE0A
(26,206,10)
#18BC0A
(24,188,10)
#16AA0A
(22,170,10)
#14980A
(20,152,10)
#12860A
(18,134,10)
#10740A
(16,116,10)
#0E620A
(14,98,10)
#0C500A
(12,80,10)
#0A3E0A
(10,62,10)
#082C0A
(8,44,10)
#061A0A
(6,26,10)
#000000
(0,0,0)

Tints of #1ACE0A

#1ACE0A
(26,206,10)
#2ED220
(46,210,32)
#42D636
(66,214,54)
#56DA4C
(86,218,76)
#6ADE62
(106,222,98)
#7EE278
(126,226,120)
#92E68E
(146,230,142)
#A6EAA4
(166,234,164)
#BAEEBA
(186,238,186)
#CEF2D0
(206,242,208)
#E2F6E6
(226,246,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ACE0A color. Also use rgb(26,206,10) instead hex code.

Text Font Color

.myTextColor { color: #1ACE0A; }

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

This text font color is #1ACE0A.

Background Color

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

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

This div background color is #1ACE0A.

Border color

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

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

This div border color is #1ACE0A.

Opacity

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

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

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

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

This text has shadow with #1ACE0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1ACE0A.

Preview

Color preview on black background

This text has color #1ACE0A on black background.


Color preview on white background

This text has color #1ACE0A on white background.


Black color preview on #1ACE0A background

This text has black color on #1ACE0A background.


White color preview on #1ACE0A background

This text has white color on #1ACE0A background.


Related colors

Complementary color

Complementary color for #hex is #E531F5.


I love getcolorcode.com

Triadic colors

1 #0A1ACE and #CE0A1A with #1ACE0A are triadic colors.

2 #0ACE1A and #CE1A0A with #1ACE0A are triadic colors.