#13FA86

Color #13FA86 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #13FA86

Tints of Spring Green #13FA86

Color information

#13FA86 (or 0x13FA86) is unknown color: approx Spring Green. HEX triplet: 13, FA and 86. RGB value is (19,250,134). Sum of RGB (Red+Green+Blue) = 19+250+134=403 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.71% from 403); Green value is 250 (98.05% from 255 or 62.03% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA86 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FA86 is #EC0579. Grayscale: #A7A7A7. Windows color (decimal): -15467898 or 8845843. OLE color: 8845843.

HSL color Cylindrical-coordinate representation of color #13FA86: hue angle of 149.87º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FA86 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB19250134-
CMYK0.9200.460.02
HSL149.87º95.85%52.75%-
HSV(B)149.87º92.4%98.04%-
XYZ38.7670.2334.07-
YUV167.71108.9721.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 4.71%
GREEN value IS 250 (98.05% from 255) = 62.03%
BLUE value IS 134 (52.73% from 255) = 33.25%
R=4.71%
G=62.03%
B=33.25%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192501340.9200.460.02149.8795.8552.75
Hex13FA865C02E2966035
Octal23372206134056222614065
Binary1001111111010100001101011100010111010100101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FA86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13FA86; }

 p { color: rgb(19,250,134); }

 H1.HeaderClassName
 {
   color: #13FA86;
 }
 .AnyTagClassName
 {
   color: #13FA86;
 }
</style>
background-color css

<style>
 a { background-color: #13FA86; }

 a { background-color: rgb(19,250,134); }

 div.DivClassName
 {
   background-color: #13FA86;
 }
 .BgClassName
 {
   background-color: #13FA86;
 }
</style>
border-color css

<style>
 span { border-color: #13FA86; }

 span { border-color: rgb(19,250,134); }

 td.TdClassName
 {
   border-color: #13FA86;
 }
 .TagClassName
 {
   border-color: #13FA86;
 }
</style>