COLOR #93C76A

HEX: #93C76A
RGB: (147,199,106)

Color info

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

RGB color model

#93C76A color RGB value is (147,199,106).

  • red value is 147;
  • green value is 199;
  • blue value is 106.
RGB:
(147,199,106)
(58%,78%,42%)

RGB channels and saturation

R 147 of 255 = 58%
G 199 of 255 = 78%
B 106 of 255 = 42%

147
199
106

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

Portions of RGB colors in percentages

R + G + B =
147 + 199 + 106 = 452 (100%)
R 147 of 452 ~ 32.52%
G 199 of 452 ~ 44.03%
B 106 of 452 ~ 23.45%

%32.52
%44.03
%23.45

CMYK color model

#93C76A color CMYK value is (26,0,47,22).

  • cyan value is 26.13%
  • magenta value is 0.00%
  • yellow value is 46.73%
  • key color value is 21.96%
CMYK:
(26,0,47,22)
C26M0Y47K22 
(26%,0%,47%,22%)
(0.26/0.00/0.47/0.22)	

CMYK percentages

%26.13
%0
%46.73
%21.96

Codes

Color #93C76A in popluar color models

93C76A
RGB147199106
HSL94°45.37%59.80%
HSB/HSV94°46.73%78.04%
CMYK26.13%0.00%46.73%
21.96%

Color #93C76A in popluar number systems.

HEX93C76A
Decimal147199106
Binary10010011110001111101010
Octal223307152

Shades and tints

Shades of #93C76A

#93C76A
(147,199,106)
#86B561
(134,181,97)
#79A358
(121,163,88)
#6C914F
(108,145,79)
#5F7F46
(95,127,70)
#526D3D
(82,109,61)
#455B34
(69,91,52)
#38492B
(56,73,43)
#2B3722
(43,55,34)
#1E2519
(30,37,25)
#111310
(17,19,16)
#000000
(0,0,0)

Tints of #93C76A

#93C76A
(147,199,106)
#9CCC77
(156,204,119)
#A5D184
(165,209,132)
#AED691
(174,214,145)
#B7DB9E
(183,219,158)
#C0E0AB
(192,224,171)
#C9E5B8
(201,229,184)
#D2EAC5
(210,234,197)
#DBEFD2
(219,239,210)
#E4F4DF
(228,244,223)
#EDF9EC
(237,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C76A; }

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

This text font color is #93C76A.


Background Color

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

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

This div background color is #93C76A.


Border color

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

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

This div border color is #93C76A.


Opacity

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

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

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

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

This text has shadow with #93C76A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C76A on black background.


Color preview on white background

This text has color #93C76A on white background.



Black color preview on #93C76A background

This text has black color on #93C76A background.


White color preview on #93C76A background

This text has white color on #93C76A background.