#13F06E

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

Shades of Spring Green #13F06E

Tints of Spring Green #13F06E

Color information

#13F06E (or 0x13F06E) is unknown color: approx Spring Green. HEX triplet: 13, F0 and 6E. RGB value is (19,240,110). Sum of RGB (Red+Green+Blue) = 19+240+110=369 (48% of max value = 765). Red value is 19 (7.81% from 255 or 5.15% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #13F06E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #13F06E is #EC0F91. Grayscale: #9F9F9F. Windows color (decimal): -15470482 or 7270419. OLE color: 7270419.

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

Color convert

RGB19240110-
CMYK0.9200.540.06
HSL144.71º88.05%50.78%-
HSV(B)144.71º92.08%94.12%-
XYZ34.2463.5825.22-
YUV159.1100.2828.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 5.15%
GREEN value IS 240 (94.14% from 255) = 65.04%
BLUE value IS 110 (43.36% from 255) = 29.81%
R=5.15%
G=65.04%
B=29.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal192401100.9200.540.06144.7188.0550.78
Hex13F06E5C0366915833
Octal23360156134066622113063
Binary1001111110000110111010111000110110110100100011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13F06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,240,110); }

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

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

 a { background-color: rgb(19,240,110); }

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

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

 span { border-color: rgb(19,240,110); }

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