COLOR #5ACA49

HEX: #5ACA49 RGB: (90,202,73)

Color info

#5ACA49 contains mainly green color. Web safe color of #5ACA49 is #66CC33 (or #6C3).

RGB color model

#5ACA49 color RGB value is (90,202,73).

RGB: (90,202,73) (35%, 79%, 29%)

RGB channels and saturation

R 90 of 255 = 35%
G 202 of 255 = 79%
B 73 of 255 = 29%

90
202
73

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

Portions of RGB colors in percentages

R + G + B = 90 + 202 + 73 = 365 (100%)
R 90 of 365 ~ 24.66%
G 202 of 365 ~ 55.34%
B 73 of 365 ~ 20'%

%24.66
%55.34
%20

CMYK color model

#5ACA49 color CMYK value is (55,0,64,21).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 63.86%
  • key color value is 20.78%

CMYK: (55,0,64,21)
C55M0Y64K21 (55%, 0%, 64%, 21%)
(0.55 / 0.00 / 0.64 / 0.21)

CMYK percentages

%55.45
%0
%63.86
%20.78

Codes

Color #5ACA49 in popluar color models

5A CA 49
RGB 90 202 73
HSL 112° 54.89% 53.92%
HSB/HSV 112° 63.86% 79.22%
CMYK 55.45% 0.00% 63.86%
20.78%

Color #5ACA49 in popluar number systems.

HEX 5A CA 49
Decimal 90 202 73
Binary 1011010 11001010 1001001
Octal 132 312 111

Shades and tints

Shades of #5ACA49

#5ACA49
(90,202,73)
#52B843
(82,184,67)
#4AA63D
(74,166,61)
#429437
(66,148,55)
#3A8231
(58,130,49)
#32702B
(50,112,43)
#2A5E25
(42,94,37)
#224C1F
(34,76,31)
#1A3A19
(26,58,25)
#122813
(18,40,19)
#0A160D
(10,22,13)
#000000
(0,0,0)

Tints of #5ACA49

#5ACA49
(90,202,73)
#69CE59
(105,206,89)
#78D269
(120,210,105)
#87D679
(135,214,121)
#96DA89
(150,218,137)
#A5DE99
(165,222,153)
#B4E2A9
(180,226,169)
#C3E6B9
(195,230,185)
#D2EAC9
(210,234,201)
#E1EED9
(225,238,217)
#F0F2E9
(240,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ACA49 color. Also use rgb(90,202,73) instead hex code.

Text Font Color

.myTextColor { color: #5ACA49; }

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

This text font color is #5ACA49.

Background Color

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

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

This div background color is #5ACA49.

Border color

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

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

This div border color is #5ACA49.

Opacity

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

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

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

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

This text has shadow with #5ACA49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5ACA49.

Preview

Color preview on black background

This text has color #5ACA49 on black background.


Color preview on white background

This text has color #5ACA49 on white background.


Black color preview on #5ACA49 background

This text has black color on #5ACA49 background.


White color preview on #5ACA49 background

This text has white color on #5ACA49 background.


Related colors

Complementary color

Complementary color for #hex is #A535B6.


I love getcolorcode.com

Triadic colors

1 #495ACA and #CA495A with #5ACA49 are triadic colors.

2 #49CA5A and #CA5A49 with #5ACA49 are triadic colors.