COLOR #5AAB4F

HEX: #5AAB4F RGB: (90,171,79)

Color info

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

RGB color model

#5AAB4F color RGB value is (90,171,79).

RGB: (90,171,79) (35%, 67%, 31%)

RGB channels and saturation

R 90 of 255 = 35%
G 171 of 255 = 67%
B 79 of 255 = 31%

90
171
79

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

Portions of RGB colors in percentages

R + G + B = 90 + 171 + 79 = 340 (100%)
R 90 of 340 ~ 26.47%
G 171 of 340 ~ 50.29%
B 79 of 340 ~ 23.24'%

%26.47
%50.29
%23.24

CMYK color model

#5AAB4F color CMYK value is (47,0,54,33).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 53.80%
  • key color value is 32.94%

CMYK: (47,0,54,33)
C47M0Y54K33 (47%, 0%, 54%, 33%)
(0.47 / 0.00 / 0.54 / 0.33)

CMYK percentages

%47.37
%0
%53.8
%32.94

Codes

Color #5AAB4F in popluar color models

5A AB 4F
RGB 90 171 79
HSL 113° 36.80% 49.02%
HSB/HSV 113° 53.80% 67.06%
CMYK 47.37% 0.00% 53.80%
32.94%

Color #5AAB4F in popluar number systems.

HEX 5A AB 4F
Decimal 90 171 79
Binary 1011010 10101011 1001111
Octal 132 253 117

Shades and tints

Shades of #5AAB4F

#5AAB4F
(90,171,79)
#529C48
(82,156,72)
#4A8D41
(74,141,65)
#427E3A
(66,126,58)
#3A6F33
(58,111,51)
#32602C
(50,96,44)
#2A5125
(42,81,37)
#22421E
(34,66,30)
#1A3317
(26,51,23)
#122410
(18,36,16)
#0A1509
(10,21,9)
#000000
(0,0,0)

Tints of #5AAB4F

#5AAB4F
(90,171,79)
#69B25F
(105,178,95)
#78B96F
(120,185,111)
#87C07F
(135,192,127)
#96C78F
(150,199,143)
#A5CE9F
(165,206,159)
#B4D5AF
(180,213,175)
#C3DCBF
(195,220,191)
#D2E3CF
(210,227,207)
#E1EADF
(225,234,223)
#F0F1EF
(240,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AAB4F; }

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

This text font color is #5AAB4F.

Background Color

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

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

This div background color is #5AAB4F.

Border color

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

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

This div border color is #5AAB4F.

Opacity

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

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

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

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

This text has shadow with #5AAB4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAB4F.

Preview

Color preview on black background

This text has color #5AAB4F on black background.


Color preview on white background

This text has color #5AAB4F on white background.


Black color preview on #5AAB4F background

This text has black color on #5AAB4F background.


White color preview on #5AAB4F background

This text has white color on #5AAB4F background.


Related colors

Complementary color

Complementary color for #hex is #A554B0.


I love getcolorcode.com

Triadic colors

1 #4F5AAB and #AB4F5A with #5AAB4F are triadic colors.

2 #4FAB5A and #AB5A4F with #5AAB4F are triadic colors.