COLOR #5FAC58

HEX: #5FAC58 RGB: (95,172,88)

Color info

#5FAC58 contains mainly green color. Web safe color of #5FAC58 is #669966 (or #696).

RGB color model

#5FAC58 color RGB value is (95,172,88).

RGB: (95,172,88) (37%, 67%, 35%)

RGB channels and saturation

R 95 of 255 = 37%
G 172 of 255 = 67%
B 88 of 255 = 35%

95
172
88

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

Portions of RGB colors in percentages

R + G + B = 95 + 172 + 88 = 355 (100%)
R 95 of 355 ~ 26.76%
G 172 of 355 ~ 48.45%
B 88 of 355 ~ 24.79'%

%26.76
%48.45
%24.79

CMYK color model

#5FAC58 color CMYK value is (45,0,49,33).

  • cyan value is 44.77%
  • magenta value is 0.00%
  • yellow value is 48.84%
  • key color value is 32.55%

CMYK: (45,0,49,33)
C45M0Y49K33 (45%, 0%, 49%, 33%)
(0.45 / 0.00 / 0.49 / 0.33)

CMYK percentages

%44.77
%0
%48.84
%32.55

Codes

Color #5FAC58 in popluar color models

5F AC 58
RGB 95 172 88
HSL 115° 33.60% 50.98%
HSB/HSV 115° 48.84% 67.45%
CMYK 44.77% 0.00% 48.84%
32.55%

Color #5FAC58 in popluar number systems.

HEX 5F AC 58
Decimal 95 172 88
Binary 1011111 10101100 1011000
Octal 137 254 130

Shades and tints

Shades of #5FAC58

#5FAC58
(95,172,88)
#579D50
(87,157,80)
#4F8E48
(79,142,72)
#477F40
(71,127,64)
#3F7038
(63,112,56)
#376130
(55,97,48)
#2F5228
(47,82,40)
#274320
(39,67,32)
#1F3418
(31,52,24)
#172510
(23,37,16)
#0F1608
(15,22,8)
#000000
(0,0,0)

Tints of #5FAC58

#5FAC58
(95,172,88)
#6DB367
(109,179,103)
#7BBA76
(123,186,118)
#89C185
(137,193,133)
#97C894
(151,200,148)
#A5CFA3
(165,207,163)
#B3D6B2
(179,214,178)
#C1DDC1
(193,221,193)
#CFE4D0
(207,228,208)
#DDEBDF
(221,235,223)
#EBF2EE
(235,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5FAC58; }

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

This text font color is #5FAC58.

Background Color

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

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

This div background color is #5FAC58.

Border color

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

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

This div border color is #5FAC58.

Opacity

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

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

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

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

This text has shadow with #5FAC58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FAC58.

Preview

Color preview on black background

This text has color #5FAC58 on black background.


Color preview on white background

This text has color #5FAC58 on white background.


Black color preview on #5FAC58 background

This text has black color on #5FAC58 background.


White color preview on #5FAC58 background

This text has white color on #5FAC58 background.


Related colors

Complementary color

Complementary color for #hex is #A053A7.


I love getcolorcode.com

Triadic colors

1 #585FAC and #AC585F with #5FAC58 are triadic colors.

2 #58AC5F and #AC5F58 with #5FAC58 are triadic colors.