COLOR #5EAF3A

HEX: #5EAF3A RGB: (94,175,58)

Color info

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

RGB color model

#5EAF3A color RGB value is (94,175,58).

RGB: (94,175,58) (37%, 69%, 23%)

RGB channels and saturation

R 94 of 255 = 37%
G 175 of 255 = 69%
B 58 of 255 = 23%

94
175
58

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

Portions of RGB colors in percentages

R + G + B = 94 + 175 + 58 = 327 (100%)
R 94 of 327 ~ 28.75%
G 175 of 327 ~ 53.52%
B 58 of 327 ~ 17.74'%

%28.75
%53.52
%17.74

CMYK color model

#5EAF3A color CMYK value is (46,0,67,31).

  • cyan value is 46.29%
  • magenta value is 0.00%
  • yellow value is 66.86%
  • key color value is 31.37%

CMYK: (46,0,67,31)
C46M0Y67K31 (46%, 0%, 67%, 31%)
(0.46 / 0.00 / 0.67 / 0.31)

CMYK percentages

%46.29
%0
%66.86
%31.37

Codes

Color #5EAF3A in popluar color models

5E AF 3A
RGB 94 175 58
HSL 102° 50.21% 45.69%
HSB/HSV 102° 66.86% 68.63%
CMYK 46.29% 0.00% 66.86%
31.37%

Color #5EAF3A in popluar number systems.

HEX 5E AF 3A
Decimal 94 175 58
Binary 1011110 10101111 111010
Octal 136 257 72

Shades and tints

Shades of #5EAF3A

#5EAF3A
(94,175,58)
#56A035
(86,160,53)
#4E9130
(78,145,48)
#46822B
(70,130,43)
#3E7326
(62,115,38)
#366421
(54,100,33)
#2E551C
(46,85,28)
#264617
(38,70,23)
#1E3712
(30,55,18)
#16280D
(22,40,13)
#0E1908
(14,25,8)
#000000
(0,0,0)

Tints of #5EAF3A

#5EAF3A
(94,175,58)
#6CB64B
(108,182,75)
#7ABD5C
(122,189,92)
#88C46D
(136,196,109)
#96CB7E
(150,203,126)
#A4D28F
(164,210,143)
#B2D9A0
(178,217,160)
#C0E0B1
(192,224,177)
#CEE7C2
(206,231,194)
#DCEED3
(220,238,211)
#EAF5E4
(234,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5EAF3A color. Also use rgb(94,175,58) instead hex code.

Text Font Color

.myTextColor { color: #5EAF3A; }

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

This text font color is #5EAF3A.

Background Color

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

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

This div background color is #5EAF3A.

Border color

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

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

This div border color is #5EAF3A.

Opacity

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

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

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

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

This text has shadow with #5EAF3A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5EAF3A.

Preview

Color preview on black background

This text has color #5EAF3A on black background.


Color preview on white background

This text has color #5EAF3A on white background.


Black color preview on #5EAF3A background

This text has black color on #5EAF3A background.


White color preview on #5EAF3A background

This text has white color on #5EAF3A background.


Related colors

Complementary color

Complementary color for #hex is #A150C5.


I love getcolorcode.com

Triadic colors

1 #3A5EAF and #AF3A5E with #5EAF3A are triadic colors.

2 #3AAF5E and #AF5E3A with #5EAF3A are triadic colors.