COLOR #5AB959

HEX: #5AB959 RGB: (90,185,89)

Color info

#5AB959 contains mainly green color. Web safe color of #5AB959 is #66CC66 (or #6C6).

RGB color model

#5AB959 color RGB value is (90,185,89).

RGB: (90,185,89) (35%, 73%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 185 of 255 = 73%
B 89 of 255 = 35%

90
185
89

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

Portions of RGB colors in percentages

R + G + B = 90 + 185 + 89 = 364 (100%)
R 90 of 364 ~ 24.73%
G 185 of 364 ~ 50.82%
B 89 of 364 ~ 24.45'%

%24.73
%50.82
%24.45

CMYK color model

#5AB959 color CMYK value is (51,0,52,27).

  • cyan value is 51.35%
  • magenta value is 0.00%
  • yellow value is 51.89%
  • key color value is 27.45%

CMYK: (51,0,52,27)
C51M0Y52K27 (51%, 0%, 52%, 27%)
(0.51 / 0.00 / 0.52 / 0.27)

CMYK percentages

%51.35
%0
%51.89
%27.45

Codes

Color #5AB959 in popluar color models

5A B9 59
RGB 90 185 89
HSL 119° 40.68% 53.73%
HSB/HSV 119° 51.89% 72.55%
CMYK 51.35% 0.00% 51.89%
27.45%

Color #5AB959 in popluar number systems.

HEX 5A B9 59
Decimal 90 185 89
Binary 1011010 10111001 1011001
Octal 132 271 131

Shades and tints

Shades of #5AB959

#5AB959
(90,185,89)
#52A951
(82,169,81)
#4A9949
(74,153,73)
#428941
(66,137,65)
#3A7939
(58,121,57)
#326931
(50,105,49)
#2A5929
(42,89,41)
#224921
(34,73,33)
#1A3919
(26,57,25)
#122911
(18,41,17)
#0A1909
(10,25,9)
#000000
(0,0,0)

Tints of #5AB959

#5AB959
(90,185,89)
#69BF68
(105,191,104)
#78C577
(120,197,119)
#87CB86
(135,203,134)
#96D195
(150,209,149)
#A5D7A4
(165,215,164)
#B4DDB3
(180,221,179)
#C3E3C2
(195,227,194)
#D2E9D1
(210,233,209)
#E1EFE0
(225,239,224)
#F0F5EF
(240,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB959 color. Also use rgb(90,185,89) instead hex code.

Text Font Color

.myTextColor { color: #5AB959; }

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

This text font color is #5AB959.

Background Color

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

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

This div background color is #5AB959.

Border color

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

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

This div border color is #5AB959.

Opacity

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

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

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

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

This text has shadow with #5AB959 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AB959.

Preview

Color preview on black background

This text has color #5AB959 on black background.


Color preview on white background

This text has color #5AB959 on white background.


Black color preview on #5AB959 background

This text has black color on #5AB959 background.


White color preview on #5AB959 background

This text has white color on #5AB959 background.


Related colors

Complementary color

Complementary color for #hex is #A546A6.


I love getcolorcode.com

Triadic colors

1 #595AB9 and #B9595A with #5AB959 are triadic colors.

2 #59B95A and #B95A59 with #5AB959 are triadic colors.