COLOR #5AB27C

HEX: #5AB27C
RGB: (90,178,124)

Color info

#5AB27C contains mainly green and blue colors. Web safe color of #5AB27C is #669966 (or #696).

RGB color model

#5AB27C color RGB value is (90,178,124).

  • red value is 90;
  • green value is 178;
  • blue value is 124.
RGB:
(90,178,124)
(35%,70%,49%)

RGB channels and saturation

R 90 of 255 = 35%
G 178 of 255 = 70%
B 124 of 255 = 49%

90
178
124

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

Portions of RGB colors in percentages

R + G + B =
90 + 178 + 124 = 392 (100%)
R 90 of 392 ~ 22.96%
G 178 of 392 ~ 45.41%
B 124 of 392 ~ 31.63%

%22.96
%45.41
%31.63

CMYK color model

#5AB27C color CMYK value is (49,0,30,30).

  • cyan value is 49.44%
  • magenta value is 0.00%
  • yellow value is 30.34%
  • key color value is 30.20%
CMYK:
(49,0,30,30)
C49M0Y30K30 
(49%,0%,30%,30%)
(0.49/0.00/0.30/0.30)	

CMYK percentages

%49.44
%0
%30.34
%30.2

Codes

Color #5AB27C in popluar color models

5AB27C
RGB90178124
HSL143°36.36%52.55%
HSB/HSV143°49.44%69.80%
CMYK49.44%0.00%30.34%
30.20%

Color #5AB27C in popluar number systems.

HEX5AB27C
Decimal90178124
Binary1011010101100101111100
Octal132262174

Shades and tints

Shades of #5AB27C

#5AB27C
(90,178,124)
#52A271
(82,162,113)
#4A9266
(74,146,102)
#42825B
(66,130,91)
#3A7250
(58,114,80)
#326245
(50,98,69)
#2A523A
(42,82,58)
#22422F
(34,66,47)
#1A3224
(26,50,36)
#122219
(18,34,25)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #5AB27C

#5AB27C
(90,178,124)
#69B987
(105,185,135)
#78C092
(120,192,146)
#87C79D
(135,199,157)
#96CEA8
(150,206,168)
#A5D5B3
(165,213,179)
#B4DCBE
(180,220,190)
#C3E3C9
(195,227,201)
#D2EAD4
(210,234,212)
#E1F1DF
(225,241,223)
#F0F8EA
(240,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB27C color. Also use rgb(90,178,124) instead hex code.

Text Font Color

.myTextColor { color: #5AB27C; }

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

This text font color is #5AB27C.


Background Color

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

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

This div background color is #5AB27C.


Border color

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

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

This div border color is #5AB27C.


Opacity

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

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

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

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

This text has shadow with #5AB27C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB27C on black background.


Color preview on white background

This text has color #5AB27C on white background.



Black color preview on #5AB27C background

This text has black color on #5AB27C background.


White color preview on #5AB27C background

This text has white color on #5AB27C background.