COLOR #93C067

HEX: #93C067 RGB: (147,192,103)

Color info

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

RGB color model

#93C067 color RGB value is (147,192,103).

RGB: (147,192,103) (58%, 75%, 40%)

RGB channels and saturation

R 147 of 255 = 58%
G 192 of 255 = 75%
B 103 of 255 = 40%

147
192
103

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

Portions of RGB colors in percentages

R + G + B = 147 + 192 + 103 = 442 (100%)
R 147 of 442 ~ 33.26%
G 192 of 442 ~ 43.44%
B 103 of 442 ~ 23.3'%

%33.26
%43.44
%23.3

CMYK color model

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

  • cyan value is 23.44%
  • magenta value is 0.00%
  • yellow value is 46.35%
  • key color value is 24.71%

CMYK: (23,0,46,25)
C23M0Y46K25 (23%, 0%, 46%, 25%)
(0.23 / 0.00 / 0.46 / 0.25)

CMYK percentages

%23.44
%0
%46.35
%24.71

Codes

Color #93C067 in popluar color models

93 C0 67
RGB 147 192 103
HSL 90° 41.40% 57.84%
HSB/HSV 90° 46.35% 75.29%
CMYK 23.44% 0.00% 46.35%
24.71%

Color #93C067 in popluar number systems.

HEX 93 C0 67
Decimal 147 192 103
Binary 10010011 11000000 1100111
Octal 223 300 147

Shades and tints

Shades of #93C067

#93C067
(147,192,103)
#86AF5E
(134,175,94)
#799E55
(121,158,85)
#6C8D4C
(108,141,76)
#5F7C43
(95,124,67)
#526B3A
(82,107,58)
#455A31
(69,90,49)
#384928
(56,73,40)
#2B381F
(43,56,31)
#1E2716
(30,39,22)
#11160D
(17,22,13)
#000000
(0,0,0)

Tints of #93C067

#93C067
(147,192,103)
#9CC574
(156,197,116)
#A5CA81
(165,202,129)
#AECF8E
(174,207,142)
#B7D49B
(183,212,155)
#C0D9A8
(192,217,168)
#C9DEB5
(201,222,181)
#D2E3C2
(210,227,194)
#DBE8CF
(219,232,207)
#E4EDDC
(228,237,220)
#EDF2E9
(237,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C067; }

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

This text font color is #93C067.

Background Color

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

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

This div background color is #93C067.

Border color

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

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

This div border color is #93C067.

Opacity

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

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

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

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

This text has shadow with #93C067 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C067.

Preview

Color preview on black background

This text has color #93C067 on black background.


Color preview on white background

This text has color #93C067 on white background.


Black color preview on #93C067 background

This text has black color on #93C067 background.


White color preview on #93C067 background

This text has white color on #93C067 background.


Related colors

Complementary color

Complementary color for #hex is #6C3F98.


I love getcolorcode.com

Triadic colors

1 #6793C0 and #C06793 with #93C067 are triadic colors.

2 #67C093 and #C09367 with #93C067 are triadic colors.