COLOR #5AA868

HEX: #5AA868 RGB: (90,168,104)

Color info

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

RGB color model

#5AA868 color RGB value is (90,168,104).

RGB: (90,168,104) (35%, 66%, 41%)

RGB channels and saturation

R 90 of 255 = 35%
G 168 of 255 = 66%
B 104 of 255 = 41%

90
168
104

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

Portions of RGB colors in percentages

R + G + B = 90 + 168 + 104 = 362 (100%)
R 90 of 362 ~ 24.86%
G 168 of 362 ~ 46.41%
B 104 of 362 ~ 28.73'%

%24.86
%46.41
%28.73

CMYK color model

#5AA868 color CMYK value is (46,0,38,34).

  • cyan value is 46.43%
  • magenta value is 0.00%
  • yellow value is 38.10%
  • key color value is 34.12%

CMYK: (46,0,38,34)
C46M0Y38K34 (46%, 0%, 38%, 34%)
(0.46 / 0.00 / 0.38 / 0.34)

CMYK percentages

%46.43
%0
%38.1
%34.12

Codes

Color #5AA868 in popluar color models

5A A8 68
RGB 90 168 104
HSL 131° 30.95% 50.59%
HSB/HSV 131° 46.43% 65.88%
CMYK 46.43% 0.00% 38.10%
34.12%

Color #5AA868 in popluar number systems.

HEX 5A A8 68
Decimal 90 168 104
Binary 1011010 10101000 1101000
Octal 132 250 150

Shades and tints

Shades of #5AA868

#5AA868
(90,168,104)
#52995F
(82,153,95)
#4A8A56
(74,138,86)
#427B4D
(66,123,77)
#3A6C44
(58,108,68)
#325D3B
(50,93,59)
#2A4E32
(42,78,50)
#223F29
(34,63,41)
#1A3020
(26,48,32)
#122117
(18,33,23)
#0A120E
(10,18,14)
#000000
(0,0,0)

Tints of #5AA868

#5AA868
(90,168,104)
#69AF75
(105,175,117)
#78B682
(120,182,130)
#87BD8F
(135,189,143)
#96C49C
(150,196,156)
#A5CBA9
(165,203,169)
#B4D2B6
(180,210,182)
#C3D9C3
(195,217,195)
#D2E0D0
(210,224,208)
#E1E7DD
(225,231,221)
#F0EEEA
(240,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AA868 color. Also use rgb(90,168,104) instead hex code.

Text Font Color

.myTextColor { color: #5AA868; }

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

This text font color is #5AA868.

Background Color

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

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

This div background color is #5AA868.

Border color

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

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

This div border color is #5AA868.

Opacity

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

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

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

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

This text has shadow with #5AA868 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AA868.

Preview

Color preview on black background

This text has color #5AA868 on black background.


Color preview on white background

This text has color #5AA868 on white background.


Black color preview on #5AA868 background

This text has black color on #5AA868 background.


White color preview on #5AA868 background

This text has white color on #5AA868 background.


Related colors

Complementary color

Complementary color for #hex is #A55797.


I love getcolorcode.com

Triadic colors

1 #685AA8 and #A8685A with #5AA868 are triadic colors.

2 #68A85A and #A85A68 with #5AA868 are triadic colors.