COLOR #93C174

HEX: #93C174 RGB: (147,193,116)

Color info

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

RGB color model

#93C174 color RGB value is (147,193,116).

RGB: (147,193,116) (58%, 76%, 45%)

RGB channels and saturation

R 147 of 255 = 58%
G 193 of 255 = 76%
B 116 of 255 = 45%

147
193
116

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

Portions of RGB colors in percentages

R + G + B = 147 + 193 + 116 = 456 (100%)
R 147 of 456 ~ 32.24%
G 193 of 456 ~ 42.32%
B 116 of 456 ~ 25.44'%

%32.24
%42.32
%25.44

CMYK color model

#93C174 color CMYK value is (24,0,40,24).

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

CMYK: (24,0,40,24)
C24M0Y40K24 (24%, 0%, 40%, 24%)
(0.24 / 0.00 / 0.40 / 0.24)

CMYK percentages

%23.83
%0
%39.9
%24.31

Codes

Color #93C174 in popluar color models

93 C1 74
RGB 147 193 116
HSL 96° 38.31% 60.59%
HSB/HSV 96° 39.90% 75.69%
CMYK 23.83% 0.00% 39.90%
24.31%

Color #93C174 in popluar number systems.

HEX 93 C1 74
Decimal 147 193 116
Binary 10010011 11000001 1110100
Octal 223 301 164

Shades and tints

Shades of #93C174

#93C174
(147,193,116)
#86B06A
(134,176,106)
#799F60
(121,159,96)
#6C8E56
(108,142,86)
#5F7D4C
(95,125,76)
#526C42
(82,108,66)
#455B38
(69,91,56)
#384A2E
(56,74,46)
#2B3924
(43,57,36)
#1E281A
(30,40,26)
#111710
(17,23,16)
#000000
(0,0,0)

Tints of #93C174

#93C174
(147,193,116)
#9CC680
(156,198,128)
#A5CB8C
(165,203,140)
#AED098
(174,208,152)
#B7D5A4
(183,213,164)
#C0DAB0
(192,218,176)
#C9DFBC
(201,223,188)
#D2E4C8
(210,228,200)
#DBE9D4
(219,233,212)
#E4EEE0
(228,238,224)
#EDF3EC
(237,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C174; }

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

This text font color is #93C174.

Background Color

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

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

This div background color is #93C174.

Border color

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

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

This div border color is #93C174.

Opacity

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

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

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

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

This text has shadow with #93C174 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C174.

Preview

Color preview on black background

This text has color #93C174 on black background.


Color preview on white background

This text has color #93C174 on white background.


Black color preview on #93C174 background

This text has black color on #93C174 background.


White color preview on #93C174 background

This text has white color on #93C174 background.


Related colors

Complementary color

Complementary color for #hex is #6C3E8B.


I love getcolorcode.com

Triadic colors

1 #7493C1 and #C17493 with #93C174 are triadic colors.

2 #74C193 and #C19374 with #93C174 are triadic colors.