COLOR #5ABC80

HEX: #5ABC80
RGB: (90,188,128)

Color info

#5ABC80 contains mainly green color. Web safe color of #5ABC80 is #66CC66 (or #6C6).

RGB color model

#5ABC80 color RGB value is (90,188,128).

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

RGB channels and saturation

R 90 of 255 = 35%
G 188 of 255 = 74%
B 128 of 255 = 50%

90
188
128

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

Portions of RGB colors in percentages

R + G + B =
90 + 188 + 128 = 406 (100%)
R 90 of 406 ~ 22.17%
G 188 of 406 ~ 46.31%
B 128 of 406 ~ 31.53%

%22.17
%46.31
%31.53

CMYK color model

#5ABC80 color CMYK value is (52,0,32,26).

  • cyan value is 52.13%
  • magenta value is 0.00%
  • yellow value is 31.91%
  • key color value is 26.27%
CMYK:
(52,0,32,26)
C52M0Y32K26 
(52%,0%,32%,26%)
(0.52/0.00/0.32/0.26)	

CMYK percentages

%52.13
%0
%31.91
%26.27

Codes

Color #5ABC80 in popluar color models

5ABC80
RGB90188128
HSL143°42.24%54.51%
HSB/HSV143°52.13%73.73%
CMYK52.13%0.00%31.91%
26.27%

Color #5ABC80 in popluar number systems.

HEX5ABC80
Decimal90188128
Binary10110101011110010000000
Octal132274200

Shades and tints

Shades of #5ABC80

#5ABC80
(90,188,128)
#52AB75
(82,171,117)
#4A9A6A
(74,154,106)
#42895F
(66,137,95)
#3A7854
(58,120,84)
#326749
(50,103,73)
#2A563E
(42,86,62)
#224533
(34,69,51)
#1A3428
(26,52,40)
#12231D
(18,35,29)
#0A1212
(10,18,18)
#000000
(0,0,0)

Tints of #5ABC80

#5ABC80
(90,188,128)
#69C28B
(105,194,139)
#78C896
(120,200,150)
#87CEA1
(135,206,161)
#96D4AC
(150,212,172)
#A5DAB7
(165,218,183)
#B4E0C2
(180,224,194)
#C3E6CD
(195,230,205)
#D2ECD8
(210,236,216)
#E1F2E3
(225,242,227)
#F0F8EE
(240,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ABC80; }

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

This text font color is #5ABC80.


Background Color

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

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

This div background color is #5ABC80.


Border color

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

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

This div border color is #5ABC80.


Opacity

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

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

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

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

This text has shadow with #5ABC80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ABC80 on black background.


Color preview on white background

This text has color #5ABC80 on white background.



Black color preview on #5ABC80 background

This text has black color on #5ABC80 background.


White color preview on #5ABC80 background

This text has white color on #5ABC80 background.