#13F370

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

Shades of Spring Green #13F370

Tints of Spring Green #13F370

Color information

#13F370 (or 0x13F370) is unknown color: approx Spring Green. HEX triplet: 13, F3 and 70. RGB value is (19,243,112). Sum of RGB (Red+Green+Blue) = 19+243+112=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #13F370 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F370 is #EC0C8F. Grayscale: #A1A1A1. Windows color (decimal): -15469712 or 7402259. OLE color: 7402259.

HSL color Cylindrical-coordinate representation of color #13F370: hue angle of 144.91º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F370 is Cyan = 0.92, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB19243112-
CMYK0.9200.540.05
HSL144.91º90.32%51.37%-
HSV(B)144.91º92.18%95.29%-
XYZ35.2465.4126.1-
YUV161.09100.2926.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.08%
GREEN value IS 243 (95.31% from 255) = 64.97%
BLUE value IS 112 (44.14% from 255) = 29.95%
R=5.08%
G=64.97%
B=29.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal192431120.9200.540.05144.9190.3251.37
Hex13F3705C0365915a33
Octal23363160134066522113263
Binary1001111110011111000010111000110110101100100011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,243,112); }

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

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

 a { background-color: rgb(19,243,112); }

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

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

 span { border-color: rgb(19,243,112); }

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