COLOR #93C164

HEX: #93C164 RGB: (147,193,100)

Color info

#93C164 contains mainly red and green colors. Web safe color of #93C164 is #99CC66 (or #9C6).

RGB color model

#93C164 color RGB value is (147,193,100).

RGB: (147,193,100) (58%, 76%, 39%)

RGB channels and saturation

R 147 of 255 = 58%
G 193 of 255 = 76%
B 100 of 255 = 39%

147
193
100

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

Portions of RGB colors in percentages

R + G + B = 147 + 193 + 100 = 440 (100%)
R 147 of 440 ~ 33.41%
G 193 of 440 ~ 43.86%
B 100 of 440 ~ 22.73'%

%33.41
%43.86
%22.73

CMYK color model

#93C164 color CMYK value is (24,0,48,24).

  • cyan value is 23.83%
  • magenta value is 0.00%
  • yellow value is 48.19%
  • key color value is 24.31%

CMYK: (24,0,48,24)
C24M0Y48K24 (24%, 0%, 48%, 24%)
(0.24 / 0.00 / 0.48 / 0.24)

CMYK percentages

%23.83
%0
%48.19
%24.31

Codes

Color #93C164 in popluar color models

93 C1 64
RGB 147 193 100
HSL 90° 42.86% 57.45%
HSB/HSV 90° 48.19% 75.69%
CMYK 23.83% 0.00% 48.19%
24.31%

Color #93C164 in popluar number systems.

HEX 93 C1 64
Decimal 147 193 100
Binary 10010011 11000001 1100100
Octal 223 301 144

Shades and tints

Shades of #93C164

#93C164
(147,193,100)
#86B05B
(134,176,91)
#799F52
(121,159,82)
#6C8E49
(108,142,73)
#5F7D40
(95,125,64)
#526C37
(82,108,55)
#455B2E
(69,91,46)
#384A25
(56,74,37)
#2B391C
(43,57,28)
#1E2813
(30,40,19)
#11170A
(17,23,10)
#000000
(0,0,0)

Tints of #93C164

#93C164
(147,193,100)
#9CC672
(156,198,114)
#A5CB80
(165,203,128)
#AED08E
(174,208,142)
#B7D59C
(183,213,156)
#C0DAAA
(192,218,170)
#C9DFB8
(201,223,184)
#D2E4C6
(210,228,198)
#DBE9D4
(219,233,212)
#E4EEE2
(228,238,226)
#EDF3F0
(237,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C164 color. Also use rgb(147,193,100) instead hex code.

Text Font Color

.myTextColor { color: #93C164; }

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

This text font color is #93C164.

Background Color

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

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

This div background color is #93C164.

Border color

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

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

This div border color is #93C164.

Opacity

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

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

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

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

This text has shadow with #93C164 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C164.

Preview

Color preview on black background

This text has color #93C164 on black background.


Color preview on white background

This text has color #93C164 on white background.


Black color preview on #93C164 background

This text has black color on #93C164 background.


White color preview on #93C164 background

This text has white color on #93C164 background.


Related colors

Complementary color

Complementary color for #hex is #6C3E9B.


I love getcolorcode.com

Triadic colors

1 #6493C1 and #C16493 with #93C164 are triadic colors.

2 #64C193 and #C19364 with #93C164 are triadic colors.