COLOR #5AC46A

HEX: #5AC46A RGB: (90,196,106)

Color info

#5AC46A contains mainly green color. Web safe color of #5AC46A is #66CC66 (or #6C6).

RGB color model

#5AC46A color RGB value is (90,196,106).

RGB: (90,196,106) (35%, 77%, 42%)

RGB channels and saturation

R 90 of 255 = 35%
G 196 of 255 = 77%
B 106 of 255 = 42%

90
196
106

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

Portions of RGB colors in percentages

R + G + B = 90 + 196 + 106 = 392 (100%)
R 90 of 392 ~ 22.96%
G 196 of 392 ~ 50%
B 106 of 392 ~ 27.04'%

%22.96
%50
%27.04

CMYK color model

#5AC46A color CMYK value is (54,0,46,23).

  • cyan value is 54.08%
  • magenta value is 0.00%
  • yellow value is 45.92%
  • key color value is 23.14%
CMYK: (54,0,46,23) C54M0Y46K23 (54%,0%,46%,23%) (0.54/0.00/0.46/0.23) 

CMYK percentages

%54.08
%0
%45.92
%23.14

Codes

Color #5AC46A in popluar color models

5A C4 6A
RGB 90 196 106
HSL 129° 47.32% 56.08%
HSB/HSV 129° 54.08% 76.86%
CMYK 54.08% 0.00% 45.92%
23.14%

Color #5AC46A in popluar number systems.

HEX 5A C4 6A
Decimal 90 196 106
Binary 1011010 11000100 1101010
Octal 132 304 152

Shades and tints

Shades of #5AC46A

#5AC46A
(90,196,106)
#52B361
(82,179,97)
#4AA258
(74,162,88)
#42914F
(66,145,79)
#3A8046
(58,128,70)
#326F3D
(50,111,61)
#2A5E34
(42,94,52)
#224D2B
(34,77,43)
#1A3C22
(26,60,34)
#122B19
(18,43,25)
#0A1A10
(10,26,16)
#000000
(0,0,0)

Tints of #5AC46A

#5AC46A
(90,196,106)
#69C977
(105,201,119)
#78CE84
(120,206,132)
#87D391
(135,211,145)
#96D89E
(150,216,158)
#A5DDAB
(165,221,171)
#B4E2B8
(180,226,184)
#C3E7C5
(195,231,197)
#D2ECD2
(210,236,210)
#E1F1DF
(225,241,223)
#F0F6EC
(240,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC46A color. Also use rgb(90,196,106) instead hex code.

Text Font Color

.myTextColor { color: #5AC46A; }

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

This text font color is #5AC46A.

Background Color

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

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

This div background color is #5AC46A.

Border color

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

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

This div border color is #5AC46A.

Opacity

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

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

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

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

This text has shadow with #5AC46A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AC46A.

Preview

Color preview on black background

This text has color #5AC46A on black background.


Color preview on white background

This text has color #5AC46A on white background.


Black color preview on #5AC46A background

This text has black color on #5AC46A background.


White color preview on #5AC46A background

This text has white color on #5AC46A background.


Related colors

Complementary color

Complementary color for #hex is #A53B95.


I love getcolorcode.com

Triadic colors

1 #6A5AC4 and #C46A5A with #5AC46A are triadic colors.

2 #6AC45A and #C45A6A with #5AC46A are triadic colors.