COLOR #1AEE30

HEX: #1AEE30
RGB: (26,238,48)

Color info

#1AEE30 contains mainly green color. Web safe color of #1AEE30 is #00FF33 (or #0F3).

RGB color model

#1AEE30 color RGB value is (26,238,48).

  • red value is 26;
  • green value is 238;
  • blue value is 48.
RGB:
(26,238,48)
(10%,93%,19%)

RGB channels and saturation

R 26 of 255 = 10%
G 238 of 255 = 93%
B 48 of 255 = 19%

26
238
48

R + G + B ~ 41%. #1AEE30 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 238 + 48 = 312 (100%)
R 26 of 312 ~ 8.33%
G 238 of 312 ~ 76.28%
B 48 of 312 ~ 15.38%

%76.28
%15.38

CMYK color model

#1AEE30 color CMYK value is (89,0,80,7).

  • cyan value is 89.08%
  • magenta value is 0.00%
  • yellow value is 79.83%
  • key color value is 6.67%
CMYK:
(89,0,80,7)
C89M0Y80K7 
(89%,0%,80%,7%)
(0.89/0.00/0.80/0.07)	

CMYK percentages

%89.08
%0
%79.83
%6.67

Codes

Color #1AEE30 in popluar color models

1AEE30
RGB2623848
HSL126°86.18%51.76%
HSB/HSV126°89.08%93.33%
CMYK89.08%0.00%79.83%
6.67%

Color #1AEE30 in popluar number systems.

HEX1AEE30
Decimal2623848
Binary1101011101110110000
Octal3235660

Shades and tints

Shades of #1AEE30

#1AEE30
(26,238,48)
#18D92C
(24,217,44)
#16C428
(22,196,40)
#14AF24
(20,175,36)
#129A20
(18,154,32)
#10851C
(16,133,28)
#0E7018
(14,112,24)
#0C5B14
(12,91,20)
#0A4610
(10,70,16)
#08310C
(8,49,12)
#061C08
(6,28,8)
#000000
(0,0,0)

Tints of #1AEE30

#1AEE30
(26,238,48)
#2EEF42
(46,239,66)
#42F054
(66,240,84)
#56F166
(86,241,102)
#6AF278
(106,242,120)
#7EF38A
(126,243,138)
#92F49C
(146,244,156)
#A6F5AE
(166,245,174)
#BAF6C0
(186,246,192)
#CEF7D2
(206,247,210)
#E2F8E4
(226,248,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AEE30 color. Also use rgb(26,238,48) instead hex code.

Text Font Color

.myTextColor { color: #1AEE30; }

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

This text font color is #1AEE30.


Background Color

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

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

This div background color is #1AEE30.


Border color

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

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

This div border color is #1AEE30.


Opacity

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

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

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

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

This text has shadow with #1AEE30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AEE30 on black background.


Color preview on white background

This text has color #1AEE30 on white background.



Black color preview on #1AEE30 background

This text has black color on #1AEE30 background.


White color preview on #1AEE30 background

This text has white color on #1AEE30 background.