COLOR #1AE429

HEX: #1AE429
RGB: (26,228,41)

Color info

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

RGB color model

#1AE429 color RGB value is (26,228,41).

  • red value is 26;
  • green value is 228;
  • blue value is 41.
RGB:
(26,228,41)
(10%,89%,16%)

RGB channels and saturation

R 26 of 255 = 10%
G 228 of 255 = 89%
B 41 of 255 = 16%

26
228
41

R + G + B ~ 38%. #1AE429 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 228 + 41 = 295 (100%)
R 26 of 295 ~ 8.81%
G 228 of 295 ~ 77.29%
B 41 of 295 ~ 13.9%

%77.29
%13.9

CMYK color model

#1AE429 color CMYK value is (89,0,82,11).

  • cyan value is 88.60%
  • magenta value is 0.00%
  • yellow value is 82.02%
  • key color value is 10.59%
CMYK:
(89,0,82,11)
C89M0Y82K11 
(89%,0%,82%,11%)
(0.89/0.00/0.82/0.11)	

CMYK percentages

%88.6
%0
%82.02
%10.59

Codes

Color #1AE429 in popluar color models

1AE429
RGB2622841
HSL124°79.53%49.80%
HSB/HSV124°88.60%89.41%
CMYK88.60%0.00%82.02%
10.59%

Color #1AE429 in popluar number systems.

HEX1AE429
Decimal2622841
Binary1101011100100101001
Octal3234451

Shades and tints

Shades of #1AE429

#1AE429
(26,228,41)
#18D026
(24,208,38)
#16BC23
(22,188,35)
#14A820
(20,168,32)
#12941D
(18,148,29)
#10801A
(16,128,26)
#0E6C17
(14,108,23)
#0C5814
(12,88,20)
#0A4411
(10,68,17)
#08300E
(8,48,14)
#061C0B
(6,28,11)
#000000
(0,0,0)

Tints of #1AE429

#1AE429
(26,228,41)
#2EE63C
(46,230,60)
#42E84F
(66,232,79)
#56EA62
(86,234,98)
#6AEC75
(106,236,117)
#7EEE88
(126,238,136)
#92F09B
(146,240,155)
#A6F2AE
(166,242,174)
#BAF4C1
(186,244,193)
#CEF6D4
(206,246,212)
#E2F8E7
(226,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AE429 color. Also use rgb(26,228,41) instead hex code.

Text Font Color

.myTextColor { color: #1AE429; }

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

This text font color is #1AE429.


Background Color

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

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

This div background color is #1AE429.


Border color

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

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

This div border color is #1AE429.


Opacity

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

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

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

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

This text has shadow with #1AE429 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AE429 on black background.


Color preview on white background

This text has color #1AE429 on white background.



Black color preview on #1AE429 background

This text has black color on #1AE429 background.


White color preview on #1AE429 background

This text has white color on #1AE429 background.