COLOR #93FB09

HEX: #93FB09
RGB: (147,251,9)

Color info

#93FB09 contains mainly green color. Web safe color of #93FB09 is #99FF00 (or #9F0).

RGB color model

#93FB09 color RGB value is (147,251,9).

  • red value is 147;
  • green value is 251;
  • blue value is 9.
RGB:
(147,251,9)
(58%,98%,4%)

RGB channels and saturation

R 147 of 255 = 58%
G 251 of 255 = 98%
B 9 of 255 = 4%

147
251
9

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

Portions of RGB colors in percentages

R + G + B =
147 + 251 + 9 = 407 (100%)
R 147 of 407 ~ 36.12%
G 251 of 407 ~ 61.67%
B 9 of 407 ~ 2.21%

%36.12
%61.67

CMYK color model

#93FB09 color CMYK value is (41,0,96,2).

  • cyan value is 41.43%
  • magenta value is 0.00%
  • yellow value is 96.41%
  • key color value is 1.57%
CMYK:
(41,0,96,2)
C41M0Y96K2 
(41%,0%,96%,2%)
(0.41/0.00/0.96/0.02)	

CMYK percentages

%41.43
%0
%96.41
%1.57

Codes

Color #93FB09 in popluar color models

93FB09
RGB1472519
HSL86°96.80%50.98%
HSB/HSV86°96.41%98.43%
CMYK41.43%0.00%96.41%
1.57%

Color #93FB09 in popluar number systems.

HEX93FB09
Decimal1472519
Binary10010011111110111001
Octal22337311

Shades and tints

Shades of #93FB09

#93FB09
(147,251,9)
#86E509
(134,229,9)
#79CF09
(121,207,9)
#6CB909
(108,185,9)
#5FA309
(95,163,9)
#528D09
(82,141,9)
#457709
(69,119,9)
#386109
(56,97,9)
#2B4B09
(43,75,9)
#1E3509
(30,53,9)
#111F09
(17,31,9)
#000000
(0,0,0)

Tints of #93FB09

#93FB09
(147,251,9)
#9CFB1F
(156,251,31)
#A5FB35
(165,251,53)
#AEFB4B
(174,251,75)
#B7FB61
(183,251,97)
#C0FB77
(192,251,119)
#C9FB8D
(201,251,141)
#D2FBA3
(210,251,163)
#DBFBB9
(219,251,185)
#E4FBCF
(228,251,207)
#EDFBE5
(237,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93FB09 color. Also use rgb(147,251,9) instead hex code.

Text Font Color

.myTextColor { color: #93FB09; }

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

This text font color is #93FB09.


Background Color

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

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

This div background color is #93FB09.


Border color

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

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

This div border color is #93FB09.


Opacity

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

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

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

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

This text has shadow with #93FB09 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93FB09 on black background.


Color preview on white background

This text has color #93FB09 on white background.



Black color preview on #93FB09 background

This text has black color on #93FB09 background.


White color preview on #93FB09 background

This text has white color on #93FB09 background.