COLOR #5AA367

HEX: #5AA367 RGB: (90,163,103)

Color info

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

RGB color model

#5AA367 color RGB value is (90,163,103).

RGB: (90,163,103) (35%, 64%, 40%)

RGB channels and saturation

R 90 of 255 = 35%
G 163 of 255 = 64%
B 103 of 255 = 40%

90
163
103

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

Portions of RGB colors in percentages

R + G + B = 90 + 163 + 103 = 356 (100%)
R 90 of 356 ~ 25.28%
G 163 of 356 ~ 45.79%
B 103 of 356 ~ 28.93'%

%25.28
%45.79
%28.93

CMYK color model

#5AA367 color CMYK value is (45,0,37,36).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 36.81%
  • key color value is 36.08%

CMYK: (45,0,37,36)
C45M0Y37K36 (45%, 0%, 37%, 36%)
(0.45 / 0.00 / 0.37 / 0.36)

CMYK percentages

%44.79
%0
%36.81
%36.08

Codes

Color #5AA367 in popluar color models

5A A3 67
RGB 90 163 103
HSL 131° 28.85% 49.61%
HSB/HSV 131° 44.79% 63.92%
CMYK 44.79% 0.00% 36.81%
36.08%

Color #5AA367 in popluar number systems.

HEX 5A A3 67
Decimal 90 163 103
Binary 1011010 10100011 1100111
Octal 132 243 147

Shades and tints

Shades of #5AA367

#5AA367
(90,163,103)
#52955E
(82,149,94)
#4A8755
(74,135,85)
#42794C
(66,121,76)
#3A6B43
(58,107,67)
#325D3A
(50,93,58)
#2A4F31
(42,79,49)
#224128
(34,65,40)
#1A331F
(26,51,31)
#122516
(18,37,22)
#0A170D
(10,23,13)
#000000
(0,0,0)

Tints of #5AA367

#5AA367
(90,163,103)
#69AB74
(105,171,116)
#78B381
(120,179,129)
#87BB8E
(135,187,142)
#96C39B
(150,195,155)
#A5CBA8
(165,203,168)
#B4D3B5
(180,211,181)
#C3DBC2
(195,219,194)
#D2E3CF
(210,227,207)
#E1EBDC
(225,235,220)
#F0F3E9
(240,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA367 color. Also use rgb(90,163,103) instead hex code.

Text Font Color

.myTextColor { color: #5AA367; }

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

This text font color is #5AA367.

Background Color

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

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

This div background color is #5AA367.

Border color

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

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

This div border color is #5AA367.

Opacity

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

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

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

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

This text has shadow with #5AA367 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA367.

Preview

Color preview on black background

This text has color #5AA367 on black background.


Color preview on white background

This text has color #5AA367 on white background.


Black color preview on #5AA367 background

This text has black color on #5AA367 background.


White color preview on #5AA367 background

This text has white color on #5AA367 background.


Related colors

Complementary color

Complementary color for #hex is #A55C98.


I love getcolorcode.com

Triadic colors

1 #675AA3 and #A3675A with #5AA367 are triadic colors.

2 #67A35A and #A35A67 with #5AA367 are triadic colors.