COLOR #1AB03B

HEX: #1AB03B
RGB: (26,176,59)

Color info

#1AB03B contains mainly green color. Web safe color of #1AB03B is #009933 (or #093).

RGB color model

#1AB03B color RGB value is (26,176,59).

  • red value is 26;
  • green value is 176;
  • blue value is 59.
RGB:
(26,176,59)
(10%,69%,23%)

RGB channels and saturation

R 26 of 255 = 10%
G 176 of 255 = 69%
B 59 of 255 = 23%

26
176
59

R + G + B ~ 34%. #1AB03B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
26 + 176 + 59 = 261 (100%)
R 26 of 261 ~ 9.96%
G 176 of 261 ~ 67.43%
B 59 of 261 ~ 22.61%

%9.96
%67.43
%22.61

CMYK color model

#1AB03B color CMYK value is (85,0,66,31).

  • cyan value is 85.23%
  • magenta value is 0.00%
  • yellow value is 66.48%
  • key color value is 30.98%
CMYK:
(85,0,66,31)
C85M0Y66K31 
(85%,0%,66%,31%)
(0.85/0.00/0.66/0.31)	

CMYK percentages

%85.23
%0
%66.48
%30.98

Codes

Color #1AB03B in popluar color models

1AB03B
RGB2617659
HSL133°74.26%39.61%
HSB/HSV133°85.23%69.02%
CMYK85.23%0.00%66.48%
30.98%

Color #1AB03B in popluar number systems.

HEX1AB03B
Decimal2617659
Binary1101010110000111011
Octal3226073

Shades and tints

Shades of #1AB03B

#1AB03B
(26,176,59)
#18A036
(24,160,54)
#169031
(22,144,49)
#14802C
(20,128,44)
#127027
(18,112,39)
#106022
(16,96,34)
#0E501D
(14,80,29)
#0C4018
(12,64,24)
#0A3013
(10,48,19)
#08200E
(8,32,14)
#061009
(6,16,9)
#000000
(0,0,0)

Tints of #1AB03B

#1AB03B
(26,176,59)
#2EB74C
(46,183,76)
#42BE5D
(66,190,93)
#56C56E
(86,197,110)
#6ACC7F
(106,204,127)
#7ED390
(126,211,144)
#92DAA1
(146,218,161)
#A6E1B2
(166,225,178)
#BAE8C3
(186,232,195)
#CEEFD4
(206,239,212)
#E2F6E5
(226,246,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AB03B color. Also use rgb(26,176,59) instead hex code.

Text Font Color

.myTextColor { color: #1AB03B; }

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

This text font color is #1AB03B.


Background Color

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

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

This div background color is #1AB03B.


Border color

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

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

This div border color is #1AB03B.


Opacity

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

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

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

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

This text has shadow with #1AB03B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AB03B on black background.


Color preview on white background

This text has color #1AB03B on white background.



Black color preview on #1AB03B background

This text has black color on #1AB03B background.


White color preview on #1AB03B background

This text has white color on #1AB03B background.