COLOR #5F9C20

HEX: #5F9C20
RGB: (95,156,32)

Color info

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

RGB color model

#5F9C20 color RGB value is (95,156,32).

  • red value is 95;
  • green value is 156;
  • blue value is 32.
RGB:
(95,156,32)
(37%,61%,13%)

RGB channels and saturation

R 95 of 255 = 37%
G 156 of 255 = 61%
B 32 of 255 = 13%

95
156
32

R + G + B ~ 37%. #5F9C20 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 156 + 32 = 283 (100%)
R 95 of 283 ~ 33.57%
G 156 of 283 ~ 55.12%
B 32 of 283 ~ 11.31%

%33.57
%55.12
%11.31

CMYK color model

#5F9C20 color CMYK value is (39,0,79,39).

  • cyan value is 39.10%
  • magenta value is 0.00%
  • yellow value is 79.49%
  • key color value is 38.82%
CMYK:
(39,0,79,39)
C39M0Y79K39 
(39%,0%,79%,39%)
(0.39/0.00/0.79/0.39)	

CMYK percentages

%39.1
%0
%79.49
%38.82

Codes

Color #5F9C20 in popluar color models

5F9C20
RGB9515632
HSL90°65.96%36.86%
HSB/HSV90°79.49%61.18%
CMYK39.10%0.00%79.49%
38.82%

Color #5F9C20 in popluar number systems.

HEX5F9C20
Decimal9515632
Binary101111110011100100000
Octal13723440

Shades and tints

Shades of #5F9C20

#5F9C20
(95,156,32)
#578E1E
(87,142,30)
#4F801C
(79,128,28)
#47721A
(71,114,26)
#3F6418
(63,100,24)
#375616
(55,86,22)
#2F4814
(47,72,20)
#273A12
(39,58,18)
#1F2C10
(31,44,16)
#171E0E
(23,30,14)
#0F100C
(15,16,12)
#000000
(0,0,0)

Tints of #5F9C20

#5F9C20
(95,156,32)
#6DA534
(109,165,52)
#7BAE48
(123,174,72)
#89B75C
(137,183,92)
#97C070
(151,192,112)
#A5C984
(165,201,132)
#B3D298
(179,210,152)
#C1DBAC
(193,219,172)
#CFE4C0
(207,228,192)
#DDEDD4
(221,237,212)
#EBF6E8
(235,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9C20 color. Also use rgb(95,156,32) instead hex code.

Text Font Color

.myTextColor { color: #5F9C20; }

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

This text font color is #5F9C20.


Background Color

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

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

This div background color is #5F9C20.


Border color

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

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

This div border color is #5F9C20.


Opacity

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

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

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

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

This text has shadow with #5F9C20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F9C20 on black background.


Color preview on white background

This text has color #5F9C20 on white background.



Black color preview on #5F9C20 background

This text has black color on #5F9C20 background.


White color preview on #5F9C20 background

This text has white color on #5F9C20 background.