COLOR #13FA07

HEX: #13FA07
RGB: (19,250,7)

Color info

#13FA07 contains mainly green color. Web safe color of #13FA07 is #00FF00 (or #0F0).

RGB color model

#13FA07 color RGB value is (19,250,7).

  • red value is 19;
  • green value is 250;
  • blue value is 7.
RGB:
(19,250,7)
(7%,98%,3%)

RGB channels and saturation

R 19 of 255 = 7%
G 250 of 255 = 98%
B 7 of 255 = 3%

19
250
7

R + G + B ~ 36%. #13FA07 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 250 + 7 = 276 (100%)
R 19 of 276 ~ 6.88%
G 250 of 276 ~ 90.58%
B 7 of 276 ~ 2.54%

%90.58

CMYK color model

#13FA07 color CMYK value is (92,0,97,2).

  • cyan value is 92.40%
  • magenta value is 0.00%
  • yellow value is 97.20%
  • key color value is 1.96%
CMYK:
(92,0,97,2)
C92M0Y97K2 
(92%,0%,97%,2%)
(0.92/0.00/0.97/0.02)	

CMYK percentages

%92.4
%0
%97.2
%1.96

Codes

Color #13FA07 in popluar color models

13FA07
RGB192507
HSL117°96.05%50.39%
HSB/HSV117°97.20%98.04%
CMYK92.40%0.00%97.20%
1.96%

Color #13FA07 in popluar number systems.

HEX13FA07
Decimal192507
Binary1001111111010111
Octal233727

Shades and tints

Shades of #13FA07

#13FA07
(19,250,7)
#12E407
(18,228,7)
#11CE07
(17,206,7)
#10B807
(16,184,7)
#0FA207
(15,162,7)
#0E8C07
(14,140,7)
#0D7607
(13,118,7)
#0C6007
(12,96,7)
#0B4A07
(11,74,7)
#0A3407
(10,52,7)
#091E07
(9,30,7)
#000000
(0,0,0)

Tints of #13FA07

#13FA07
(19,250,7)
#28FA1D
(40,250,29)
#3DFA33
(61,250,51)
#52FA49
(82,250,73)
#67FA5F
(103,250,95)
#7CFA75
(124,250,117)
#91FA8B
(145,250,139)
#A6FAA1
(166,250,161)
#BBFAB7
(187,250,183)
#D0FACD
(208,250,205)
#E5FAE3
(229,250,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13FA07 color. Also use rgb(19,250,7) instead hex code.

Text Font Color

.myTextColor { color: #13FA07; }

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

This text font color is #13FA07.


Background Color

.myBgColor { background-color: #13FA07; }

<div style="background-color:#13FA07">Inner text</div>

This div background color is #13FA07.


Border color

.myBorderColor { border: 1px solid #13FA07; }

<div style="border:3px solid #13FA07">Div</div>

This div border color is #13FA07.


Opacity

.myOpacity80 { color: #13FA07; opacity: 0.8; }

<p style="color:#13FA07;opacity:0.8;">80%</p>

Text with #13FA07 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 #13FA07;}

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

This text has shadow with #13FA07 color.

.textShadow {text-shadow: 3px 3px 1px #13FA07, 3px 3px 1px red;}

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

This text has shadow with #13FA07 primary color and red secondary color.


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

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

This text has shadow with #13FA07 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13FA07 on black background.


Color preview on white background

This text has color #13FA07 on white background.



Black color preview on #13FA07 background

This text has black color on #13FA07 background.


White color preview on #13FA07 background

This text has white color on #13FA07 background.