COLOR #5F9E22

HEX: #5F9E22 RGB: (95,158,34)

Color info

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

RGB color model

#5F9E22 color RGB value is (95,158,34).

RGB: (95,158,34) (37%, 62%, 13%)

RGB channels and saturation

R 95 of 255 = 37%
G 158 of 255 = 62%
B 34 of 255 = 13%

95
158
34

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

Portions of RGB colors in percentages

R + G + B = 95 + 158 + 34 = 287 (100%)
R 95 of 287 ~ 33.1%
G 158 of 287 ~ 55.05%
B 34 of 287 ~ 11.85'%

%33.1
%55.05
%11.85

CMYK color model

#5F9E22 color CMYK value is (40,0,78,38).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 78.48%
  • key color value is 38.04%

CMYK: (40,0,78,38)
C40M0Y78K38 (40%, 0%, 78%, 38%)
(0.40 / 0.00 / 0.78 / 0.38)

CMYK percentages

%39.87
%0
%78.48
%38.04

Codes

Color #5F9E22 in popluar color models

5F 9E 22
RGB 95 158 34
HSL 90° 64.58% 37.65%
HSB/HSV 90° 78.48% 61.96%
CMYK 39.87% 0.00% 78.48%
38.04%

Color #5F9E22 in popluar number systems.

HEX 5F 9E 22
Decimal 95 158 34
Binary 1011111 10011110 100010
Octal 137 236 42

Shades and tints

Shades of #5F9E22

#5F9E22
(95,158,34)
#57901F
(87,144,31)
#4F821C
(79,130,28)
#477419
(71,116,25)
#3F6616
(63,102,22)
#375813
(55,88,19)
#2F4A10
(47,74,16)
#273C0D
(39,60,13)
#1F2E0A
(31,46,10)
#172007
(23,32,7)
#0F1204
(15,18,4)
#000000
(0,0,0)

Tints of #5F9E22

#5F9E22
(95,158,34)
#6DA636
(109,166,54)
#7BAE4A
(123,174,74)
#89B65E
(137,182,94)
#97BE72
(151,190,114)
#A5C686
(165,198,134)
#B3CE9A
(179,206,154)
#C1D6AE
(193,214,174)
#CFDEC2
(207,222,194)
#DDE6D6
(221,230,214)
#EBEEEA
(235,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F9E22 color. Also use rgb(95,158,34) instead hex code.

Text Font Color

.myTextColor { color: #5F9E22; }

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

This text font color is #5F9E22.

Background Color

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

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

This div background color is #5F9E22.

Border color

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

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

This div border color is #5F9E22.

Opacity

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

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

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

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

This text has shadow with #5F9E22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F9E22.

Preview

Color preview on black background

This text has color #5F9E22 on black background.


Color preview on white background

This text has color #5F9E22 on white background.


Black color preview on #5F9E22 background

This text has black color on #5F9E22 background.


White color preview on #5F9E22 background

This text has white color on #5F9E22 background.


Related colors

Complementary color

Complementary color for #hex is #A061DD.


I love getcolorcode.com

Triadic colors

1 #225F9E and #9E225F with #5F9E22 are triadic colors.

2 #229E5F and #9E5F22 with #5F9E22 are triadic colors.