COLOR #93CF90

HEX: #93CF90
RGB: (147,207,144)

Color info

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

RGB color model

#93CF90 color RGB value is (147,207,144).

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

RGB channels and saturation

R 147 of 255 = 58%
G 207 of 255 = 81%
B 144 of 255 = 56%

147
207
144

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

Portions of RGB colors in percentages

R + G + B =
147 + 207 + 144 = 498 (100%)
R 147 of 498 ~ 29.52%
G 207 of 498 ~ 41.57%
B 144 of 498 ~ 28.92%

%29.52
%41.57
%28.92

CMYK color model

#93CF90 color CMYK value is (29,0,30,19).

  • cyan value is 28.99%
  • magenta value is 0.00%
  • yellow value is 30.43%
  • key color value is 18.82%
CMYK:
(29,0,30,19)
C29M0Y30K19 
(29%,0%,30%,19%)
(0.29/0.00/0.30/0.19)	

CMYK percentages

%28.99
%0
%30.43
%18.82

Codes

Color #93CF90 in popluar color models

93CF90
RGB147207144
HSL117°39.62%68.82%
HSB/HSV117°30.43%81.18%
CMYK28.99%0.00%30.43%
18.82%

Color #93CF90 in popluar number systems.

HEX93CF90
Decimal147207144
Binary100100111100111110010000
Octal223317220

Shades and tints

Shades of #93CF90

#93CF90
(147,207,144)
#86BD83
(134,189,131)
#79AB76
(121,171,118)
#6C9969
(108,153,105)
#5F875C
(95,135,92)
#52754F
(82,117,79)
#456342
(69,99,66)
#385135
(56,81,53)
#2B3F28
(43,63,40)
#1E2D1B
(30,45,27)
#111B0E
(17,27,14)
#000000
(0,0,0)

Tints of #93CF90

#93CF90
(147,207,144)
#9CD39A
(156,211,154)
#A5D7A4
(165,215,164)
#AEDBAE
(174,219,174)
#B7DFB8
(183,223,184)
#C0E3C2
(192,227,194)
#C9E7CC
(201,231,204)
#D2EBD6
(210,235,214)
#DBEFE0
(219,239,224)
#E4F3EA
(228,243,234)
#EDF7F4
(237,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93CF90; }

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

This text font color is #93CF90.


Background Color

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

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

This div background color is #93CF90.


Border color

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

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

This div border color is #93CF90.


Opacity

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

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

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

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

This text has shadow with #93CF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CF90 on black background.


Color preview on white background

This text has color #93CF90 on white background.



Black color preview on #93CF90 background

This text has black color on #93CF90 background.


White color preview on #93CF90 background

This text has white color on #93CF90 background.