COLOR #93C46D

HEX: #93C46D
RGB: (147,196,109)

Color info

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

RGB color model

#93C46D color RGB value is (147,196,109).

  • red value is 147;
  • green value is 196;
  • blue value is 109.
RGB:
(147,196,109)
(58%,77%,43%)

RGB channels and saturation

R 147 of 255 = 58%
G 196 of 255 = 77%
B 109 of 255 = 43%

147
196
109

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

Portions of RGB colors in percentages

R + G + B =
147 + 196 + 109 = 452 (100%)
R 147 of 452 ~ 32.52%
G 196 of 452 ~ 43.36%
B 109 of 452 ~ 24.12%

%32.52
%43.36
%24.12

CMYK color model

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

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 44.39%
  • key color value is 23.14%
CMYK:
(25,0,44,23)
C25M0Y44K23 
(25%,0%,44%,23%)
(0.25/0.00/0.44/0.23)	

CMYK percentages

%25
%0
%44.39
%23.14

Codes

Color #93C46D in popluar color models

93C46D
RGB147196109
HSL94°42.44%59.80%
HSB/HSV94°44.39%76.86%
CMYK25.00%0.00%44.39%
23.14%

Color #93C46D in popluar number systems.

HEX93C46D
Decimal147196109
Binary10010011110001001101101
Octal223304155

Shades and tints

Shades of #93C46D

#93C46D
(147,196,109)
#86B364
(134,179,100)
#79A25B
(121,162,91)
#6C9152
(108,145,82)
#5F8049
(95,128,73)
#526F40
(82,111,64)
#455E37
(69,94,55)
#384D2E
(56,77,46)
#2B3C25
(43,60,37)
#1E2B1C
(30,43,28)
#111A13
(17,26,19)
#000000
(0,0,0)

Tints of #93C46D

#93C46D
(147,196,109)
#9CC97A
(156,201,122)
#A5CE87
(165,206,135)
#AED394
(174,211,148)
#B7D8A1
(183,216,161)
#C0DDAE
(192,221,174)
#C9E2BB
(201,226,187)
#D2E7C8
(210,231,200)
#DBECD5
(219,236,213)
#E4F1E2
(228,241,226)
#EDF6EF
(237,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C46D; }

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

This text font color is #93C46D.


Background Color

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

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

This div background color is #93C46D.


Border color

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

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

This div border color is #93C46D.


Opacity

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

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

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

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

This text has shadow with #93C46D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C46D on black background.


Color preview on white background

This text has color #93C46D on white background.



Black color preview on #93C46D background

This text has black color on #93C46D background.


White color preview on #93C46D background

This text has white color on #93C46D background.