COLOR #93C594

HEX: #93C594 RGB: (147,197,148)

Color info

#93C594 contains red, green and blue colors in about the same proportion. Web safe color of #93C594 is #99CC99 (or #9C9).

RGB color model

#93C594 color RGB value is (147,197,148).

RGB: (147,197,148) (58%, 77%, 58%)

RGB channels and saturation

R 147 of 255 = 58%
G 197 of 255 = 77%
B 148 of 255 = 58%

147
197
148

R + G + B ~ 64%. #93C594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 197 + 148 = 492 (100%)
R 147 of 492 ~ 29.88%
G 197 of 492 ~ 40.04%
B 148 of 492 ~ 30.08'%

%29.88
%40.04
%30.08

CMYK color model

#93C594 color CMYK value is (25,0,25,23).

  • cyan value is 25.38%
  • magenta value is 0.00%
  • yellow value is 24.87%
  • key color value is 22.75%

CMYK: (25,0,25,23)
C25M0Y25K23 (25%, 0%, 25%, 23%)
(0.25 / 0.00 / 0.25 / 0.23)

CMYK percentages

%25.38
%0
%24.87
%22.75

Codes

Color #93C594 in popluar color models

93 C5 94
RGB 147 197 148
HSL 121° 30.12% 67.45%
HSB/HSV 121° 25.38% 77.25%
CMYK 25.38% 0.00% 24.87%
22.75%

Color #93C594 in popluar number systems.

HEX 93 C5 94
Decimal 147 197 148
Binary 10010011 11000101 10010100
Octal 223 305 224

Shades and tints

Shades of #93C594

#93C594
(147,197,148)
#86B487
(134,180,135)
#79A37A
(121,163,122)
#6C926D
(108,146,109)
#5F8160
(95,129,96)
#527053
(82,112,83)
#455F46
(69,95,70)
#384E39
(56,78,57)
#2B3D2C
(43,61,44)
#1E2C1F
(30,44,31)
#111B12
(17,27,18)
#000000
(0,0,0)

Tints of #93C594

#93C594
(147,197,148)
#9CCA9D
(156,202,157)
#A5CFA6
(165,207,166)
#AED4AF
(174,212,175)
#B7D9B8
(183,217,184)
#C0DEC1
(192,222,193)
#C9E3CA
(201,227,202)
#D2E8D3
(210,232,211)
#DBEDDC
(219,237,220)
#E4F2E5
(228,242,229)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C594 color. Also use rgb(147,197,148) instead hex code.

Text Font Color

.myTextColor { color: #93C594; }

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

This text font color is #93C594.

Background Color

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

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

This div background color is #93C594.

Border color

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

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

This div border color is #93C594.

Opacity

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

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

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

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

This text has shadow with #93C594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C594.

Preview

Color preview on black background

This text has color #93C594 on black background.


Color preview on white background

This text has color #93C594 on white background.


Black color preview on #93C594 background

This text has black color on #93C594 background.


White color preview on #93C594 background

This text has white color on #93C594 background.


Related colors

Complementary color

Complementary color for #hex is #6C3A6B.


I love getcolorcode.com

Triadic colors

1 #9493C5 and #C59493 with #93C594 are triadic colors.

2 #94C593 and #C59394 with #93C594 are triadic colors.