COLOR #5AC378

HEX: #5AC378
RGB: (90,195,120)

Color info

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

RGB color model

#5AC378 color RGB value is (90,195,120).

  • red value is 90;
  • green value is 195;
  • blue value is 120.
RGB:
(90,195,120)
(35%,76%,47%)

RGB channels and saturation

R 90 of 255 = 35%
G 195 of 255 = 76%
B 120 of 255 = 47%

90
195
120

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

Portions of RGB colors in percentages

R + G + B =
90 + 195 + 120 = 405 (100%)
R 90 of 405 ~ 22.22%
G 195 of 405 ~ 48.15%
B 120 of 405 ~ 29.63%

%22.22
%48.15
%29.63

CMYK color model

#5AC378 color CMYK value is (54,0,38,24).

  • cyan value is 53.85%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 23.53%
CMYK:
(54,0,38,24)
C54M0Y38K24 
(54%,0%,38%,24%)
(0.54/0.00/0.38/0.24)	

CMYK percentages

%53.85
%0
%38.46
%23.53

Codes

Color #5AC378 in popluar color models

5AC378
RGB90195120
HSL137°46.67%55.88%
HSB/HSV137°53.85%76.47%
CMYK53.85%0.00%38.46%
23.53%

Color #5AC378 in popluar number systems.

HEX5AC378
Decimal90195120
Binary1011010110000111111000
Octal132303170

Shades and tints

Shades of #5AC378

#5AC378
(90,195,120)
#52B26E
(82,178,110)
#4AA164
(74,161,100)
#42905A
(66,144,90)
#3A7F50
(58,127,80)
#326E46
(50,110,70)
#2A5D3C
(42,93,60)
#224C32
(34,76,50)
#1A3B28
(26,59,40)
#122A1E
(18,42,30)
#0A1914
(10,25,20)
#000000
(0,0,0)

Tints of #5AC378

#5AC378
(90,195,120)
#69C884
(105,200,132)
#78CD90
(120,205,144)
#87D29C
(135,210,156)
#96D7A8
(150,215,168)
#A5DCB4
(165,220,180)
#B4E1C0
(180,225,192)
#C3E6CC
(195,230,204)
#D2EBD8
(210,235,216)
#E1F0E4
(225,240,228)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC378 color. Also use rgb(90,195,120) instead hex code.

Text Font Color

.myTextColor { color: #5AC378; }

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

This text font color is #5AC378.


Background Color

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

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

This div background color is #5AC378.


Border color

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

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

This div border color is #5AC378.


Opacity

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

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

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

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

This text has shadow with #5AC378 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC378 on black background.


Color preview on white background

This text has color #5AC378 on white background.



Black color preview on #5AC378 background

This text has black color on #5AC378 background.


White color preview on #5AC378 background

This text has white color on #5AC378 background.