COLOR #5AB538

HEX: #5AB538
RGB: (90,181,56)

Color info

#5AB538 contains mainly green color. Web safe color of #5AB538 is #66CC33 (or #6C3).

RGB color model

#5AB538 color RGB value is (90,181,56).

  • red value is 90;
  • green value is 181;
  • blue value is 56.
RGB:
(90,181,56)
(35%,71%,22%)

RGB channels and saturation

R 90 of 255 = 35%
G 181 of 255 = 71%
B 56 of 255 = 22%

90
181
56

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

Portions of RGB colors in percentages

R + G + B =
90 + 181 + 56 = 327 (100%)
R 90 of 327 ~ 27.52%
G 181 of 327 ~ 55.35%
B 56 of 327 ~ 17.13%

%27.52
%55.35
%17.13

CMYK color model

#5AB538 color CMYK value is (50,0,69,29).

  • cyan value is 50.28%
  • magenta value is 0.00%
  • yellow value is 69.06%
  • key color value is 29.02%
CMYK:
(50,0,69,29)
C50M0Y69K29 
(50%,0%,69%,29%)
(0.50/0.00/0.69/0.29)	

CMYK percentages

%50.28
%0
%69.06
%29.02

Codes

Color #5AB538 in popluar color models

5AB538
RGB9018156
HSL104°52.74%46.47%
HSB/HSV104°69.06%70.98%
CMYK50.28%0.00%69.06%
29.02%

Color #5AB538 in popluar number systems.

HEX5AB538
Decimal9018156
Binary101101010110101111000
Octal13226570

Shades and tints

Shades of #5AB538

#5AB538
(90,181,56)
#52A533
(82,165,51)
#4A952E
(74,149,46)
#428529
(66,133,41)
#3A7524
(58,117,36)
#32651F
(50,101,31)
#2A551A
(42,85,26)
#224515
(34,69,21)
#1A3510
(26,53,16)
#12250B
(18,37,11)
#0A1506
(10,21,6)
#000000
(0,0,0)

Tints of #5AB538

#5AB538
(90,181,56)
#69BB4A
(105,187,74)
#78C15C
(120,193,92)
#87C76E
(135,199,110)
#96CD80
(150,205,128)
#A5D392
(165,211,146)
#B4D9A4
(180,217,164)
#C3DFB6
(195,223,182)
#D2E5C8
(210,229,200)
#E1EBDA
(225,235,218)
#F0F1EC
(240,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB538 color. Also use rgb(90,181,56) instead hex code.

Text Font Color

.myTextColor { color: #5AB538; }

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

This text font color is #5AB538.


Background Color

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

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

This div background color is #5AB538.


Border color

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

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

This div border color is #5AB538.


Opacity

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

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

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

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

This text has shadow with #5AB538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB538 on black background.


Color preview on white background

This text has color #5AB538 on white background.



Black color preview on #5AB538 background

This text has black color on #5AB538 background.


White color preview on #5AB538 background

This text has white color on #5AB538 background.