COLOR #5A9659

HEX: #5A9659 RGB: (90,150,89)

Color info

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

RGB color model

#5A9659 color RGB value is (90,150,89).

RGB: (90,150,89) (35%, 59%, 35%)

RGB channels and saturation

R 90 of 255 = 35%
G 150 of 255 = 59%
B 89 of 255 = 35%

90
150
89

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

Portions of RGB colors in percentages

R + G + B = 90 + 150 + 89 = 329 (100%)
R 90 of 329 ~ 27.36%
G 150 of 329 ~ 45.59%
B 89 of 329 ~ 27.05'%

%27.36
%45.59
%27.05

CMYK color model

#5A9659 color CMYK value is (40,0,41,41).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 40.67%
  • key color value is 41.18%

CMYK: (40,0,41,41)
C40M0Y41K41 (40%, 0%, 41%, 41%)
(0.40 / 0.00 / 0.41 / 0.41)

CMYK percentages

%40
%0
%40.67
%41.18

Codes

Color #5A9659 in popluar color models

5A 96 59
RGB 90 150 89
HSL 119° 25.52% 46.86%
HSB/HSV 119° 40.67% 58.82%
CMYK 40.00% 0.00% 40.67%
41.18%

Color #5A9659 in popluar number systems.

HEX 5A 96 59
Decimal 90 150 89
Binary 1011010 10010110 1011001
Octal 132 226 131

Shades and tints

Shades of #5A9659

#5A9659
(90,150,89)
#528951
(82,137,81)
#4A7C49
(74,124,73)
#426F41
(66,111,65)
#3A6239
(58,98,57)
#325531
(50,85,49)
#2A4829
(42,72,41)
#223B21
(34,59,33)
#1A2E19
(26,46,25)
#122111
(18,33,17)
#0A1409
(10,20,9)
#000000
(0,0,0)

Tints of #5A9659

#5A9659
(90,150,89)
#699F68
(105,159,104)
#78A877
(120,168,119)
#87B186
(135,177,134)
#96BA95
(150,186,149)
#A5C3A4
(165,195,164)
#B4CCB3
(180,204,179)
#C3D5C2
(195,213,194)
#D2DED1
(210,222,209)
#E1E7E0
(225,231,224)
#F0F0EF
(240,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5A9659; }

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

This text font color is #5A9659.

Background Color

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

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

This div background color is #5A9659.

Border color

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

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

This div border color is #5A9659.

Opacity

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

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

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

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

This text has shadow with #5A9659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A9659.

Preview

Color preview on black background

This text has color #5A9659 on black background.


Color preview on white background

This text has color #5A9659 on white background.


Black color preview on #5A9659 background

This text has black color on #5A9659 background.


White color preview on #5A9659 background

This text has white color on #5A9659 background.


Related colors

Complementary color

Complementary color for #hex is #A569A6.


I love getcolorcode.com

Triadic colors

1 #595A96 and #96595A with #5A9659 are triadic colors.

2 #59965A and #965A59 with #5A9659 are triadic colors.