COLOR #1AE906

HEX: #1AE906
RGB: (26,233,6)

Color info

#1AE906 contains mainly green color. Web safe color of #1AE906 is #00FF00 (or #0F0).

RGB color model

#1AE906 color RGB value is (26,233,6).

  • red value is 26;
  • green value is 233;
  • blue value is 6.
RGB:
(26,233,6)
(10%,91%,2%)

RGB channels and saturation

R 26 of 255 = 10%
G 233 of 255 = 91%
B 6 of 255 = 2%

26
233
6

R + G + B ~ 34%. #1AE906 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 233 + 6 = 265 (100%)
R 26 of 265 ~ 9.81%
G 233 of 265 ~ 87.92%
B 6 of 265 ~ 2.26%

%9.81
%87.92

CMYK color model

#1AE906 color CMYK value is (89,0,97,9).

  • cyan value is 88.84%
  • magenta value is 0.00%
  • yellow value is 97.42%
  • key color value is 8.63%
CMYK:
(89,0,97,9)
C89M0Y97K9 
(89%,0%,97%,9%)
(0.89/0.00/0.97/0.09)	

CMYK percentages

%88.84
%0
%97.42
%8.63

Codes

Color #1AE906 in popluar color models

1AE906
RGB262336
HSL115°94.98%46.86%
HSB/HSV115°97.42%91.37%
CMYK88.84%0.00%97.42%
8.63%

Color #1AE906 in popluar number systems.

HEX1AE906
Decimal262336
Binary1101011101001110
Octal323516

Shades and tints

Shades of #1AE906

#1AE906
(26,233,6)
#18D406
(24,212,6)
#16BF06
(22,191,6)
#14AA06
(20,170,6)
#129506
(18,149,6)
#108006
(16,128,6)
#0E6B06
(14,107,6)
#0C5606
(12,86,6)
#0A4106
(10,65,6)
#082C06
(8,44,6)
#061706
(6,23,6)
#000000
(0,0,0)

Tints of #1AE906

#1AE906
(26,233,6)
#2EEB1C
(46,235,28)
#42ED32
(66,237,50)
#56EF48
(86,239,72)
#6AF15E
(106,241,94)
#7EF374
(126,243,116)
#92F58A
(146,245,138)
#A6F7A0
(166,247,160)
#BAF9B6
(186,249,182)
#CEFBCC
(206,251,204)
#E2FDE2
(226,253,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AE906 color. Also use rgb(26,233,6) instead hex code.

Text Font Color

.myTextColor { color: #1AE906; }

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

This text font color is #1AE906.


Background Color

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

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

This div background color is #1AE906.


Border color

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

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

This div border color is #1AE906.


Opacity

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

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

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

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

This text has shadow with #1AE906 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AE906 on black background.


Color preview on white background

This text has color #1AE906 on white background.



Black color preview on #1AE906 background

This text has black color on #1AE906 background.


White color preview on #1AE906 background

This text has white color on #1AE906 background.