COLOR #93CA5B

HEX: #93CA5B
RGB: (147,202,91)

Color info

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

RGB color model

#93CA5B color RGB value is (147,202,91).

  • red value is 147;
  • green value is 202;
  • blue value is 91.
RGB:
(147,202,91)
(58%,79%,36%)

RGB channels and saturation

R 147 of 255 = 58%
G 202 of 255 = 79%
B 91 of 255 = 36%

147
202
91

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

Portions of RGB colors in percentages

R + G + B =
147 + 202 + 91 = 440 (100%)
R 147 of 440 ~ 33.41%
G 202 of 440 ~ 45.91%
B 91 of 440 ~ 20.68%

%33.41
%45.91
%20.68

CMYK color model

#93CA5B color CMYK value is (27,0,55,21).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 54.95%
  • key color value is 20.78%
CMYK:
(27,0,55,21)
C27M0Y55K21 
(27%,0%,55%,21%)
(0.27/0.00/0.55/0.21)	

CMYK percentages

%27.23
%0
%54.95
%20.78

Codes

Color #93CA5B in popluar color models

93CA5B
RGB14720291
HSL90°51.15%57.45%
HSB/HSV90°54.95%79.22%
CMYK27.23%0.00%54.95%
20.78%

Color #93CA5B in popluar number systems.

HEX93CA5B
Decimal14720291
Binary10010011110010101011011
Octal223312133

Shades and tints

Shades of #93CA5B

#93CA5B
(147,202,91)
#86B853
(134,184,83)
#79A64B
(121,166,75)
#6C9443
(108,148,67)
#5F823B
(95,130,59)
#527033
(82,112,51)
#455E2B
(69,94,43)
#384C23
(56,76,35)
#2B3A1B
(43,58,27)
#1E2813
(30,40,19)
#11160B
(17,22,11)
#000000
(0,0,0)

Tints of #93CA5B

#93CA5B
(147,202,91)
#9CCE69
(156,206,105)
#A5D277
(165,210,119)
#AED685
(174,214,133)
#B7DA93
(183,218,147)
#C0DEA1
(192,222,161)
#C9E2AF
(201,226,175)
#D2E6BD
(210,230,189)
#DBEACB
(219,234,203)
#E4EED9
(228,238,217)
#EDF2E7
(237,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CA5B; }

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

This text font color is #93CA5B.


Background Color

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

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

This div background color is #93CA5B.


Border color

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

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

This div border color is #93CA5B.


Opacity

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

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

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

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

This text has shadow with #93CA5B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CA5B on black background.


Color preview on white background

This text has color #93CA5B on white background.



Black color preview on #93CA5B background

This text has black color on #93CA5B background.


White color preview on #93CA5B background

This text has white color on #93CA5B background.