COLOR #1AE315

HEX: #1AE315
RGB: (26,227,21)

Color info

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

RGB color model

#1AE315 color RGB value is (26,227,21).

  • red value is 26;
  • green value is 227;
  • blue value is 21.
RGB:
(26,227,21)
(10%,89%,8%)

RGB channels and saturation

R 26 of 255 = 10%
G 227 of 255 = 89%
B 21 of 255 = 8%

26
227
21

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

Portions of RGB colors in percentages

R + G + B =
26 + 227 + 21 = 274 (100%)
R 26 of 274 ~ 9.49%
G 227 of 274 ~ 82.85%
B 21 of 274 ~ 7.66%

%82.85

CMYK color model

#1AE315 color CMYK value is (89,0,91,11).

  • cyan value is 88.55%
  • magenta value is 0.00%
  • yellow value is 90.75%
  • key color value is 10.98%
CMYK:
(89,0,91,11)
C89M0Y91K11 
(89%,0%,91%,11%)
(0.89/0.00/0.91/0.11)	

CMYK percentages

%88.55
%0
%90.75
%10.98

Codes

Color #1AE315 in popluar color models

1AE315
RGB2622721
HSL119°83.06%48.63%
HSB/HSV119°90.75%89.02%
CMYK88.55%0.00%90.75%
10.98%

Color #1AE315 in popluar number systems.

HEX1AE315
Decimal2622721
Binary110101110001110101
Octal3234325

Shades and tints

Shades of #1AE315

#1AE315
(26,227,21)
#18CF14
(24,207,20)
#16BB13
(22,187,19)
#14A712
(20,167,18)
#129311
(18,147,17)
#107F10
(16,127,16)
#0E6B0F
(14,107,15)
#0C570E
(12,87,14)
#0A430D
(10,67,13)
#082F0C
(8,47,12)
#061B0B
(6,27,11)
#000000
(0,0,0)

Tints of #1AE315

#1AE315
(26,227,21)
#2EE52A
(46,229,42)
#42E73F
(66,231,63)
#56E954
(86,233,84)
#6AEB69
(106,235,105)
#7EED7E
(126,237,126)
#92EF93
(146,239,147)
#A6F1A8
(166,241,168)
#BAF3BD
(186,243,189)
#CEF5D2
(206,245,210)
#E2F7E7
(226,247,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AE315 color. Also use rgb(26,227,21) instead hex code.

Text Font Color

.myTextColor { color: #1AE315; }

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

This text font color is #1AE315.


Background Color

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

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

This div background color is #1AE315.


Border color

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

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

This div border color is #1AE315.


Opacity

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

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

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

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

This text has shadow with #1AE315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AE315 on black background.


Color preview on white background

This text has color #1AE315 on white background.



Black color preview on #1AE315 background

This text has black color on #1AE315 background.


White color preview on #1AE315 background

This text has white color on #1AE315 background.