COLOR #5AB047

HEX: #5AB047
RGB: (90,176,71)

Color info

#5AB047 contains mainly green color. Web safe color of #5AB047 is #669933 (or #693).

RGB color model

#5AB047 color RGB value is (90,176,71).

  • red value is 90;
  • green value is 176;
  • blue value is 71.
RGB:
(90,176,71)
(35%,69%,28%)

RGB channels and saturation

R 90 of 255 = 35%
G 176 of 255 = 69%
B 71 of 255 = 28%

90
176
71

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

Portions of RGB colors in percentages

R + G + B =
90 + 176 + 71 = 337 (100%)
R 90 of 337 ~ 26.71%
G 176 of 337 ~ 52.23%
B 71 of 337 ~ 21.07%

%26.71
%52.23
%21.07

CMYK color model

#5AB047 color CMYK value is (49,0,60,31).

  • cyan value is 48.86%
  • magenta value is 0.00%
  • yellow value is 59.66%
  • key color value is 30.98%
CMYK:
(49,0,60,31)
C49M0Y60K31 
(49%,0%,60%,31%)
(0.49/0.00/0.60/0.31)	

CMYK percentages

%48.86
%0
%59.66
%30.98

Codes

Color #5AB047 in popluar color models

5AB047
RGB9017671
HSL109°42.51%48.43%
HSB/HSV109°59.66%69.02%
CMYK48.86%0.00%59.66%
30.98%

Color #5AB047 in popluar number systems.

HEX5AB047
Decimal9017671
Binary1011010101100001000111
Octal132260107

Shades and tints

Shades of #5AB047

#5AB047
(90,176,71)
#52A041
(82,160,65)
#4A903B
(74,144,59)
#428035
(66,128,53)
#3A702F
(58,112,47)
#326029
(50,96,41)
#2A5023
(42,80,35)
#22401D
(34,64,29)
#1A3017
(26,48,23)
#122011
(18,32,17)
#0A100B
(10,16,11)
#000000
(0,0,0)

Tints of #5AB047

#5AB047
(90,176,71)
#69B757
(105,183,87)
#78BE67
(120,190,103)
#87C577
(135,197,119)
#96CC87
(150,204,135)
#A5D397
(165,211,151)
#B4DAA7
(180,218,167)
#C3E1B7
(195,225,183)
#D2E8C7
(210,232,199)
#E1EFD7
(225,239,215)
#F0F6E7
(240,246,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB047 color. Also use rgb(90,176,71) instead hex code.

Text Font Color

.myTextColor { color: #5AB047; }

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

This text font color is #5AB047.


Background Color

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

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

This div background color is #5AB047.


Border color

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

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

This div border color is #5AB047.


Opacity

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

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

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

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

This text has shadow with #5AB047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB047 on black background.


Color preview on white background

This text has color #5AB047 on white background.



Black color preview on #5AB047 background

This text has black color on #5AB047 background.


White color preview on #5AB047 background

This text has white color on #5AB047 background.