COLOR #5FA15D

HEX: #5FA15D RGB: (95,161,93)

Color info

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

RGB color model

#5FA15D color RGB value is (95,161,93).

RGB: (95,161,93) (37%, 63%, 36%)

RGB channels and saturation

R 95 of 255 = 37%
G 161 of 255 = 63%
B 93 of 255 = 36%

95
161
93

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

Portions of RGB colors in percentages

R + G + B = 95 + 161 + 93 = 349 (100%)
R 95 of 349 ~ 27.22%
G 161 of 349 ~ 46.13%
B 93 of 349 ~ 26.65'%

%27.22
%46.13
%26.65

CMYK color model

#5FA15D color CMYK value is (41,0,42,37).

  • cyan value is 40.99%
  • magenta value is 0.00%
  • yellow value is 42.24%
  • key color value is 36.86%

CMYK: (41,0,42,37)
C41M0Y42K37 (41%, 0%, 42%, 37%)
(0.41 / 0.00 / 0.42 / 0.37)

CMYK percentages

%40.99
%0
%42.24
%36.86

Codes

Color #5FA15D in popluar color models

5F A1 5D
RGB 95 161 93
HSL 118° 26.77% 49.80%
HSB/HSV 118° 42.24% 63.14%
CMYK 40.99% 0.00% 42.24%
36.86%

Color #5FA15D in popluar number systems.

HEX 5F A1 5D
Decimal 95 161 93
Binary 1011111 10100001 1011101
Octal 137 241 135

Shades and tints

Shades of #5FA15D

#5FA15D
(95,161,93)
#579355
(87,147,85)
#4F854D
(79,133,77)
#477745
(71,119,69)
#3F693D
(63,105,61)
#375B35
(55,91,53)
#2F4D2D
(47,77,45)
#273F25
(39,63,37)
#1F311D
(31,49,29)
#172315
(23,35,21)
#0F150D
(15,21,13)
#000000
(0,0,0)

Tints of #5FA15D

#5FA15D
(95,161,93)
#6DA96B
(109,169,107)
#7BB179
(123,177,121)
#89B987
(137,185,135)
#97C195
(151,193,149)
#A5C9A3
(165,201,163)
#B3D1B1
(179,209,177)
#C1D9BF
(193,217,191)
#CFE1CD
(207,225,205)
#DDE9DB
(221,233,219)
#EBF1E9
(235,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA15D color. Also use rgb(95,161,93) instead hex code.

Text Font Color

.myTextColor { color: #5FA15D; }

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

This text font color is #5FA15D.

Background Color

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

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

This div background color is #5FA15D.

Border color

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

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

This div border color is #5FA15D.

Opacity

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

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

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

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

This text has shadow with #5FA15D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5FA15D.

Preview

Color preview on black background

This text has color #5FA15D on black background.


Color preview on white background

This text has color #5FA15D on white background.


Black color preview on #5FA15D background

This text has black color on #5FA15D background.


White color preview on #5FA15D background

This text has white color on #5FA15D background.


Related colors

Complementary color

Complementary color for #hex is #A05EA2.


I love getcolorcode.com

Triadic colors

1 #5D5FA1 and #A15D5F with #5FA15D are triadic colors.

2 #5DA15F and #A15F5D with #5FA15D are triadic colors.