COLOR #93AC38

HEX: #93AC38
RGB: (147,172,56)

Color info

#93AC38 contains mainly red and green colors. Web safe color of #93AC38 is #999933 (or #993).

RGB color model

#93AC38 color RGB value is (147,172,56).

  • red value is 147;
  • green value is 172;
  • blue value is 56.
RGB:
(147,172,56)
(58%,67%,22%)

RGB channels and saturation

R 147 of 255 = 58%
G 172 of 255 = 67%
B 56 of 255 = 22%

147
172
56

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

Portions of RGB colors in percentages

R + G + B =
147 + 172 + 56 = 375 (100%)
R 147 of 375 ~ 39.2%
G 172 of 375 ~ 45.87%
B 56 of 375 ~ 14.93%

%39.2
%45.87
%14.93

CMYK color model

#93AC38 color CMYK value is (15,0,67,33).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 67.44%
  • key color value is 32.55%
CMYK:
(15,0,67,33)
C15M0Y67K33 
(15%,0%,67%,33%)
(0.15/0.00/0.67/0.33)	

CMYK percentages

%14.53
%0
%67.44
%32.55

Codes

Color #93AC38 in popluar color models

93AC38
RGB14717256
HSL73°50.88%44.71%
HSB/HSV73°67.44%67.45%
CMYK14.53%0.00%67.44%
32.55%

Color #93AC38 in popluar number systems.

HEX93AC38
Decimal14717256
Binary1001001110101100111000
Octal22325470

Shades and tints

Shades of #93AC38

#93AC38
(147,172,56)
#869D33
(134,157,51)
#798E2E
(121,142,46)
#6C7F29
(108,127,41)
#5F7024
(95,112,36)
#52611F
(82,97,31)
#45521A
(69,82,26)
#384315
(56,67,21)
#2B3410
(43,52,16)
#1E250B
(30,37,11)
#111606
(17,22,6)
#000000
(0,0,0)

Tints of #93AC38

#93AC38
(147,172,56)
#9CB34A
(156,179,74)
#A5BA5C
(165,186,92)
#AEC16E
(174,193,110)
#B7C880
(183,200,128)
#C0CF92
(192,207,146)
#C9D6A4
(201,214,164)
#D2DDB6
(210,221,182)
#DBE4C8
(219,228,200)
#E4EBDA
(228,235,218)
#EDF2EC
(237,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93AC38 color. Also use rgb(147,172,56) instead hex code.

Text Font Color

.myTextColor { color: #93AC38; }

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

This text font color is #93AC38.


Background Color

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

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

This div background color is #93AC38.


Border color

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

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

This div border color is #93AC38.


Opacity

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

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

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

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

This text has shadow with #93AC38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93AC38 on black background.


Color preview on white background

This text has color #93AC38 on white background.



Black color preview on #93AC38 background

This text has black color on #93AC38 background.


White color preview on #93AC38 background

This text has white color on #93AC38 background.