COLOR #89FD0D

HEX: #89FD0D
RGB: (137,253,13)

Color info

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

RGB color model

#89FD0D color RGB value is (137,253,13).

  • red value is 137;
  • green value is 253;
  • blue value is 13.
RGB:
(137,253,13)
(54%,99%,5%)

RGB channels and saturation

R 137 of 255 = 54%
G 253 of 255 = 99%
B 13 of 255 = 5%

137
253
13

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

Portions of RGB colors in percentages

R + G + B =
137 + 253 + 13 = 403 (100%)
R 137 of 403 ~ 34%
G 253 of 403 ~ 62.78%
B 13 of 403 ~ 3.23%

%34
%62.78

CMYK color model

#89FD0D color CMYK value is (46,0,95,1).

  • cyan value is 45.85%
  • magenta value is 0.00%
  • yellow value is 94.86%
  • key color value is 0.78%
CMYK:
(46,0,95,1)
C46M0Y95K1 
(46%,0%,95%,1%)
(0.46/0.00/0.95/0.01)	

CMYK percentages

%45.85
%0
%94.86
%0.78

Codes

Color #89FD0D in popluar color models

89FD0D
RGB13725313
HSL89°98.36%52.16%
HSB/HSV89°94.86%99.22%
CMYK45.85%0.00%94.86%
0.78%

Color #89FD0D in popluar number systems.

HEX89FD0D
Decimal13725313
Binary10001001111111011101
Octal21137515

Shades and tints

Shades of #89FD0D

#89FD0D
(137,253,13)
#7DE60C
(125,230,12)
#71CF0B
(113,207,11)
#65B80A
(101,184,10)
#59A109
(89,161,9)
#4D8A08
(77,138,8)
#417307
(65,115,7)
#355C06
(53,92,6)
#294505
(41,69,5)
#1D2E04
(29,46,4)
#111703
(17,23,3)
#000000
(0,0,0)

Tints of #89FD0D

#89FD0D
(137,253,13)
#93FD23
(147,253,35)
#9DFD39
(157,253,57)
#A7FD4F
(167,253,79)
#B1FD65
(177,253,101)
#BBFD7B
(187,253,123)
#C5FD91
(197,253,145)
#CFFDA7
(207,253,167)
#D9FDBD
(217,253,189)
#E3FDD3
(227,253,211)
#EDFDE9
(237,253,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #89FD0D color. Also use rgb(137,253,13) instead hex code.

Text Font Color

.myTextColor { color: #89FD0D; }

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

This text font color is #89FD0D.


Background Color

.myBgColor { background-color: #89FD0D; }

<div style="background-color:#89FD0D">Inner text</div>

This div background color is #89FD0D.


Border color

.myBorderColor { border: 1px solid #89FD0D; }

<div style="border:3px solid #89FD0D">Div</div>

This div border color is #89FD0D.


Opacity

.myOpacity80 { color: #89FD0D; opacity: 0.8; }

<p style="color:#89FD0D;opacity:0.8;">80%</p>

Text with #89FD0D 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 #89FD0D;}

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

This text has shadow with #89FD0D color.

.textShadow {text-shadow: 3px 3px 1px #89FD0D, 3px 3px 1px red;}

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

This text has shadow with #89FD0D primary color and red secondary color.


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

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

This text has shadow with #89FD0D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #89FD0D on black background.


Color preview on white background

This text has color #89FD0D on white background.



Black color preview on #89FD0D background

This text has black color on #89FD0D background.


White color preview on #89FD0D background

This text has white color on #89FD0D background.