COLOR #5FA24F

HEX: #5FA24F
RGB: (95,162,79)

Color info

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

RGB color model

#5FA24F color RGB value is (95,162,79).

  • red value is 95;
  • green value is 162;
  • blue value is 79.
RGB:
(95,162,79)
(37%,64%,31%)

RGB channels and saturation

R 95 of 255 = 37%
G 162 of 255 = 64%
B 79 of 255 = 31%

95
162
79

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

Portions of RGB colors in percentages

R + G + B =
95 + 162 + 79 = 336 (100%)
R 95 of 336 ~ 28.27%
G 162 of 336 ~ 48.21%
B 79 of 336 ~ 23.51%

%28.27
%48.21
%23.51

CMYK color model

#5FA24F color CMYK value is (41,0,51,36).

  • cyan value is 41.36%
  • magenta value is 0.00%
  • yellow value is 51.23%
  • key color value is 36.47%
CMYK:
(41,0,51,36)
C41M0Y51K36 
(41%,0%,51%,36%)
(0.41/0.00/0.51/0.36)	

CMYK percentages

%41.36
%0
%51.23
%36.47

Codes

Color #5FA24F in popluar color models

5FA24F
RGB9516279
HSL108°34.44%47.25%
HSB/HSV108°51.23%63.53%
CMYK41.36%0.00%51.23%
36.47%

Color #5FA24F in popluar number systems.

HEX5FA24F
Decimal9516279
Binary1011111101000101001111
Octal137242117

Shades and tints

Shades of #5FA24F

#5FA24F
(95,162,79)
#579448
(87,148,72)
#4F8641
(79,134,65)
#47783A
(71,120,58)
#3F6A33
(63,106,51)
#375C2C
(55,92,44)
#2F4E25
(47,78,37)
#27401E
(39,64,30)
#1F3217
(31,50,23)
#172410
(23,36,16)
#0F1609
(15,22,9)
#000000
(0,0,0)

Tints of #5FA24F

#5FA24F
(95,162,79)
#6DAA5F
(109,170,95)
#7BB26F
(123,178,111)
#89BA7F
(137,186,127)
#97C28F
(151,194,143)
#A5CA9F
(165,202,159)
#B3D2AF
(179,210,175)
#C1DABF
(193,218,191)
#CFE2CF
(207,226,207)
#DDEADF
(221,234,223)
#EBF2EF
(235,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FA24F color. Also use rgb(95,162,79) instead hex code.

Text Font Color

.myTextColor { color: #5FA24F; }

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

This text font color is #5FA24F.


Background Color

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

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

This div background color is #5FA24F.


Border color

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

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

This div border color is #5FA24F.


Opacity

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

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

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

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

This text has shadow with #5FA24F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5FA24F on black background.


Color preview on white background

This text has color #5FA24F on white background.



Black color preview on #5FA24F background

This text has black color on #5FA24F background.


White color preview on #5FA24F background

This text has white color on #5FA24F background.