COLOR #93C172

HEX: #93C172 RGB: (147,193,114)

Color info

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

RGB color model

#93C172 color RGB value is (147,193,114).

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

RGB channels and saturation

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

147
193
114

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

Portions of RGB colors in percentages

R + G + B = 147 + 193 + 114 = 454 (100%)
R 147 of 454 ~ 32.38%
G 193 of 454 ~ 42.51%
B 114 of 454 ~ 25.11'%

%32.38
%42.51
%25.11

CMYK color model

#93C172 color CMYK value is (24,0,41,24).

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

CMYK: (24,0,41,24)
C24M0Y41K24 (24%, 0%, 41%, 24%)
(0.24 / 0.00 / 0.41 / 0.24)

CMYK percentages

%23.83
%0
%40.93
%24.31

Codes

Color #93C172 in popluar color models

93 C1 72
RGB 147 193 114
HSL 95° 38.92% 60.20%
HSB/HSV 95° 40.93% 75.69%
CMYK 23.83% 0.00% 40.93%
24.31%

Color #93C172 in popluar number systems.

HEX 93 C1 72
Decimal 147 193 114
Binary 10010011 11000001 1110010
Octal 223 301 162

Shades and tints

Shades of #93C172

#93C172
(147,193,114)
#86B068
(134,176,104)
#799F5E
(121,159,94)
#6C8E54
(108,142,84)
#5F7D4A
(95,125,74)
#526C40
(82,108,64)
#455B36
(69,91,54)
#384A2C
(56,74,44)
#2B3922
(43,57,34)
#1E2818
(30,40,24)
#11170E
(17,23,14)
#000000
(0,0,0)

Tints of #93C172

#93C172
(147,193,114)
#9CC67E
(156,198,126)
#A5CB8A
(165,203,138)
#AED096
(174,208,150)
#B7D5A2
(183,213,162)
#C0DAAE
(192,218,174)
#C9DFBA
(201,223,186)
#D2E4C6
(210,228,198)
#DBE9D2
(219,233,210)
#E4EEDE
(228,238,222)
#EDF3EA
(237,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C172; }

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

This text font color is #93C172.

Background Color

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

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

This div background color is #93C172.

Border color

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

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

This div border color is #93C172.

Opacity

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

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

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

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

This text has shadow with #93C172 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C172.

Preview

Color preview on black background

This text has color #93C172 on black background.


Color preview on white background

This text has color #93C172 on white background.


Black color preview on #93C172 background

This text has black color on #93C172 background.


White color preview on #93C172 background

This text has white color on #93C172 background.


Related colors

Complementary color

Complementary color for #hex is #6C3E8D.


I love getcolorcode.com

Triadic colors

1 #7293C1 and #C17293 with #93C172 are triadic colors.

2 #72C193 and #C19372 with #93C172 are triadic colors.