COLOR #93D090

HEX: #93D090
RGB: (147,208,144)

Color info

#93D090 contains mainly green color. Web safe color of #93D090 is #99CC99 (or #9C9).

RGB color model

#93D090 color RGB value is (147,208,144).

  • red value is 147;
  • green value is 208;
  • blue value is 144.
RGB:
(147,208,144)
(58%,82%,56%)

RGB channels and saturation

R 147 of 255 = 58%
G 208 of 255 = 82%
B 144 of 255 = 56%

147
208
144

R + G + B ~ 65%. #93D090 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 208 + 144 = 499 (100%)
R 147 of 499 ~ 29.46%
G 208 of 499 ~ 41.68%
B 144 of 499 ~ 28.86%

%29.46
%41.68
%28.86

CMYK color model

#93D090 color CMYK value is (29,0,31,18).

  • cyan value is 29.33%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 18.43%
CMYK:
(29,0,31,18)
C29M0Y31K18 
(29%,0%,31%,18%)
(0.29/0.00/0.31/0.18)	

CMYK percentages

%29.33
%0
%30.77
%18.43

Codes

Color #93D090 in popluar color models

93D090
RGB147208144
HSL117°40.51%69.02%
HSB/HSV117°30.77%81.57%
CMYK29.33%0.00%30.77%
18.43%

Color #93D090 in popluar number systems.

HEX93D090
Decimal147208144
Binary100100111101000010010000
Octal223320220

Shades and tints

Shades of #93D090

#93D090
(147,208,144)
#86BE83
(134,190,131)
#79AC76
(121,172,118)
#6C9A69
(108,154,105)
#5F885C
(95,136,92)
#52764F
(82,118,79)
#456442
(69,100,66)
#385235
(56,82,53)
#2B4028
(43,64,40)
#1E2E1B
(30,46,27)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #93D090

#93D090
(147,208,144)
#9CD49A
(156,212,154)
#A5D8A4
(165,216,164)
#AEDCAE
(174,220,174)
#B7E0B8
(183,224,184)
#C0E4C2
(192,228,194)
#C9E8CC
(201,232,204)
#D2ECD6
(210,236,214)
#DBF0E0
(219,240,224)
#E4F4EA
(228,244,234)
#EDF8F4
(237,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D090 color. Also use rgb(147,208,144) instead hex code.

Text Font Color

.myTextColor { color: #93D090; }

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

This text font color is #93D090.


Background Color

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

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

This div background color is #93D090.


Border color

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

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

This div border color is #93D090.


Opacity

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

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

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

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

This text has shadow with #93D090 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D090 on black background.


Color preview on white background

This text has color #93D090 on white background.



Black color preview on #93D090 background

This text has black color on #93D090 background.


White color preview on #93D090 background

This text has white color on #93D090 background.