COLOR #5AC180

HEX: #5AC180
RGB: (90,193,128)

Color info

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

RGB color model

#5AC180 color RGB value is (90,193,128).

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

RGB channels and saturation

R 90 of 255 = 35%
G 193 of 255 = 76%
B 128 of 255 = 50%

90
193
128

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

Portions of RGB colors in percentages

R + G + B =
90 + 193 + 128 = 411 (100%)
R 90 of 411 ~ 21.9%
G 193 of 411 ~ 46.96%
B 128 of 411 ~ 31.14%

%21.9
%46.96
%31.14

CMYK color model

#5AC180 color CMYK value is (53,0,34,24).

  • cyan value is 53.37%
  • magenta value is 0.00%
  • yellow value is 33.68%
  • key color value is 24.31%
CMYK:
(53,0,34,24)
C53M0Y34K24 
(53%,0%,34%,24%)
(0.53/0.00/0.34/0.24)	

CMYK percentages

%53.37
%0
%33.68
%24.31

Codes

Color #5AC180 in popluar color models

5AC180
RGB90193128
HSL142°45.37%55.49%
HSB/HSV142°53.37%75.69%
CMYK53.37%0.00%33.68%
24.31%

Color #5AC180 in popluar number systems.

HEX5AC180
Decimal90193128
Binary10110101100000110000000
Octal132301200

Shades and tints

Shades of #5AC180

#5AC180
(90,193,128)
#52B075
(82,176,117)
#4A9F6A
(74,159,106)
#428E5F
(66,142,95)
#3A7D54
(58,125,84)
#326C49
(50,108,73)
#2A5B3E
(42,91,62)
#224A33
(34,74,51)
#1A3928
(26,57,40)
#12281D
(18,40,29)
#0A1712
(10,23,18)
#000000
(0,0,0)

Tints of #5AC180

#5AC180
(90,193,128)
#69C68B
(105,198,139)
#78CB96
(120,203,150)
#87D0A1
(135,208,161)
#96D5AC
(150,213,172)
#A5DAB7
(165,218,183)
#B4DFC2
(180,223,194)
#C3E4CD
(195,228,205)
#D2E9D8
(210,233,216)
#E1EEE3
(225,238,227)
#F0F3EE
(240,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AC180; }

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

This text font color is #5AC180.


Background Color

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

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

This div background color is #5AC180.


Border color

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

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

This div border color is #5AC180.


Opacity

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

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

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

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

This text has shadow with #5AC180 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC180 on black background.


Color preview on white background

This text has color #5AC180 on white background.



Black color preview on #5AC180 background

This text has black color on #5AC180 background.


White color preview on #5AC180 background

This text has white color on #5AC180 background.