COLOR #1AD696

HEX: #1AD696
RGB: (26,214,150)

Color info

#1AD696 contains mainly green color. Web safe color of #1AD696 is #00CC99 (or #0C9).

RGB color model

#1AD696 color RGB value is (26,214,150).

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

RGB channels and saturation

R 26 of 255 = 10%
G 214 of 255 = 84%
B 150 of 255 = 59%

26
214
150

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

Portions of RGB colors in percentages

R + G + B =
26 + 214 + 150 = 390 (100%)
R 26 of 390 ~ 6.67%
G 214 of 390 ~ 54.87%
B 150 of 390 ~ 38.46%

%54.87
%38.46

CMYK color model

#1AD696 color CMYK value is (88,0,30,16).

  • cyan value is 87.85%
  • magenta value is 0.00%
  • yellow value is 29.91%
  • key color value is 16.08%
CMYK:
(88,0,30,16)
C88M0Y30K16 
(88%,0%,30%,16%)
(0.88/0.00/0.30/0.16)	

CMYK percentages

%87.85
%0
%29.91
%16.08

Codes

Color #1AD696 in popluar color models

1AD696
RGB26214150
HSL160°78.33%47.06%
HSB/HSV160°87.85%83.92%
CMYK87.85%0.00%29.91%
16.08%

Color #1AD696 in popluar number systems.

HEX1AD696
Decimal26214150
Binary110101101011010010110
Octal32326226

Shades and tints

Shades of #1AD696

#1AD696
(26,214,150)
#18C389
(24,195,137)
#16B07C
(22,176,124)
#149D6F
(20,157,111)
#128A62
(18,138,98)
#107755
(16,119,85)
#0E6448
(14,100,72)
#0C513B
(12,81,59)
#0A3E2E
(10,62,46)
#082B21
(8,43,33)
#061814
(6,24,20)
#000000
(0,0,0)

Tints of #1AD696

#1AD696
(26,214,150)
#2ED99F
(46,217,159)
#42DCA8
(66,220,168)
#56DFB1
(86,223,177)
#6AE2BA
(106,226,186)
#7EE5C3
(126,229,195)
#92E8CC
(146,232,204)
#A6EBD5
(166,235,213)
#BAEEDE
(186,238,222)
#CEF1E7
(206,241,231)
#E2F4F0
(226,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1AD696; }

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

This text font color is #1AD696.


Background Color

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

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

This div background color is #1AD696.


Border color

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

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

This div border color is #1AD696.


Opacity

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

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

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

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

This text has shadow with #1AD696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AD696 on black background.


Color preview on white background

This text has color #1AD696 on white background.



Black color preview on #1AD696 background

This text has black color on #1AD696 background.


White color preview on #1AD696 background

This text has white color on #1AD696 background.