COLOR #1AE370

HEX: #1AE370
RGB: (26,227,112)

Color info

#1AE370 contains mainly green color. Web safe color of #1AE370 is #00CC66 (or #0C6).

RGB color model

#1AE370 color RGB value is (26,227,112).

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

RGB channels and saturation

R 26 of 255 = 10%
G 227 of 255 = 89%
B 112 of 255 = 44%

26
227
112

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

Portions of RGB colors in percentages

R + G + B =
26 + 227 + 112 = 365 (100%)
R 26 of 365 ~ 7.12%
G 227 of 365 ~ 62.19%
B 112 of 365 ~ 30.68%

%62.19
%30.68

CMYK color model

#1AE370 color CMYK value is (89,0,51,11).

  • cyan value is 88.55%
  • magenta value is 0.00%
  • yellow value is 50.66%
  • key color value is 10.98%
CMYK:
(89,0,51,11)
C89M0Y51K11 
(89%,0%,51%,11%)
(0.89/0.00/0.51/0.11)	

CMYK percentages

%88.55
%0
%50.66
%10.98

Codes

Color #1AE370 in popluar color models

1AE370
RGB26227112
HSL146°79.45%49.61%
HSB/HSV146°88.55%89.02%
CMYK88.55%0.00%50.66%
10.98%

Color #1AE370 in popluar number systems.

HEX1AE370
Decimal26227112
Binary11010111000111110000
Octal32343160

Shades and tints

Shades of #1AE370

#1AE370
(26,227,112)
#18CF66
(24,207,102)
#16BB5C
(22,187,92)
#14A752
(20,167,82)
#129348
(18,147,72)
#107F3E
(16,127,62)
#0E6B34
(14,107,52)
#0C572A
(12,87,42)
#0A4320
(10,67,32)
#082F16
(8,47,22)
#061B0C
(6,27,12)
#000000
(0,0,0)

Tints of #1AE370

#1AE370
(26,227,112)
#2EE57D
(46,229,125)
#42E78A
(66,231,138)
#56E997
(86,233,151)
#6AEBA4
(106,235,164)
#7EEDB1
(126,237,177)
#92EFBE
(146,239,190)
#A6F1CB
(166,241,203)
#BAF3D8
(186,243,216)
#CEF5E5
(206,245,229)
#E2F7F2
(226,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1AE370; }

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

This text font color is #1AE370.


Background Color

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

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

This div background color is #1AE370.


Border color

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

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

This div border color is #1AE370.


Opacity

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

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

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

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

This text has shadow with #1AE370 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AE370 on black background.


Color preview on white background

This text has color #1AE370 on white background.



Black color preview on #1AE370 background

This text has black color on #1AE370 background.


White color preview on #1AE370 background

This text has white color on #1AE370 background.