COLOR #5AC72F

HEX: #5AC72F
RGB: (90,199,47)

Color info

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

RGB color model

#5AC72F color RGB value is (90,199,47).

  • red value is 90;
  • green value is 199;
  • blue value is 47.
RGB:
(90,199,47)
(35%,78%,18%)

RGB channels and saturation

R 90 of 255 = 35%
G 199 of 255 = 78%
B 47 of 255 = 18%

90
199
47

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

Portions of RGB colors in percentages

R + G + B =
90 + 199 + 47 = 336 (100%)
R 90 of 336 ~ 26.79%
G 199 of 336 ~ 59.23%
B 47 of 336 ~ 13.99%

%26.79
%59.23
%13.99

CMYK color model

#5AC72F color CMYK value is (55,0,76,22).

  • cyan value is 54.77%
  • magenta value is 0.00%
  • yellow value is 76.38%
  • key color value is 21.96%
CMYK:
(55,0,76,22)
C55M0Y76K22 
(55%,0%,76%,22%)
(0.55/0.00/0.76/0.22)	

CMYK percentages

%54.77
%0
%76.38
%21.96

Codes

Color #5AC72F in popluar color models

5AC72F
RGB9019947
HSL103°61.79%48.24%
HSB/HSV103°76.38%78.04%
CMYK54.77%0.00%76.38%
21.96%

Color #5AC72F in popluar number systems.

HEX5AC72F
Decimal9019947
Binary101101011000111101111
Octal13230757

Shades and tints

Shades of #5AC72F

#5AC72F
(90,199,47)
#52B52B
(82,181,43)
#4AA327
(74,163,39)
#429123
(66,145,35)
#3A7F1F
(58,127,31)
#326D1B
(50,109,27)
#2A5B17
(42,91,23)
#224913
(34,73,19)
#1A370F
(26,55,15)
#12250B
(18,37,11)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #5AC72F

#5AC72F
(90,199,47)
#69CC41
(105,204,65)
#78D153
(120,209,83)
#87D665
(135,214,101)
#96DB77
(150,219,119)
#A5E089
(165,224,137)
#B4E59B
(180,229,155)
#C3EAAD
(195,234,173)
#D2EFBF
(210,239,191)
#E1F4D1
(225,244,209)
#F0F9E3
(240,249,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC72F color. Also use rgb(90,199,47) instead hex code.

Text Font Color

.myTextColor { color: #5AC72F; }

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

This text font color is #5AC72F.


Background Color

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

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

This div background color is #5AC72F.


Border color

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

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

This div border color is #5AC72F.


Opacity

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

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

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

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

This text has shadow with #5AC72F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC72F on black background.


Color preview on white background

This text has color #5AC72F on white background.



Black color preview on #5AC72F background

This text has black color on #5AC72F background.


White color preview on #5AC72F background

This text has white color on #5AC72F background.