COLOR #93C393

HEX: #93C393
RGB: (147,195,147)

Color info

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

RGB color model

#93C393 color RGB value is (147,195,147).

  • red value is 147;
  • green value is 195;
  • blue value is 147.
RGB:
(147,195,147)
(58%,76%,58%)

RGB channels and saturation

R 147 of 255 = 58%
G 195 of 255 = 76%
B 147 of 255 = 58%

147
195
147

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

Portions of RGB colors in percentages

R + G + B =
147 + 195 + 147 = 489 (100%)
R 147 of 489 ~ 30.06%
G 195 of 489 ~ 39.88%
B 147 of 489 ~ 30.06%

%30.06
%39.88
%30.06

CMYK color model

#93C393 color CMYK value is (25,0,25,24).

  • cyan value is 24.62%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(25,0,25,24)
C25M0Y25K24 
(25%,0%,25%,24%)
(0.25/0.00/0.25/0.24)	

CMYK percentages

%24.62
%0
%24.62
%23.53

Codes

Color #93C393 in popluar color models

93C393
RGB147195147
HSL120°28.57%67.06%
HSB/HSV120°24.62%76.47%
CMYK24.62%0.00%24.62%
23.53%

Color #93C393 in popluar number systems.

HEX93C393
Decimal147195147
Binary100100111100001110010011
Octal223303223

Shades and tints

Shades of #93C393

#93C393
(147,195,147)
#86B286
(134,178,134)
#79A179
(121,161,121)
#6C906C
(108,144,108)
#5F7F5F
(95,127,95)
#526E52
(82,110,82)
#455D45
(69,93,69)
#384C38
(56,76,56)
#2B3B2B
(43,59,43)
#1E2A1E
(30,42,30)
#111911
(17,25,17)
#000000
(0,0,0)

Tints of #93C393

#93C393
(147,195,147)
#9CC89C
(156,200,156)
#A5CDA5
(165,205,165)
#AED2AE
(174,210,174)
#B7D7B7
(183,215,183)
#C0DCC0
(192,220,192)
#C9E1C9
(201,225,201)
#D2E6D2
(210,230,210)
#DBEBDB
(219,235,219)
#E4F0E4
(228,240,228)
#EDF5ED
(237,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C393; }

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

This text font color is #93C393.


Background Color

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

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

This div background color is #93C393.


Border color

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

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

This div border color is #93C393.


Opacity

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

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

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

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

This text has shadow with #93C393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C393 on black background.


Color preview on white background

This text has color #93C393 on white background.



Black color preview on #93C393 background

This text has black color on #93C393 background.


White color preview on #93C393 background

This text has white color on #93C393 background.