COLOR #5AAB61

HEX: #5AAB61
RGB: (90,171,97)

Color info

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

RGB color model

#5AAB61 color RGB value is (90,171,97).

  • red value is 90;
  • green value is 171;
  • blue value is 97.
RGB:
(90,171,97)
(35%,67%,38%)

RGB channels and saturation

R 90 of 255 = 35%
G 171 of 255 = 67%
B 97 of 255 = 38%

90
171
97

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

Portions of RGB colors in percentages

R + G + B =
90 + 171 + 97 = 358 (100%)
R 90 of 358 ~ 25.14%
G 171 of 358 ~ 47.77%
B 97 of 358 ~ 27.09%

%25.14
%47.77
%27.09

CMYK color model

#5AAB61 color CMYK value is (47,0,43,33).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 43.27%
  • key color value is 32.94%
CMYK:
(47,0,43,33)
C47M0Y43K33 
(47%,0%,43%,33%)
(0.47/0.00/0.43/0.33)	

CMYK percentages

%47.37
%0
%43.27
%32.94

Codes

Color #5AAB61 in popluar color models

5AAB61
RGB9017197
HSL125°32.53%51.18%
HSB/HSV125°47.37%67.06%
CMYK47.37%0.00%43.27%
32.94%

Color #5AAB61 in popluar number systems.

HEX5AAB61
Decimal9017197
Binary1011010101010111100001
Octal132253141

Shades and tints

Shades of #5AAB61

#5AAB61
(90,171,97)
#529C59
(82,156,89)
#4A8D51
(74,141,81)
#427E49
(66,126,73)
#3A6F41
(58,111,65)
#326039
(50,96,57)
#2A5131
(42,81,49)
#224229
(34,66,41)
#1A3321
(26,51,33)
#122419
(18,36,25)
#0A1511
(10,21,17)
#000000
(0,0,0)

Tints of #5AAB61

#5AAB61
(90,171,97)
#69B26F
(105,178,111)
#78B97D
(120,185,125)
#87C08B
(135,192,139)
#96C799
(150,199,153)
#A5CEA7
(165,206,167)
#B4D5B5
(180,213,181)
#C3DCC3
(195,220,195)
#D2E3D1
(210,227,209)
#E1EADF
(225,234,223)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAB61 color. Also use rgb(90,171,97) instead hex code.

Text Font Color

.myTextColor { color: #5AAB61; }

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

This text font color is #5AAB61.


Background Color

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

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

This div background color is #5AAB61.


Border color

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

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

This div border color is #5AAB61.


Opacity

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

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

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

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

This text has shadow with #5AAB61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AAB61 on black background.


Color preview on white background

This text has color #5AAB61 on white background.



Black color preview on #5AAB61 background

This text has black color on #5AAB61 background.


White color preview on #5AAB61 background

This text has white color on #5AAB61 background.