COLOR #1ABB5F

HEX: #1ABB5F
RGB: (26,187,95)

Color info

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

RGB color model

#1ABB5F color RGB value is (26,187,95).

  • red value is 26;
  • green value is 187;
  • blue value is 95.
RGB:
(26,187,95)
(10%,73%,37%)

RGB channels and saturation

R 26 of 255 = 10%
G 187 of 255 = 73%
B 95 of 255 = 37%

26
187
95

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

Portions of RGB colors in percentages

R + G + B =
26 + 187 + 95 = 308 (100%)
R 26 of 308 ~ 8.44%
G 187 of 308 ~ 60.71%
B 95 of 308 ~ 30.84%

%60.71
%30.84

CMYK color model

#1ABB5F color CMYK value is (86,0,49,27).

  • cyan value is 86.10%
  • magenta value is 0.00%
  • yellow value is 49.20%
  • key color value is 26.67%
CMYK:
(86,0,49,27)
C86M0Y49K27 
(86%,0%,49%,27%)
(0.86/0.00/0.49/0.27)	

CMYK percentages

%86.1
%0
%49.2
%26.67

Codes

Color #1ABB5F in popluar color models

1ABB5F
RGB2618795
HSL146°75.59%41.76%
HSB/HSV146°86.10%73.33%
CMYK86.10%0.00%49.20%
26.67%

Color #1ABB5F in popluar number systems.

HEX1ABB5F
Decimal2618795
Binary11010101110111011111
Octal32273137

Shades and tints

Shades of #1ABB5F

#1ABB5F
(26,187,95)
#18AA57
(24,170,87)
#16994F
(22,153,79)
#148847
(20,136,71)
#12773F
(18,119,63)
#106637
(16,102,55)
#0E552F
(14,85,47)
#0C4427
(12,68,39)
#0A331F
(10,51,31)
#082217
(8,34,23)
#06110F
(6,17,15)
#000000
(0,0,0)

Tints of #1ABB5F

#1ABB5F
(26,187,95)
#2EC16D
(46,193,109)
#42C77B
(66,199,123)
#56CD89
(86,205,137)
#6AD397
(106,211,151)
#7ED9A5
(126,217,165)
#92DFB3
(146,223,179)
#A6E5C1
(166,229,193)
#BAEBCF
(186,235,207)
#CEF1DD
(206,241,221)
#E2F7EB
(226,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ABB5F color. Also use rgb(26,187,95) instead hex code.

Text Font Color

.myTextColor { color: #1ABB5F; }

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

This text font color is #1ABB5F.


Background Color

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

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

This div background color is #1ABB5F.


Border color

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

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

This div border color is #1ABB5F.


Opacity

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

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

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

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

This text has shadow with #1ABB5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ABB5F on black background.


Color preview on white background

This text has color #1ABB5F on white background.



Black color preview on #1ABB5F background

This text has black color on #1ABB5F background.


White color preview on #1ABB5F background

This text has white color on #1ABB5F background.