COLOR #93C252

HEX: #93C252
RGB: (147,194,82)

Color info

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

RGB color model

#93C252 color RGB value is (147,194,82).

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

RGB channels and saturation

R 147 of 255 = 58%
G 194 of 255 = 76%
B 82 of 255 = 32%

147
194
82

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

Portions of RGB colors in percentages

R + G + B =
147 + 194 + 82 = 423 (100%)
R 147 of 423 ~ 34.75%
G 194 of 423 ~ 45.86%
B 82 of 423 ~ 19.39%

%34.75
%45.86
%19.39

CMYK color model

#93C252 color CMYK value is (24,0,58,24).

  • cyan value is 24.23%
  • magenta value is 0.00%
  • yellow value is 57.73%
  • key color value is 23.92%
CMYK:
(24,0,58,24)
C24M0Y58K24 
(24%,0%,58%,24%)
(0.24/0.00/0.58/0.24)	

CMYK percentages

%24.23
%0
%57.73
%23.92

Codes

Color #93C252 in popluar color models

93C252
RGB14719482
HSL85°47.86%54.12%
HSB/HSV85°57.73%76.08%
CMYK24.23%0.00%57.73%
23.92%

Color #93C252 in popluar number systems.

HEX93C252
Decimal14719482
Binary10010011110000101010010
Octal223302122

Shades and tints

Shades of #93C252

#93C252
(147,194,82)
#86B14B
(134,177,75)
#79A044
(121,160,68)
#6C8F3D
(108,143,61)
#5F7E36
(95,126,54)
#526D2F
(82,109,47)
#455C28
(69,92,40)
#384B21
(56,75,33)
#2B3A1A
(43,58,26)
#1E2913
(30,41,19)
#11180C
(17,24,12)
#000000
(0,0,0)

Tints of #93C252

#93C252
(147,194,82)
#9CC761
(156,199,97)
#A5CC70
(165,204,112)
#AED17F
(174,209,127)
#B7D68E
(183,214,142)
#C0DB9D
(192,219,157)
#C9E0AC
(201,224,172)
#D2E5BB
(210,229,187)
#DBEACA
(219,234,202)
#E4EFD9
(228,239,217)
#EDF4E8
(237,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C252; }

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

This text font color is #93C252.


Background Color

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

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

This div background color is #93C252.


Border color

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

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

This div border color is #93C252.


Opacity

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

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

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

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

This text has shadow with #93C252 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C252 on black background.


Color preview on white background

This text has color #93C252 on white background.



Black color preview on #93C252 background

This text has black color on #93C252 background.


White color preview on #93C252 background

This text has white color on #93C252 background.