COLOR #5ACA7F

HEX: #5ACA7F
RGB: (90,202,127)

Color info

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

RGB color model

#5ACA7F color RGB value is (90,202,127).

  • red value is 90;
  • green value is 202;
  • blue value is 127.
RGB:
(90,202,127)
(35%,79%,50%)

RGB channels and saturation

R 90 of 255 = 35%
G 202 of 255 = 79%
B 127 of 255 = 50%

90
202
127

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

Portions of RGB colors in percentages

R + G + B =
90 + 202 + 127 = 419 (100%)
R 90 of 419 ~ 21.48%
G 202 of 419 ~ 48.21%
B 127 of 419 ~ 30.31%

%21.48
%48.21
%30.31

CMYK color model

#5ACA7F color CMYK value is (55,0,37,21).

  • cyan value is 55.45%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 20.78%
CMYK:
(55,0,37,21)
C55M0Y37K21 
(55%,0%,37%,21%)
(0.55/0.00/0.37/0.21)	

CMYK percentages

%55.45
%0
%37.13
%20.78

Codes

Color #5ACA7F in popluar color models

5ACA7F
RGB90202127
HSL140°51.38%57.25%
HSB/HSV140°55.45%79.22%
CMYK55.45%0.00%37.13%
20.78%

Color #5ACA7F in popluar number systems.

HEX5ACA7F
Decimal90202127
Binary1011010110010101111111
Octal132312177

Shades and tints

Shades of #5ACA7F

#5ACA7F
(90,202,127)
#52B874
(82,184,116)
#4AA669
(74,166,105)
#42945E
(66,148,94)
#3A8253
(58,130,83)
#327048
(50,112,72)
#2A5E3D
(42,94,61)
#224C32
(34,76,50)
#1A3A27
(26,58,39)
#12281C
(18,40,28)
#0A1611
(10,22,17)
#000000
(0,0,0)

Tints of #5ACA7F

#5ACA7F
(90,202,127)
#69CE8A
(105,206,138)
#78D295
(120,210,149)
#87D6A0
(135,214,160)
#96DAAB
(150,218,171)
#A5DEB6
(165,222,182)
#B4E2C1
(180,226,193)
#C3E6CC
(195,230,204)
#D2EAD7
(210,234,215)
#E1EEE2
(225,238,226)
#F0F2ED
(240,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5ACA7F; }

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

This text font color is #5ACA7F.


Background Color

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

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

This div background color is #5ACA7F.


Border color

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

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

This div border color is #5ACA7F.


Opacity

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

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

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

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

This text has shadow with #5ACA7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ACA7F on black background.


Color preview on white background

This text has color #5ACA7F on white background.



Black color preview on #5ACA7F background

This text has black color on #5ACA7F background.


White color preview on #5ACA7F background

This text has white color on #5ACA7F background.