#13FA85

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

Shades of Spring Green #13FA85

Tints of Spring Green #13FA85

Color information

#13FA85 (or 0x13FA85) is unknown color: approx Spring Green. HEX triplet: 13, FA and 85. RGB value is (19,250,133). Sum of RGB (Red+Green+Blue) = 19+250+133=402 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.73% from 402); Green value is 250 (98.05% from 255 or 62.19% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 250 - color contains mainly: green. Hex color #13FA85 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13FA85 is #EC057A. Grayscale: #A7A7A7. Windows color (decimal): -15467899 or 8780307. OLE color: 8780307.

HSL color Cylindrical-coordinate representation of color #13FA85: hue angle of 149.61º 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 #13FA85 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB19250133-
CMYK0.9200.470.02
HSL149.61º95.85%52.75%-
HSV(B)149.61º92.4%98.04%-
XYZ38.6970.233.7-
YUV167.59108.4722.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 4.73%
GREEN value IS 250 (98.05% from 255) = 62.19%
BLUE value IS 133 (52.34% from 255) = 33.08%
R=4.73%
G=62.19%
B=33.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal192501330.9200.470.02149.6195.8552.75
Hex13FA855C02F2966035
Octal23372205134057222614065
Binary1001111111010100001011011100010111110100101101100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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