COLOR #5AB36A

HEX: #5AB36A
RGB: (90,179,106)

Color info

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

RGB color model

#5AB36A color RGB value is (90,179,106).

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

RGB channels and saturation

R 90 of 255 = 35%
G 179 of 255 = 70%
B 106 of 255 = 42%

90
179
106

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

Portions of RGB colors in percentages

R + G + B =
90 + 179 + 106 = 375 (100%)
R 90 of 375 ~ 24%
G 179 of 375 ~ 47.73%
B 106 of 375 ~ 28.27%

%24
%47.73
%28.27

CMYK color model

#5AB36A color CMYK value is (50,0,41,30).

  • cyan value is 49.72%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 29.80%
CMYK:
(50,0,41,30)
C50M0Y41K30 
(50%,0%,41%,30%)
(0.50/0.00/0.41/0.30)	

CMYK percentages

%49.72
%0
%40.78
%29.8

Codes

Color #5AB36A in popluar color models

5AB36A
RGB90179106
HSL131°36.93%52.75%
HSB/HSV131°49.72%70.20%
CMYK49.72%0.00%40.78%
29.80%

Color #5AB36A in popluar number systems.

HEX5AB36A
Decimal90179106
Binary1011010101100111101010
Octal132263152

Shades and tints

Shades of #5AB36A

#5AB36A
(90,179,106)
#52A361
(82,163,97)
#4A9358
(74,147,88)
#42834F
(66,131,79)
#3A7346
(58,115,70)
#32633D
(50,99,61)
#2A5334
(42,83,52)
#22432B
(34,67,43)
#1A3322
(26,51,34)
#122319
(18,35,25)
#0A1310
(10,19,16)
#000000
(0,0,0)

Tints of #5AB36A

#5AB36A
(90,179,106)
#69B977
(105,185,119)
#78BF84
(120,191,132)
#87C591
(135,197,145)
#96CB9E
(150,203,158)
#A5D1AB
(165,209,171)
#B4D7B8
(180,215,184)
#C3DDC5
(195,221,197)
#D2E3D2
(210,227,210)
#E1E9DF
(225,233,223)
#F0EFEC
(240,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AB36A; }

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

This text font color is #5AB36A.


Background Color

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

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

This div background color is #5AB36A.


Border color

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

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

This div border color is #5AB36A.


Opacity

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

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

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

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

This text has shadow with #5AB36A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB36A on black background.


Color preview on white background

This text has color #5AB36A on white background.



Black color preview on #5AB36A background

This text has black color on #5AB36A background.


White color preview on #5AB36A background

This text has white color on #5AB36A background.