COLOR #1AED96

HEX: #1AED96
RGB: (26,237,150)

Color info

#1AED96 contains mainly green color. Web safe color of #1AED96 is #00FF99 (or #0F9).

RGB color model

#1AED96 color RGB value is (26,237,150).

  • red value is 26;
  • green value is 237;
  • blue value is 150.
RGB:
(26,237,150)
(10%,93%,59%)

RGB channels and saturation

R 26 of 255 = 10%
G 237 of 255 = 93%
B 150 of 255 = 59%

26
237
150

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

Portions of RGB colors in percentages

R + G + B =
26 + 237 + 150 = 413 (100%)
R 26 of 413 ~ 6.3%
G 237 of 413 ~ 57.38%
B 150 of 413 ~ 36.32%

%57.38
%36.32

CMYK color model

#1AED96 color CMYK value is (89,0,37,7).

  • cyan value is 89.03%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 7.06%
CMYK:
(89,0,37,7)
C89M0Y37K7 
(89%,0%,37%,7%)
(0.89/0.00/0.37/0.07)	

CMYK percentages

%89.03
%0
%36.71
%7.06

Codes

Color #1AED96 in popluar color models

1AED96
RGB26237150
HSL155°85.43%51.57%
HSB/HSV155°89.03%92.94%
CMYK89.03%0.00%36.71%
7.06%

Color #1AED96 in popluar number systems.

HEX1AED96
Decimal26237150
Binary110101110110110010110
Octal32355226

Shades and tints

Shades of #1AED96

#1AED96
(26,237,150)
#18D889
(24,216,137)
#16C37C
(22,195,124)
#14AE6F
(20,174,111)
#129962
(18,153,98)
#108455
(16,132,85)
#0E6F48
(14,111,72)
#0C5A3B
(12,90,59)
#0A452E
(10,69,46)
#083021
(8,48,33)
#061B14
(6,27,20)
#000000
(0,0,0)

Tints of #1AED96

#1AED96
(26,237,150)
#2EEE9F
(46,238,159)
#42EFA8
(66,239,168)
#56F0B1
(86,240,177)
#6AF1BA
(106,241,186)
#7EF2C3
(126,242,195)
#92F3CC
(146,243,204)
#A6F4D5
(166,244,213)
#BAF5DE
(186,245,222)
#CEF6E7
(206,246,231)
#E2F7F0
(226,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AED96 color. Also use rgb(26,237,150) instead hex code.

Text Font Color

.myTextColor { color: #1AED96; }

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

This text font color is #1AED96.


Background Color

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

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

This div background color is #1AED96.


Border color

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

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

This div border color is #1AED96.


Opacity

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

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

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

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

This text has shadow with #1AED96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AED96 on black background.


Color preview on white background

This text has color #1AED96 on white background.



Black color preview on #1AED96 background

This text has black color on #1AED96 background.


White color preview on #1AED96 background

This text has white color on #1AED96 background.