COLOR #5AB16A

HEX: #5AB16A
RGB: (90,177,106)

Color info

#5AB16A contains mainly green color. Web safe color of #5AB16A is #669966 (or #696).

RGB color model

#5AB16A color RGB value is (90,177,106).

  • red value is 90;
  • green value is 177;
  • blue value is 106.
RGB:
(90,177,106)
(35%,69%,42%)

RGB channels and saturation

R 90 of 255 = 35%
G 177 of 255 = 69%
B 106 of 255 = 42%

90
177
106

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

Portions of RGB colors in percentages

R + G + B =
90 + 177 + 106 = 373 (100%)
R 90 of 373 ~ 24.13%
G 177 of 373 ~ 47.45%
B 106 of 373 ~ 28.42%

%24.13
%47.45
%28.42

CMYK color model

#5AB16A color CMYK value is (49,0,40,31).

  • cyan value is 49.15%
  • magenta value is 0.00%
  • yellow value is 40.11%
  • key color value is 30.59%
CMYK:
(49,0,40,31)
C49M0Y40K31 
(49%,0%,40%,31%)
(0.49/0.00/0.40/0.31)	

CMYK percentages

%49.15
%0
%40.11
%30.59

Codes

Color #5AB16A in popluar color models

5AB16A
RGB90177106
HSL131°35.80%52.35%
HSB/HSV131°49.15%69.41%
CMYK49.15%0.00%40.11%
30.59%

Color #5AB16A in popluar number systems.

HEX5AB16A
Decimal90177106
Binary1011010101100011101010
Octal132261152

Shades and tints

Shades of #5AB16A

#5AB16A
(90,177,106)
#52A161
(82,161,97)
#4A9158
(74,145,88)
#42814F
(66,129,79)
#3A7146
(58,113,70)
#32613D
(50,97,61)
#2A5134
(42,81,52)
#22412B
(34,65,43)
#1A3122
(26,49,34)
#122119
(18,33,25)
#0A1110
(10,17,16)
#000000
(0,0,0)

Tints of #5AB16A

#5AB16A
(90,177,106)
#69B877
(105,184,119)
#78BF84
(120,191,132)
#87C691
(135,198,145)
#96CD9E
(150,205,158)
#A5D4AB
(165,212,171)
#B4DBB8
(180,219,184)
#C3E2C5
(195,226,197)
#D2E9D2
(210,233,210)
#E1F0DF
(225,240,223)
#F0F7EC
(240,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB16A color. Also use rgb(90,177,106) instead hex code.

Text Font Color

.myTextColor { color: #5AB16A; }

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

This text font color is #5AB16A.


Background Color

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

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

This div background color is #5AB16A.


Border color

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

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

This div border color is #5AB16A.


Opacity

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

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

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

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

This text has shadow with #5AB16A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB16A on black background.


Color preview on white background

This text has color #5AB16A on white background.



Black color preview on #5AB16A background

This text has black color on #5AB16A background.


White color preview on #5AB16A background

This text has white color on #5AB16A background.