COLOR #5ABB80

HEX: #5ABB80
RGB: (90,187,128)

Color info

#5ABB80 contains mainly green and blue colors. Web safe color of #5ABB80 is #66CC66 (or #6C6).

RGB color model

#5ABB80 color RGB value is (90,187,128).

  • red value is 90;
  • green value is 187;
  • blue value is 128.
RGB:
(90,187,128)
(35%,73%,50%)

RGB channels and saturation

R 90 of 255 = 35%
G 187 of 255 = 73%
B 128 of 255 = 50%

90
187
128

R + G + B ~ 53%. #5ABB80 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
90 + 187 + 128 = 405 (100%)
R 90 of 405 ~ 22.22%
G 187 of 405 ~ 46.17%
B 128 of 405 ~ 31.6%

%22.22
%46.17
%31.6

CMYK color model

#5ABB80 color CMYK value is (52,0,32,27).

  • cyan value is 51.87%
  • magenta value is 0.00%
  • yellow value is 31.55%
  • key color value is 26.67%
CMYK:
(52,0,32,27)
C52M0Y32K27 
(52%,0%,32%,27%)
(0.52/0.00/0.32/0.27)	

CMYK percentages

%51.87
%0
%31.55
%26.67

Codes

Color #5ABB80 in popluar color models

5ABB80
RGB90187128
HSL144°41.63%54.31%
HSB/HSV144°51.87%73.33%
CMYK51.87%0.00%31.55%
26.67%

Color #5ABB80 in popluar number systems.

HEX5ABB80
Decimal90187128
Binary10110101011101110000000
Octal132273200

Shades and tints

Shades of #5ABB80

#5ABB80
(90,187,128)
#52AA75
(82,170,117)
#4A996A
(74,153,106)
#42885F
(66,136,95)
#3A7754
(58,119,84)
#326649
(50,102,73)
#2A553E
(42,85,62)
#224433
(34,68,51)
#1A3328
(26,51,40)
#12221D
(18,34,29)
#0A1112
(10,17,18)
#000000
(0,0,0)

Tints of #5ABB80

#5ABB80
(90,187,128)
#69C18B
(105,193,139)
#78C796
(120,199,150)
#87CDA1
(135,205,161)
#96D3AC
(150,211,172)
#A5D9B7
(165,217,183)
#B4DFC2
(180,223,194)
#C3E5CD
(195,229,205)
#D2EBD8
(210,235,216)
#E1F1E3
(225,241,227)
#F0F7EE
(240,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ABB80 color. Also use rgb(90,187,128) instead hex code.

Text Font Color

.myTextColor { color: #5ABB80; }

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

This text font color is #5ABB80.


Background Color

.myBgColor { background-color: #5ABB80; }

<div style="background-color:#5ABB80">Inner text</div>

This div background color is #5ABB80.


Border color

.myBorderColor { border: 1px solid #5ABB80; }

<div style="border:3px solid #5ABB80">Div</div>

This div border color is #5ABB80.


Opacity

.myOpacity80 { color: #5ABB80; opacity: 0.8; }

<p style="color:#5ABB80;opacity:0.8;">80%</p>

Text with #5ABB80 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 #5ABB80;}

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

This text has shadow with #5ABB80 color.

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

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

This text has shadow with #5ABB80 primary color and red secondary color.


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

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

This text has shadow with #5ABB80 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABB80 on black background.


Color preview on white background

This text has color #5ABB80 on white background.



Black color preview on #5ABB80 background

This text has black color on #5ABB80 background.


White color preview on #5ABB80 background

This text has white color on #5ABB80 background.