COLOR #1AD272

HEX: #1AD272
RGB: (26,210,114)

Color info

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

RGB color model

#1AD272 color RGB value is (26,210,114).

  • red value is 26;
  • green value is 210;
  • blue value is 114.
RGB:
(26,210,114)
(10%,82%,45%)

RGB channels and saturation

R 26 of 255 = 10%
G 210 of 255 = 82%
B 114 of 255 = 45%

26
210
114

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

Portions of RGB colors in percentages

R + G + B =
26 + 210 + 114 = 350 (100%)
R 26 of 350 ~ 7.43%
G 210 of 350 ~ 60%
B 114 of 350 ~ 32.57%

%60
%32.57

CMYK color model

#1AD272 color CMYK value is (88,0,46,18).

  • cyan value is 87.62%
  • magenta value is 0.00%
  • yellow value is 45.71%
  • key color value is 17.65%
CMYK:
(88,0,46,18)
C88M0Y46K18 
(88%,0%,46%,18%)
(0.88/0.00/0.46/0.18)	

CMYK percentages

%87.62
%0
%45.71
%17.65

Codes

Color #1AD272 in popluar color models

1AD272
RGB26210114
HSL149°77.97%46.27%
HSB/HSV149°87.62%82.35%
CMYK87.62%0.00%45.71%
17.65%

Color #1AD272 in popluar number systems.

HEX1AD272
Decimal26210114
Binary11010110100101110010
Octal32322162

Shades and tints

Shades of #1AD272

#1AD272
(26,210,114)
#18BF68
(24,191,104)
#16AC5E
(22,172,94)
#149954
(20,153,84)
#12864A
(18,134,74)
#107340
(16,115,64)
#0E6036
(14,96,54)
#0C4D2C
(12,77,44)
#0A3A22
(10,58,34)
#082718
(8,39,24)
#06140E
(6,20,14)
#000000
(0,0,0)

Tints of #1AD272

#1AD272
(26,210,114)
#2ED67E
(46,214,126)
#42DA8A
(66,218,138)
#56DE96
(86,222,150)
#6AE2A2
(106,226,162)
#7EE6AE
(126,230,174)
#92EABA
(146,234,186)
#A6EEC6
(166,238,198)
#BAF2D2
(186,242,210)
#CEF6DE
(206,246,222)
#E2FAEA
(226,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AD272 color. Also use rgb(26,210,114) instead hex code.

Text Font Color

.myTextColor { color: #1AD272; }

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

This text font color is #1AD272.


Background Color

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

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

This div background color is #1AD272.


Border color

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

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

This div border color is #1AD272.


Opacity

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

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

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

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

This text has shadow with #1AD272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AD272 on black background.


Color preview on white background

This text has color #1AD272 on white background.



Black color preview on #1AD272 background

This text has black color on #1AD272 background.


White color preview on #1AD272 background

This text has white color on #1AD272 background.