COLOR #93AE4E

HEX: #93AE4E RGB: (147,174,78)

Color info

#93AE4E contains mainly red and green colors. Web safe color of #93AE4E is #999966 (or #996).

RGB color model

#93AE4E color RGB value is (147,174,78).

RGB: (147,174,78) (58%, 68%, 31%)

RGB channels and saturation

R 147 of 255 = 58%
G 174 of 255 = 68%
B 78 of 255 = 31%

147
174
78

R + G + B ~ 52%. #93AE4E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 174 + 78 = 399 (100%)
R 147 of 399 ~ 36.84%
G 174 of 399 ~ 43.61%
B 78 of 399 ~ 19.55'%

%36.84
%43.61
%19.55

CMYK color model

#93AE4E color CMYK value is (16,0,55,32).

  • cyan value is 15.52%
  • magenta value is 0.00%
  • yellow value is 55.17%
  • key color value is 31.76%
CMYK: (16,0,55,32) C16M0Y55K32 (16%,0%,55%,32%) (0.16/0.00/0.55/0.32) 

CMYK percentages

%15.52
%0
%55.17
%31.76

Codes

Color #93AE4E in popluar color models

93 AE 4E
RGB 147 174 78
HSL 77° 38.10% 49.41%
HSB/HSV 77° 55.17% 68.24%
CMYK 15.52% 0.00% 55.17%
31.76%

Color #93AE4E in popluar number systems.

HEX 93 AE 4E
Decimal 147 174 78
Binary 10010011 10101110 1001110
Octal 223 256 116

Shades and tints

Shades of #93AE4E

#93AE4E
(147,174,78)
#869F47
(134,159,71)
#799040
(121,144,64)
#6C8139
(108,129,57)
#5F7232
(95,114,50)
#52632B
(82,99,43)
#455424
(69,84,36)
#38451D
(56,69,29)
#2B3616
(43,54,22)
#1E270F
(30,39,15)
#111808
(17,24,8)
#000000
(0,0,0)

Tints of #93AE4E

#93AE4E
(147,174,78)
#9CB55E
(156,181,94)
#A5BC6E
(165,188,110)
#AEC37E
(174,195,126)
#B7CA8E
(183,202,142)
#C0D19E
(192,209,158)
#C9D8AE
(201,216,174)
#D2DFBE
(210,223,190)
#DBE6CE
(219,230,206)
#E4EDDE
(228,237,222)
#EDF4EE
(237,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AE4E color. Also use rgb(147,174,78) instead hex code.

Text Font Color

.myTextColor { color: #93AE4E; }

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

This text font color is #93AE4E.

Background Color

.myBgColor { background-color: #93AE4E; }

<div style="background-color:#93AE4E">Inner text</div>

This div background color is #93AE4E.

Border color

.myBorderColor { border: 1px solid #93AE4E; }

<div style="border:3px solid #93AE4E">Div</div>

This div border color is #93AE4E.

Opacity

.myOpacity80 { color: #93AE4E; opacity: 0.8; }

<p style="color:#93AE4E;opacity:0.8;">80%</p>

Text with #93AE4E 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 #93AE4E;}

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

This text has shadow with #93AE4E color.


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

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

This text has shadow with #93AE4E primary color and red secondary color.


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

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

This text has shadow with #93AE4E and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #93AE4E.

Preview

Color preview on black background

This text has color #93AE4E on black background.


Color preview on white background

This text has color #93AE4E on white background.


Black color preview on #93AE4E background

This text has black color on #93AE4E background.


White color preview on #93AE4E background

This text has white color on #93AE4E background.


Related colors

Complementary color

Complementary color for #hex is #6C51B1.


I love getcolorcode.com

Triadic colors

1 #4E93AE and #AE4E93 with #93AE4E are triadic colors.

2 #4EAE93 and #AE934E with #93AE4E are triadic colors.