COLOR #93C24B

HEX: #93C24B
RGB: (147,194,75)

Color info

#93C24B contains mainly red and green colors. Web safe color of #93C24B is #99CC33 (or #9C3).

RGB color model

#93C24B color RGB value is (147,194,75).

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

RGB channels and saturation

R 147 of 255 = 58%
G 194 of 255 = 76%
B 75 of 255 = 29%

147
194
75

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

Portions of RGB colors in percentages

R + G + B =
147 + 194 + 75 = 416 (100%)
R 147 of 416 ~ 35.34%
G 194 of 416 ~ 46.63%
B 75 of 416 ~ 18.03%

%35.34
%46.63
%18.03

CMYK color model

#93C24B color CMYK value is (24,0,61,24).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 61.34%
  • key color value is 23.92%
CMYK:
(24,0,61,24)
C24M0Y61K24 
(24%,0%,61%,24%)
(0.24/0.00/0.61/0.24)	

CMYK percentages

%24.23
%0
%61.34
%23.92

Codes

Color #93C24B in popluar color models

93C24B
RGB14719475
HSL84°49.38%52.75%
HSB/HSV84°61.34%76.08%
CMYK24.23%0.00%61.34%
23.92%

Color #93C24B in popluar number systems.

HEX93C24B
Decimal14719475
Binary10010011110000101001011
Octal223302113

Shades and tints

Shades of #93C24B

#93C24B
(147,194,75)
#86B145
(134,177,69)
#79A03F
(121,160,63)
#6C8F39
(108,143,57)
#5F7E33
(95,126,51)
#526D2D
(82,109,45)
#455C27
(69,92,39)
#384B21
(56,75,33)
#2B3A1B
(43,58,27)
#1E2915
(30,41,21)
#11180F
(17,24,15)
#000000
(0,0,0)

Tints of #93C24B

#93C24B
(147,194,75)
#9CC75B
(156,199,91)
#A5CC6B
(165,204,107)
#AED17B
(174,209,123)
#B7D68B
(183,214,139)
#C0DB9B
(192,219,155)
#C9E0AB
(201,224,171)
#D2E5BB
(210,229,187)
#DBEACB
(219,234,203)
#E4EFDB
(228,239,219)
#EDF4EB
(237,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C24B; }

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

This text font color is #93C24B.


Background Color

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

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

This div background color is #93C24B.


Border color

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

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

This div border color is #93C24B.


Opacity

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

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

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

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

This text has shadow with #93C24B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C24B on black background.


Color preview on white background

This text has color #93C24B on white background.



Black color preview on #93C24B background

This text has black color on #93C24B background.


White color preview on #93C24B background

This text has white color on #93C24B background.