COLOR #5FAC2E

HEX: #5FAC2E
RGB: (95,172,46)

Color info

#5FAC2E contains mainly green color. Web safe color of #5FAC2E is #669933 (or #693).

RGB color model

#5FAC2E color RGB value is (95,172,46).

  • red value is 95;
  • green value is 172;
  • blue value is 46.
RGB:
(95,172,46)
(37%,67%,18%)

RGB channels and saturation

R 95 of 255 = 37%
G 172 of 255 = 67%
B 46 of 255 = 18%

95
172
46

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

Portions of RGB colors in percentages

R + G + B =
95 + 172 + 46 = 313 (100%)
R 95 of 313 ~ 30.35%
G 172 of 313 ~ 54.95%
B 46 of 313 ~ 14.7%

%30.35
%54.95
%14.7

CMYK color model

#5FAC2E color CMYK value is (45,0,73,33).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 73.26%
  • key color value is 32.55%
CMYK:
(45,0,73,33)
C45M0Y73K33 
(45%,0%,73%,33%)
(0.45/0.00/0.73/0.33)	

CMYK percentages

%44.77
%0
%73.26
%32.55

Codes

Color #5FAC2E in popluar color models

5FAC2E
RGB9517246
HSL97°57.80%42.75%
HSB/HSV97°73.26%67.45%
CMYK44.77%0.00%73.26%
32.55%

Color #5FAC2E in popluar number systems.

HEX5FAC2E
Decimal9517246
Binary101111110101100101110
Octal13725456

Shades and tints

Shades of #5FAC2E

#5FAC2E
(95,172,46)
#579D2A
(87,157,42)
#4F8E26
(79,142,38)
#477F22
(71,127,34)
#3F701E
(63,112,30)
#37611A
(55,97,26)
#2F5216
(47,82,22)
#274312
(39,67,18)
#1F340E
(31,52,14)
#17250A
(23,37,10)
#0F1606
(15,22,6)
#000000
(0,0,0)

Tints of #5FAC2E

#5FAC2E
(95,172,46)
#6DB341
(109,179,65)
#7BBA54
(123,186,84)
#89C167
(137,193,103)
#97C87A
(151,200,122)
#A5CF8D
(165,207,141)
#B3D6A0
(179,214,160)
#C1DDB3
(193,221,179)
#CFE4C6
(207,228,198)
#DDEBD9
(221,235,217)
#EBF2EC
(235,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FAC2E color. Also use rgb(95,172,46) instead hex code.

Text Font Color

.myTextColor { color: #5FAC2E; }

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

This text font color is #5FAC2E.


Background Color

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

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

This div background color is #5FAC2E.


Border color

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

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

This div border color is #5FAC2E.


Opacity

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

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

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

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

This text has shadow with #5FAC2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FAC2E on black background.


Color preview on white background

This text has color #5FAC2E on white background.



Black color preview on #5FAC2E background

This text has black color on #5FAC2E background.


White color preview on #5FAC2E background

This text has white color on #5FAC2E background.