COLOR #1AB752

HEX: #1AB752
RGB: (26,183,82)

Color info

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

RGB color model

#1AB752 color RGB value is (26,183,82).

  • red value is 26;
  • green value is 183;
  • blue value is 82.
RGB:
(26,183,82)
(10%,72%,32%)

RGB channels and saturation

R 26 of 255 = 10%
G 183 of 255 = 72%
B 82 of 255 = 32%

26
183
82

R + G + B ~ 38%. #1AB752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 183 + 82 = 291 (100%)
R 26 of 291 ~ 8.93%
G 183 of 291 ~ 62.89%
B 82 of 291 ~ 28.18%

%62.89
%28.18

CMYK color model

#1AB752 color CMYK value is (86,0,55,28).

  • cyan value is 85.79%
  • magenta value is 0.00%
  • yellow value is 55.19%
  • key color value is 28.24%
CMYK:
(86,0,55,28)
C86M0Y55K28 
(86%,0%,55%,28%)
(0.86/0.00/0.55/0.28)	

CMYK percentages

%85.79
%0
%55.19
%28.24

Codes

Color #1AB752 in popluar color models

1AB752
RGB2618382
HSL141°75.12%40.98%
HSB/HSV141°85.79%71.76%
CMYK85.79%0.00%55.19%
28.24%

Color #1AB752 in popluar number systems.

HEX1AB752
Decimal2618382
Binary11010101101111010010
Octal32267122

Shades and tints

Shades of #1AB752

#1AB752
(26,183,82)
#18A74B
(24,167,75)
#169744
(22,151,68)
#14873D
(20,135,61)
#127736
(18,119,54)
#10672F
(16,103,47)
#0E5728
(14,87,40)
#0C4721
(12,71,33)
#0A371A
(10,55,26)
#082713
(8,39,19)
#06170C
(6,23,12)
#000000
(0,0,0)

Tints of #1AB752

#1AB752
(26,183,82)
#2EBD61
(46,189,97)
#42C370
(66,195,112)
#56C97F
(86,201,127)
#6ACF8E
(106,207,142)
#7ED59D
(126,213,157)
#92DBAC
(146,219,172)
#A6E1BB
(166,225,187)
#BAE7CA
(186,231,202)
#CEEDD9
(206,237,217)
#E2F3E8
(226,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AB752 color. Also use rgb(26,183,82) instead hex code.

Text Font Color

.myTextColor { color: #1AB752; }

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

This text font color is #1AB752.


Background Color

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

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

This div background color is #1AB752.


Border color

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

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

This div border color is #1AB752.


Opacity

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

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

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

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

This text has shadow with #1AB752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AB752 on black background.


Color preview on white background

This text has color #1AB752 on white background.



Black color preview on #1AB752 background

This text has black color on #1AB752 background.


White color preview on #1AB752 background

This text has white color on #1AB752 background.